From 87800abf0a2ace42c1f59f47f2ea3d1558664384 Mon Sep 17 00:00:00 2001 From: Andrea Vos Date: Mon, 2 Oct 2023 23:13:28 +0200 Subject: [PATCH] (en)(calendar) add disabled ace day --- locale/_base/translations.suml | 2 +- locale/ar/translations.suml | 2 +- locale/de/translations.suml | 2 +- locale/en/calendar/events.js | 13 +++++++++++++ locale/en/translations.suml | 2 +- locale/eo/translations.suml | 2 +- locale/es/translations.suml | 2 +- locale/et/translations.suml | 2 +- locale/fr/translations.suml | 2 +- locale/gl/translations.suml | 2 +- locale/he/translations.suml | 2 +- locale/it/translations.suml | 2 +- locale/ja/translations.suml | 2 +- locale/ko/translations.suml | 2 +- locale/lad/translations.suml | 2 +- locale/nl/translations.suml | 2 +- locale/no/translations.suml | 2 +- locale/pl/translations.suml | 2 +- locale/pt/translations.suml | 2 +- locale/ro/translations.suml | 2 +- locale/ru/translations.suml | 2 +- locale/sv/translations.suml | 2 +- locale/tok/translations.suml | 2 +- locale/tr/translations.suml | 2 +- locale/ua/translations.suml | 2 +- locale/vi/translations.suml | 2 +- locale/zh/translations.suml | 2 +- 27 files changed, 39 insertions(+), 26 deletions(-) diff --git a/locale/_base/translations.suml b/locale/_base/translations.suml index 191277f26..780fde71b 100644 --- a/locale/_base/translations.suml +++ b/locale/_base/translations.suml @@ -1390,7 +1390,7 @@ calendar: trans_visibility_day: 'International Trans Day of Visibility' zero_discrimination_day: 'Zero Discrimination Day' arospec_week: 'Aromantic Spectrum Awareness Week' - asexual_week: 'Asexual Awareness Week' + asexual_week: '{https://aceweek.org/stories/the-history-of-ace-week=Ace Week}' bisexual_week: 'Bisexual Awareness Week' pronouns_day: 'Pronouns Day' trans_week: 'Trans Awareness Week' diff --git a/locale/ar/translations.suml b/locale/ar/translations.suml index 667477fb5..ba44b92db 100644 --- a/locale/ar/translations.suml +++ b/locale/ar/translations.suml @@ -1165,7 +1165,7 @@ calendar: trans_visibility_day: 'اليوم الدولي لإظهار رؤية الأشخاص المتحولين جنسيًا' zero_discrimination_day: 'اليوم العالمي للحد من التمييز' arospec_week: 'أسبوع التوعية بطيف الرومانسية اللاجنسية' - asexual_week: 'أسبوع التوعية باللاجنسية' + asexual_week: 'أسبوع التوعية باللاجنسية' # TODO it got renamed: '{https://aceweek.org/stories/the-history-of-ace-week=Ace Week}' bisexual_week: 'أسبوع التوعية بازدواجية التوجه الجنسي' pronouns_day: 'يوم الضمائر' trans_week: 'أسبوع التوعية بالتحول الجنسي' diff --git a/locale/de/translations.suml b/locale/de/translations.suml index 68df5b46d..5daefad44 100644 --- a/locale/de/translations.suml +++ b/locale/de/translations.suml @@ -979,7 +979,7 @@ calendar: trans_visibility_day: 'Internationaler Tag für Trans-Sichtbarkeit' zero_discrimination_day: 'Tag ohne Diskriminierung' arospec_week: 'Aromantische Bewustseinswoche' - asexual_week: 'Asexuelle Bewusstseinswoche' + asexual_week: 'Asexuelle Bewusstseinswoche' # TODO it got renamed: '{https://aceweek.org/stories/the-history-of-ace-week=Ace Week}' bisexual_week: 'Bisexuelle Bewusstseinswoche' pronouns_day: 'Tag der Pronomen' trans_week: 'Transgender-Bewusstseins-Woche' diff --git a/locale/en/calendar/events.js b/locale/en/calendar/events.js index bb5c0e170..9bf9d2236 100644 --- a/locale/en/calendar/events.js +++ b/locale/en/calendar/events.js @@ -235,6 +235,19 @@ module.exports = [ } }, EventLevel.Day, [], null, 'Paush 6 / पौष ६'), + // Wednesday in Ace Week (last full week of October (starting on Sunday)) + // https://aceweek.org/stories/ace-week-dates + new Event('{https://aceweek.org/stories/why-i-m-founding-disabled-ace-day=Disabled Ace Day}', 'Asexual', 10, function* (monthDays) { + let started = false; + for (let d of monthDays) { + if (!started && d.day >= 19 && d.dayOfWeek === 7) { + started = true; + } + if (started && d.dayOfWeek === 3) { + yield d; + } + } + }, EventLevel.Day, ['asexual', 'asexual spectrum']), // one-off events new Event('Day of Silence', null, 4, dayYear(23, 2021), EventLevel.Day), diff --git a/locale/en/translations.suml b/locale/en/translations.suml index 4c1770fff..67b88e467 100644 --- a/locale/en/translations.suml +++ b/locale/en/translations.suml @@ -1440,7 +1440,7 @@ calendar: zero_discrimination_day: 'Zero Discrimination Day' arospec_week: '{/terminology#aromantic%20spectrum=Aromantic Spectrum} Awareness Week' arospec_week___timeDescription: 'in the full week starting on a Sunday following Valentine''s Day' - asexual_week: '{/terminology#asexual=Asexual} Awareness Week' + asexual_week: '{https://aceweek.org/stories/the-history-of-ace-week=Ace Week}' asexual_week___timeDescription: 'in the last full week of October (starting on Sunday)' bisexual_week: '{/terminology#bisexual=Bisexual} Awareness Week' pronouns_day: 'Pronouns Day' diff --git a/locale/eo/translations.suml b/locale/eo/translations.suml index 48ea31072..881def53c 100644 --- a/locale/eo/translations.suml +++ b/locale/eo/translations.suml @@ -874,7 +874,7 @@ calendar: trans_visibility_day: 'International {/terminology#transgender=Trans} Day of Visibility' zero_discrimination_day: 'Zero Discrimination Day' arospec_week: '{/terminology#aromantic%20spectrum=Aromantic Spectrum} Awareness Week' - asexual_week: '{/terminology#asexual=Asexual} Awareness Week' + asexual_week: '{/terminology#asexual=Asexual} Awareness Week' # TODO it got renamed: '{https://aceweek.org/stories/the-history-of-ace-week=Ace Week}' bisexual_week: '{/terminology#bisexual=Bisexual} Awareness Week' pronouns_day: 'Pronouns Day' trans_week: '{/terminology#transgender=Trans} Awareness Week' diff --git a/locale/es/translations.suml b/locale/es/translations.suml index 3681832e1..6ab350fc8 100644 --- a/locale/es/translations.suml +++ b/locale/es/translations.suml @@ -1172,7 +1172,7 @@ calendar: trans_visibility_day: 'Día de la Visibilidad {/terminologia#transgender=Trans}' zero_discrimination_day: 'Día de la Cero Discriminación' arospec_week: 'Semana de la Conciencia del Espectro {/terminologia#aromantic=Arromántico}' - asexual_week: 'Semana de la Visibilidad {/terminologia#asexual=Asexual}' + asexual_week: 'Semana de la Visibilidad {/terminologia#asexual=Asexual}' # TODO it got renamed: '{https://aceweek.org/stories/the-history-of-ace-week=Ace Week}' bisexual_week: 'Semana de la Conciencia {/terminologia#bisexual=Bisexual}' pronouns_day: 'Día de los Pronombres' trans_week: 'Semana de la Conciencia {/terminologia#transgender=Transgénero}' diff --git a/locale/et/translations.suml b/locale/et/translations.suml index d8ad7ac39..10efc64ef 100644 --- a/locale/et/translations.suml +++ b/locale/et/translations.suml @@ -1356,7 +1356,7 @@ calendar: trans_visibility_day: 'International Trans Day of Visibility' zero_discrimination_day: 'Zero Discrimination Day' arospec_week: 'Aromantic Spectrum Awareness Week' - asexual_week: 'Asexual Awareness Week' + asexual_week: 'Asexual Awareness Week' # TODO it got renamed: '{https://aceweek.org/stories/the-history-of-ace-week=Ace Week}' bisexual_week: 'Bisexual Awareness Week' pronouns_day: 'Pronouns Day' trans_week: 'Trans Awareness Week' diff --git a/locale/fr/translations.suml b/locale/fr/translations.suml index 52d87fa59..871fda300 100644 --- a/locale/fr/translations.suml +++ b/locale/fr/translations.suml @@ -955,7 +955,7 @@ calendar: trans_visibility_day: 'Journée de la visibilité transgenre' zero_discrimination_day: 'Journée zéro discrimination' arospec_week: 'Semaine de sensibilité au spectre aromantique' - asexual_week: 'Semaine de sensibilité à l''asexualité' + asexual_week: 'Semaine de sensibilité à l''asexualité' # TODO it got renamed: '{https://aceweek.org/stories/the-history-of-ace-week=Ace Week}' bisexual_week: 'Semaine de sensibilité à la bisexualité' pronouns_day: 'Journée internationale des pronoms' trans_week: 'Semaine de sensibilisation trans' diff --git a/locale/gl/translations.suml b/locale/gl/translations.suml index a2db24693..987a2399b 100644 --- a/locale/gl/translations.suml +++ b/locale/gl/translations.suml @@ -802,7 +802,7 @@ calendar: trans_visibility_day: 'Dia Internacional da Visibilidade Trans' zero_discrimination_day: 'Dia de Discriminação Zero' arospec_week: 'Semana da Consciência do Espectro Arromântico' - asexual_week: 'Semana da Visibilidade e Orgulho Assexual' + asexual_week: 'Semana da Visibilidade e Orgulho Assexual' # TODO it got renamed: '{https://aceweek.org/stories/the-history-of-ace-week=Ace Week}' bisexual_week: 'Semana da Consciência Bissexual' pronouns_day: 'Dia dos Pronomes' trans_week: 'Semana da Consciência Trans' diff --git a/locale/he/translations.suml b/locale/he/translations.suml index ec1175a31..4f5d7e918 100644 --- a/locale/he/translations.suml +++ b/locale/he/translations.suml @@ -1385,7 +1385,7 @@ calendar: trans_visibility_day: 'International Trans Day of Visibility' zero_discrimination_day: 'Zero Discrimination Day' arospec_week: 'Aromantic Spectrum Awareness Week' - asexual_week: 'Asexual Awareness Week' + asexual_week: 'Asexual Awareness Week' # TODO it got renamed: '{https://aceweek.org/stories/the-history-of-ace-week=Ace Week}' bisexual_week: 'Bisexual Awareness Week' pronouns_day: 'Pronouns Day' trans_week: 'Trans Awareness Week' diff --git a/locale/it/translations.suml b/locale/it/translations.suml index 43b863d41..ff5e0539c 100644 --- a/locale/it/translations.suml +++ b/locale/it/translations.suml @@ -1201,7 +1201,7 @@ calendar: trans_visibility_day: 'Giornata internazionale della visibilità {/terminology#transgender=Trans}' zero_discrimination_day: 'Giornata della Zero Discriminazione' arospec_week: 'Settimana della sensibilizzazione sullo {/terminology#aromantic%20spectrum=Spettro Aromantico}' - asexual_week: 'Settimana della sensibilizzazione sulla {/terminology#asexual=Asessualità}' + asexual_week: 'Settimana della sensibilizzazione sulla {/terminology#asexual=Asessualità}' # TODO it got renamed: '{https://aceweek.org/stories/the-history-of-ace-week=Ace Week}' bisexual_week: 'Settimana della sensibilizzazione sulla {/terminology#bisexual=Bisessualità}' pronouns_day: 'Giornata dei pronomi' trans_week: 'Settimana della sensibilizzazione {/terminology#transgender=Trans}' diff --git a/locale/ja/translations.suml b/locale/ja/translations.suml index ce7ff1ed9..6566df94a 100644 --- a/locale/ja/translations.suml +++ b/locale/ja/translations.suml @@ -893,7 +893,7 @@ calendar: trans_visibility_day: '国際{/用語#トランスジェンダー=トランス} 啓発デー' zero_discrimination_day: '差別ゼロの日' arospec_week: '{/用語#アロマンティックスペクトル=アロマンティックスペクトル} 啓発週間' - asexual_week: '{/用語#アセクシャル=アセクシャル} 啓発週間' + asexual_week: '{/用語#アセクシャル=アセクシャル} 啓発週間' # TODO it got renamed: '{https://aceweek.org/stories/the-history-of-ace-week=Ace Week}' bisexual_week: '{/用語#バイセクシャル=バイセクシャル} 啓発週間' pronouns_day: '代名詞の日' trans_week: '{/用語#トランスジェンダー=トランスジェンダー} 啓発週間' diff --git a/locale/ko/translations.suml b/locale/ko/translations.suml index d218c8a70..8592adf0a 100644 --- a/locale/ko/translations.suml +++ b/locale/ko/translations.suml @@ -1098,7 +1098,7 @@ calendar: trans_visibility_day: '국제 {/terminology#transgender=트랜스} 가시 날' zero_discrimination_day: '차별 없는 날' arospec_week: '{/terminology#aromantic%20spectrum=아로마틱 스펙트럼} 인식 주간' - asexual_week: '{/terminology#asexual=무성애자} 인식 주간' + asexual_week: '{/terminology#asexual=무성애자} 인식 주간' # TODO it got renamed: '{https://aceweek.org/stories/the-history-of-ace-week=Ace Week}' bisexual_week: '{/terminology#bisexual=양성애자} 인식 주간' pronouns_day: '대명사 날' trans_week: '{/terminology#transgender=트랜스} 인식 주간' diff --git a/locale/lad/translations.suml b/locale/lad/translations.suml index 552243b51..a2a974d00 100644 --- a/locale/lad/translations.suml +++ b/locale/lad/translations.suml @@ -799,7 +799,7 @@ calendar: trans_visibility_day: 'Dia de la Vizibilidad {/terminolojia#transgender=Trans}' zero_discrimination_day: 'Dia de la Zero Diskriminasyon' arospec_week: 'Semana de la Konsensya del Espektro {/terminolojia#aromantic=Aromantiko}' - asexual_week: 'Semana de la Vizibilidad {/terminolojia#asexual=Aseksuala}' + asexual_week: 'Semana de la Vizibilidad {/terminolojia#asexual=Aseksuala}' # TODO it got renamed: '{https://aceweek.org/stories/the-history-of-ace-week=Ace Week}' bisexual_week: 'Semana de la Konsensya {/terminolojia#bisexual=Biseksuala}' pronouns_day: 'Dia de los Pronombres' trans_week: 'Semana de la Konsensya {/terminolojia#transgender=Transdjenero}' diff --git a/locale/nl/translations.suml b/locale/nl/translations.suml index 6763fb201..a038b1f93 100644 --- a/locale/nl/translations.suml +++ b/locale/nl/translations.suml @@ -891,7 +891,7 @@ calendar: trans_visibility_day: 'Internationale dag van transgender zichtbaarheid' zero_discrimination_day: 'Antidiscriminatiedag' arospec_week: 'Week van de zichtbaarheid van het aromantisch spectrum' - asexual_week: 'Week van aandacht voor aseksuele personen' + asexual_week: 'Week van aandacht voor aseksuele personen' # TODO it got renamed: '{https://aceweek.org/stories/the-history-of-ace-week=Ace Week}' bisexual_week: 'Week van aandacht voor biseksuele personen' pronouns_day: 'Dag van de voornaamwoorden' trans_week: 'Week van aandacht voor transgender personen' diff --git a/locale/no/translations.suml b/locale/no/translations.suml index 48384ddff..0d5d8c598 100644 --- a/locale/no/translations.suml +++ b/locale/no/translations.suml @@ -937,7 +937,7 @@ calendar: trans_visibility_day: 'International Trans Day of Visibility' zero_discrimination_day: 'Zero Discrimination Day' arospec_week: 'Aromantic Spectrum Awareness Week' - asexual_week: 'Asexual Awareness Week' + asexual_week: 'Asexual Awareness Week' # TODO it got renamed: '{https://aceweek.org/stories/the-history-of-ace-week=Ace Week}' bisexual_week: 'Bisexual Awareness Week' pronouns_day: 'Pronouns Day' trans_week: 'Trans Awareness Week' diff --git a/locale/pl/translations.suml b/locale/pl/translations.suml index 4dfc16029..4791cd917 100644 --- a/locale/pl/translations.suml +++ b/locale/pl/translations.suml @@ -2037,7 +2037,7 @@ calendar: trans_visibility_day: 'Dzień Widoczności Osób {/terminologia#transpłciowość=Transpłciowych}' zero_discrimination_day: 'Dzień „{https://bip.brpo.gov.pl/pl/content/miedzynarodowy-dzien-bez-dyskryminacji=Zero Dyskryminacji}”' arospec_week: 'Tydzień Świadomości nt. Spektrum {/terminologia#aromantyczność=Aromantyczności}' - asexual_week: 'Tydzień Świadomości nt. {/terminologia#aseksualność=Aseksualności}' + asexual_week: 'Tydzień Świadomości nt. {/terminologia#aseksualność=Aseksualności}' # TODO it got renamed: '{https://aceweek.org/stories/the-history-of-ace-week=Ace Week}' bisexual_week: 'Tydzień Świadomości nt. {/terminologia#biseksualność=Biseksualności}' pronouns_day: 'Dzień {https://avris.it/blog/czemu-ka%C5%BCdy-powinien-mie%C4%87-zaimki-w-bio=Zaimków}' trans_week: 'Tydzień Świadomości nt. {/terminologia#transpłciowość=Transpłciowości}' diff --git a/locale/pt/translations.suml b/locale/pt/translations.suml index bd7754495..1b9c78ae5 100644 --- a/locale/pt/translations.suml +++ b/locale/pt/translations.suml @@ -1017,7 +1017,7 @@ calendar: trans_visibility_day: 'Dia Internacional da Visibilidade Trans' zero_discrimination_day: 'Dia de Discriminação Zero' arospec_week: 'Semana da Consciência do Espectro Arromântico' - asexual_week: 'Semana da Visibilidade e Orgulho Assexual' + asexual_week: 'Semana da Visibilidade e Orgulho Assexual' # TODO it got renamed: '{https://aceweek.org/stories/the-history-of-ace-week=Ace Week}' bisexual_week: 'Semana da Consciência Bissexual' pronouns_day: 'Dia dos Pronomes' trans_week: 'Semana da Consciência Trans' diff --git a/locale/ro/translations.suml b/locale/ro/translations.suml index 6cb4d7b25..0e7a94fe3 100644 --- a/locale/ro/translations.suml +++ b/locale/ro/translations.suml @@ -1394,7 +1394,7 @@ calendar: zero_discrimination_day: 'Ziua Zero Discriminări' arospec_week: 'Săptămâna Conștientizării {/terminologie#spectrul%20aromantic=Spectrului Aromantic}' arospec_week___timeDescription: 'în toată săptămâna începând Duminica după Valentine''s Day' - asexual_week: 'Săptămâna Conștientizării {/terminologie#asexual=Asexualității}' + asexual_week: 'Săptămâna Conștientizării {/terminologie#asexual=Asexualității}' # TODO it got renamed: '{https://aceweek.org/stories/the-history-of-ace-week=Ace Week}' asexual_week___timeDescription: 'în ultima săptămână completă din Octombrie (începând Duminica)' bisexual_week: 'Săptămâna Conștientizării {/terminologie#bisexual=Bisexualității}' pronouns_day: 'Ziua Pronumelor' diff --git a/locale/ru/translations.suml b/locale/ru/translations.suml index 333eb1606..a85794377 100644 --- a/locale/ru/translations.suml +++ b/locale/ru/translations.suml @@ -1191,7 +1191,7 @@ calendar: trans_visibility_day: 'День видимости трансгендерных' zero_discrimination_day: 'День без дискриминации' arospec_week: 'Неделя осведомленности об аромантическом спектре' - asexual_week: 'Неделя осведомленности об асексуальных' + asexual_week: 'Неделя осведомленности об асексуальных' # TODO it got renamed: '{https://aceweek.org/stories/the-history-of-ace-week=Ace Week}' bisexual_week: 'Неделя осведомленности о бисексуальных' pronouns_day: 'День местоимений' trans_week: 'Неделя осведомлённости о трансгендерных' diff --git a/locale/sv/translations.suml b/locale/sv/translations.suml index 394b5bbf2..d20765dfc 100644 --- a/locale/sv/translations.suml +++ b/locale/sv/translations.suml @@ -1121,7 +1121,7 @@ calendar: # TODO trans_visibility_day: 'International {/terminologi#transgender=Trans} Day of Visibility' zero_discrimination_day: 'Zero Discrimination Day' arospec_week: '{/terminologi#aromantic%20spectrum=Aromantic Spectrum} Awareness Week' - asexual_week: '{/terminologi#asexual=Asexual} Awareness Week' + asexual_week: '{/terminologi#asexual=Asexual} Awareness Week' # TODO it got renamed: '{https://aceweek.org/stories/the-history-of-ace-week=Ace Week}' bisexual_week: '{/terminologi#bisexual=Bisexual} Awareness Week' pronouns_day: 'Pronouns Day' trans_week: '{/terminologi#transgender=Trans} Awareness Week' diff --git a/locale/tok/translations.suml b/locale/tok/translations.suml index b98d37d22..6c292d94e 100644 --- a/locale/tok/translations.suml +++ b/locale/tok/translations.suml @@ -1025,7 +1025,7 @@ calendar: trans_visibility_day: 'International Trans Day of Visibility' zero_discrimination_day: 'Zero Discrimination Day' arospec_week: 'Aromantic Spectrum Awareness Week' - asexual_week: 'Asexual Awareness Week' + asexual_week: 'Asexual Awareness Week' # TODO it got renamed: '{https://aceweek.org/stories/the-history-of-ace-week=Ace Week}' bisexual_week: 'Bisexual Awareness Week' pronouns_day: 'Pronouns Day' trans_week: 'Trans Awareness Week' diff --git a/locale/tr/translations.suml b/locale/tr/translations.suml index 719ab771e..c1b3d3339 100644 --- a/locale/tr/translations.suml +++ b/locale/tr/translations.suml @@ -896,7 +896,7 @@ calendar: trans_visibility_day: 'International {/terminology#transgender=Trans} Görünürlük Günü' zero_discrimination_day: 'Sıfır Ayrımcılık Günü' arospec_week: '{/terminology#aromantic%20spectrum=Aromantik Spektrum} Farkındalık Haftası' - asexual_week: '{/terminology#asexual=Aseksüell} Farkındalık Haftası' + asexual_week: '{/terminology#asexual=Aseksüell} Farkındalık Haftası' # TODO it got renamed: '{https://aceweek.org/stories/the-history-of-ace-week=Ace Week}' bisexual_week: '{/terminology#bisexual=Biseksüel} Farkındalık Haftası' pronouns_day: 'Zamir Günü' trans_week: '{/terminology#transgender=Trans} Farkındalık Haftası' diff --git a/locale/ua/translations.suml b/locale/ua/translations.suml index 8aedea4b6..225ecc4c5 100644 --- a/locale/ua/translations.suml +++ b/locale/ua/translations.suml @@ -1268,7 +1268,7 @@ calendar: trans_visibility_day: 'День видимості трансґендерних' zero_discrimination_day: 'День без дискримінації' arospec_week: 'Тиждень обізнаності про аромантичний спектр' - asexual_week: 'Тиждень обізнаності про асексуальних' + asexual_week: 'Тиждень обізнаності про асексуальних' # TODO it got renamed: '{https://aceweek.org/stories/the-history-of-ace-week=Ace Week}' bisexual_week: 'Тиждень обізнаності про бісексуальних' pronouns_day: 'День займенників' trans_week: 'Тиждень обізнаності про трансґендерних' diff --git a/locale/vi/translations.suml b/locale/vi/translations.suml index 279a6306f..55edc83eb 100644 --- a/locale/vi/translations.suml +++ b/locale/vi/translations.suml @@ -1347,7 +1347,7 @@ calendar: trans_visibility_day: 'Ngày Quốc tế Hiện diện Người Chuyển Giới' zero_discrimination_day: 'Ngày Không phân biệt đối xử' arospec_week: 'Tuần lễ Nhận thức về Phổ người Vô ái' - asexual_week: 'Tuần lễ Nhận thức về người Vô tính' + asexual_week: 'Tuần lễ Nhận thức về người Vô tính' # TODO it got renamed: '{https://aceweek.org/stories/the-history-of-ace-week=Ace Week}' bisexual_week: 'Tuần lễ Nhận thức về người Song tính' pronouns_day: 'Ngày Danh xưng' trans_week: 'Tuần lễ Nhận thức về người Chuyển giới' diff --git a/locale/zh/translations.suml b/locale/zh/translations.suml index 1defd63d3..7c5fc60fd 100644 --- a/locale/zh/translations.suml +++ b/locale/zh/translations.suml @@ -932,7 +932,7 @@ calendar: # TODO trans_visibility_day: '國際跨性別現身日' zero_discrimination_day: '世界零歧視日' arospec_week: 'Aromantic Spectrum Awareness Week' - asexual_week: 'Asexual Awareness Week' + asexual_week: 'Asexual Awareness Week' # TODO it got renamed: '{https://aceweek.org/stories/the-history-of-ace-week=Ace Week}' bisexual_week: 'Bisexual Awareness Week' pronouns_day: 'Pronouns Day' trans_week: 'Trans Awareness Week'