[flags] feedback changes
This commit is contained in:
parent
b2e4ff4d77
commit
75d5ab59d2
|
@ -13,7 +13,7 @@ pronouns:
|
||||||
description: 'Many nonbinary people use more than one form interchangeably and are fine with being called either of them.'
|
description: 'Many nonbinary people use more than one form interchangeably and are fine with being called either of them.'
|
||||||
examples: ['he&she', 'he&they', 'she&they']
|
examples: ['he&she', 'he&they', 'she&they']
|
||||||
null:
|
null:
|
||||||
description: 'No pronouns / null pronouns / pronounless'
|
description: 'No pronouns / null pronouns / pronounless / nameself'
|
||||||
history: 'Some people prefer not using any pronouns, instead being referred by name, initial, or by omitting pronouns with passive voice, see: {https://lgbta.wikia.org/wiki/Nullpronominal=nullpronominal}.'
|
history: 'Some people prefer not using any pronouns, instead being referred by name, initial, or by omitting pronouns with passive voice, see: {https://lgbta.wikia.org/wiki/Nullpronominal=nullpronominal}.'
|
||||||
morphemes:
|
morphemes:
|
||||||
pronoun_subject: '#'
|
pronoun_subject: '#'
|
||||||
|
|
|
@ -978,7 +978,7 @@ flags:
|
||||||
Diamoric: 'Diamoryczn{adjective_n}'
|
Diamoric: 'Diamoryczn{adjective_n}'
|
||||||
Enbian: 'Enbiańsk{adjective_n_alt}' # Niebiańsk{adjective_n}
|
Enbian: 'Enbiańsk{adjective_n_alt}' # Niebiańsk{adjective_n}
|
||||||
Gay: 'Gej'
|
Gay: 'Gej'
|
||||||
Gender_Questioning: 'Rozważając_ {adjective_n} swoją płeć' # Zastanawiając{adjective_n} się nad swoją płcią
|
Gender_Questioning: 'Rozważając{adjective_n} swoją płeć' # Zastanawiając{adjective_n} się nad swoją płcią
|
||||||
Genderfae: 'Nimficzn{adjective_n}'
|
Genderfae: 'Nimficzn{adjective_n}'
|
||||||
Genderfaun: 'Fauniczn{adjective_n}'
|
Genderfaun: 'Fauniczn{adjective_n}'
|
||||||
Genderfluid: 'Płynnopłciow{adjective_n}'
|
Genderfluid: 'Płynnopłciow{adjective_n}'
|
||||||
|
@ -991,9 +991,8 @@ flags:
|
||||||
LGBTQ: 'LGBTQ'
|
LGBTQ: 'LGBTQ'
|
||||||
Leather_Pride: 'Skórzak'
|
Leather_Pride: 'Skórzak'
|
||||||
Lesbian: 'Lesbijka'
|
Lesbian: 'Lesbijka'
|
||||||
Lipstick_Lesbian: 'Kobieca lesbijka'
|
|
||||||
Maverique: 'Maweryczn{adjective_n}'
|
Maverique: 'Maweryczn{adjective_n}'
|
||||||
Nebularomantic: 'Mglistoromantyczn{adjective_n}'
|
Nebularomantic: 'Mgławicoromantyczn{adjective_n}'
|
||||||
Neopronouns: 'Neozaimki'
|
Neopronouns: 'Neozaimki'
|
||||||
Neutrois: 'Neutraln{adjective_n} płciowo'
|
Neutrois: 'Neutraln{adjective_n} płciowo'
|
||||||
Nonbinary: 'Niebinarn{adjective_n}'
|
Nonbinary: 'Niebinarn{adjective_n}'
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
-- Up
|
||||||
|
|
||||||
|
UPDATE "profiles"
|
||||||
|
SET "flags" = replace("flags", ',"Lipstick Lesbian"', '')
|
||||||
|
WHERE "flags" LIKE '%questioning%'
|
||||||
|
|
||||||
|
-- Down
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 7.4 KiB |
Binary file not shown.
Before Width: | Height: | Size: 408 B |
Binary file not shown.
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 8.2 KiB |
Reference in New Issue