added 'wlw' alias to lesbian flag
This commit is contained in:
parent
1e8c7b2a1c
commit
d4cee3ed10
3 changed files with 3 additions and 3 deletions
|
@ -50,7 +50,7 @@ The gay men pride flag designed by @gayflagblog@tumblr.com in 2019.
|
|||
.It Ic gender-nonconforming, gendernonconforming, gnc
|
||||
.It Ic genderqueer
|
||||
.It Ic gendervoid
|
||||
.It Ic lesbian
|
||||
.It Ic lesbian, wlw
|
||||
The 5-stripe lesbian pride flag designed by Emily Gwen in 2018.
|
||||
.Pp
|
||||
VARIANTS
|
||||
|
|
|
@ -135,7 +135,7 @@ names:
|
|||
println!("The 5-stripe lesbian flag designed by Emily Gwen in 2018.
|
||||
|
||||
names:
|
||||
'lesbian'
|
||||
'lesbian', 'wlw'
|
||||
|
||||
variants:
|
||||
7-color 7-stripe flag, also designed in 2018 by Emily Gwen");
|
||||
|
|
|
@ -137,7 +137,7 @@ fn main() {
|
|||
// => complex::intersex(),
|
||||
|
||||
|
||||
Some("lesbian")
|
||||
Some("lesbian" | "wlw")
|
||||
=> {
|
||||
match variant.as_deref() {
|
||||
Some("7-color")
|
||||
|
|
Loading…
Reference in a new issue