diff --git a/locale/en/config.suml b/locale/en/config.suml index 823db053..eb4b45c1 100644 --- a/locale/en/config.suml +++ b/locale/en/config.suml @@ -13,7 +13,7 @@ pronouns: 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'] 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}.' morphemes: pronoun_subject: '#' diff --git a/locale/pl/translations.suml b/locale/pl/translations.suml index 42eed49b..539d895e 100644 --- a/locale/pl/translations.suml +++ b/locale/pl/translations.suml @@ -978,7 +978,7 @@ flags: Diamoric: 'Diamoryczn{adjective_n}' Enbian: 'Enbiańsk{adjective_n_alt}' # Niebiańsk{adjective_n} 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}' Genderfaun: 'Fauniczn{adjective_n}' Genderfluid: 'Płynnopłciow{adjective_n}' @@ -991,9 +991,8 @@ flags: LGBTQ: 'LGBTQ' Leather_Pride: 'Skórzak' Lesbian: 'Lesbijka' - Lipstick_Lesbian: 'Kobieca lesbijka' Maverique: 'Maweryczn{adjective_n}' - Nebularomantic: 'Mglistoromantyczn{adjective_n}' + Nebularomantic: 'Mgławicoromantyczn{adjective_n}' Neopronouns: 'Neozaimki' Neutrois: 'Neutraln{adjective_n} płciowo' Nonbinary: 'Niebinarn{adjective_n}' diff --git a/migrations/010-flags-feedback.sql b/migrations/010-flags-feedback.sql new file mode 100644 index 00000000..68450494 --- /dev/null +++ b/migrations/010-flags-feedback.sql @@ -0,0 +1,8 @@ +-- Up + +UPDATE "profiles" +SET "flags" = replace("flags", ',"Lipstick Lesbian"', '') +WHERE "flags" LIKE '%questioning%' + +-- Down + diff --git a/static/flags/Cis Ally.png b/static/flags/Cis Ally.png index aa1e2a51..c429c114 100644 Binary files a/static/flags/Cis Ally.png and b/static/flags/Cis Ally.png differ diff --git a/static/flags/Lipstick Lesbian.png b/static/flags/Lipstick Lesbian.png deleted file mode 100644 index 1e3872c8..00000000 Binary files a/static/flags/Lipstick Lesbian.png and /dev/null differ diff --git a/static/flags/Straight Ally.png b/static/flags/Straight Ally.png index 4dfdd491..3b42779a 100644 Binary files a/static/flags/Straight Ally.png and b/static/flags/Straight Ally.png differ