From 826e7a56a6d80e2169ff18a5fb9bd1ff28f48314 Mon Sep 17 00:00:00 2001 From: Daniel Lane Date: Sat, 12 Mar 2022 19:01:00 +0000 Subject: [PATCH 1/5] =?UTF-8?q?Added=20=E3=81=A9=20"Which"=20marker=20to?= =?UTF-8?q?=20English=20section?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locale/ja/config.suml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/locale/ja/config.suml b/locale/ja/config.suml index 0a9575c56..34f39de33 100644 --- a/locale/ja/config.suml +++ b/locale/ja/config.suml @@ -97,9 +97,10 @@ english: description: - > In Japanese there is no singular “they”, however, there are many alternatives in the field - of “that person” or “this person” many of which are commonly used in speech, even for cis people. + of “that person” or “this person” many of which are commonly used in place of gendered pronouns, + even for those who don't regularly use gender-neutral pronouns. The most common forms of “that person” are split into three sections: - far, near to listener, and near to speaker, represented by あ/そ/こ \[a/so/ko] respectively. + far, near to listener, near to speaker, and the question marker, represented by あ/そ/こ/ど \[a/so/ko/do] respectively. So, while the gendered pronouns He {/彼=彼} \[kaɾe/kare] and She {/彼女=彼女} \[kanodʑo/kanojo] do not require any changes dependant on position of the subject, all the gender-neutral animate pronouns and inanimate pronouns require that distinction to be made. @@ -112,6 +113,7 @@ english: - {pronoun: '{/あの人=あの人}', romanised: 'anohito', ipa: 'anoçito', meaning: 'That person over there'} - {pronoun: 'その人', romanised: 'sonohito', ipa: 'sonoçito', meaning: 'That person/The person'} - {pronoun: 'この人', romanised: 'konohito', ipa: 'konoçito', meaning: 'This person'} + - {pronoun: 'どの人', romanised: 'donohito', ipa: 'donoçito', meaning: 'Which person?'} - name: 'Familiarity and Japanese pronouns' description: From 92078e3658b2c19cfcd0015136dda865a0a16098 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Dembowski?= Date: Sun, 13 Mar 2022 16:26:11 +0000 Subject: [PATCH 2/5] [fr] Update events.js --- locale/fr/calendar/events.js | 1 + 1 file changed, 1 insertion(+) diff --git a/locale/fr/calendar/events.js b/locale/fr/calendar/events.js index cd081cefa..94e78011e 100644 --- a/locale/fr/calendar/events.js +++ b/locale/fr/calendar/events.js @@ -14,6 +14,7 @@ module.exports = [ new Event('Journée de sensibilisation aux femmes, aux filles et aux personnes bispirituelles autochtones disparues et assassinées (Canada/USA)', 'Two Spirit', 5, day(5), EventLevel.Day, ['two spirit']), new Event('Journée de la sensibilisation du VIH/sida et au vieillissement (Canada/USA)', '_red-ribbon', 9, day(18), EventLevel.Day, ['aids']), new Event('Anniversaire de la décrimilisation de l\'homosexualité (Canada)', '_law', 6, day(27), EventLevel.Day), + new Event('Journée de sensibilisation au VIH/SIDA pour les femmes et les filles} (Canada/USA)', '_red-ribbon', 3, day(10), EventLevel.Day, ['aids']), // --- dynamic date --- From 00b60752b46c0dd9482bbaf414f8f6e604bda9f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Dembowski?= Date: Mon, 14 Mar 2022 11:55:13 +0000 Subject: [PATCH 3/5] [en] Update events.js --- locale/en/calendar/events.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locale/en/calendar/events.js b/locale/en/calendar/events.js index 2137cfaca..e54c80a73 100644 --- a/locale/en/calendar/events.js +++ b/locale/en/calendar/events.js @@ -63,6 +63,8 @@ module.exports = [ new Event('Suicide Prevention Day (Uruguay)', '_yellow-ribbon', 7, day(17), EventLevel.Day), new Event('Suicide Prevention Day (Puerto Rico)', '_yellow-ribbon', 8, day(12), EventLevel.Day), new Event('{https://www.instagram.com/p/CY_mGaGo9sm/=Nonbinary Grandparents\' Day} (Poland)', 'Nonbinary', 1, day(23), EventLevel.Day, ['nonbinary']), + new Event('Anniversary of the death of Marielle Franco (Brazil)', '_black-ribbon', 3, day(14), EventLevel.Day), + new Event('Bystander Awareness Day (UK)', '_black-ribbon', 3, day(13), EventLevel.Day), // --- dynamic date --- From a5369fee86991a58798d2b6ff2aaf8cea5e527fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Dembowski?= Date: Mon, 14 Mar 2022 11:57:00 +0000 Subject: [PATCH 4/5] [en] Update events.js --- locale/en/calendar/events.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/en/calendar/events.js b/locale/en/calendar/events.js index e54c80a73..71abd2037 100644 --- a/locale/en/calendar/events.js +++ b/locale/en/calendar/events.js @@ -64,7 +64,7 @@ module.exports = [ new Event('Suicide Prevention Day (Puerto Rico)', '_yellow-ribbon', 8, day(12), EventLevel.Day), new Event('{https://www.instagram.com/p/CY_mGaGo9sm/=Nonbinary Grandparents\' Day} (Poland)', 'Nonbinary', 1, day(23), EventLevel.Day, ['nonbinary']), new Event('Anniversary of the death of Marielle Franco (Brazil)', '_black-ribbon', 3, day(14), EventLevel.Day), - new Event('Bystander Awareness Day (UK)', '_black-ribbon', 3, day(13), EventLevel.Day), + new Event('{https://standbyme.uk/nbad/=Bystander Awareness Day} (UK)', '_black-ribbon', 3, day(13), EventLevel.Day), // --- dynamic date --- From 1645d470d4207b91f88574bece9dc88d4d6217ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Dembowski?= Date: Mon, 14 Mar 2022 12:12:52 +0000 Subject: [PATCH 5/5] [en] Update events.js --- locale/en/calendar/events.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/en/calendar/events.js b/locale/en/calendar/events.js index 71abd2037..17bc71806 100644 --- a/locale/en/calendar/events.js +++ b/locale/en/calendar/events.js @@ -64,7 +64,7 @@ module.exports = [ new Event('Suicide Prevention Day (Puerto Rico)', '_yellow-ribbon', 8, day(12), EventLevel.Day), new Event('{https://www.instagram.com/p/CY_mGaGo9sm/=Nonbinary Grandparents\' Day} (Poland)', 'Nonbinary', 1, day(23), EventLevel.Day, ['nonbinary']), new Event('Anniversary of the death of Marielle Franco (Brazil)', '_black-ribbon', 3, day(14), EventLevel.Day), - new Event('{https://standbyme.uk/nbad/=Bystander Awareness Day} (UK)', '_black-ribbon', 3, day(13), EventLevel.Day), + new Event('{https://standbyme.uk/nbad/=Bystander Awareness Day} (UK)', null, 3, day(13), EventLevel.Day), // --- dynamic date ---