mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-27 06:52:35 -04:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
b32e709a41
@ -183,6 +183,20 @@ module.exports = [
|
||||
}
|
||||
}), EventLevel.Week, ['nonbinary']),
|
||||
|
||||
// on the second Sunday in July
|
||||
new Event('lesbian_aunts_day', 'Lesbian', 7, function* (monthDays) {
|
||||
let sundays = 0;
|
||||
for (let d of monthDays) {
|
||||
if (d.dayOfWeek === 7) {
|
||||
sundays++;
|
||||
if (sundays === 2) {
|
||||
yield d;
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
}, EventLevel.Day, ['lesbian']),
|
||||
|
||||
// on the second Sunday in August
|
||||
new Event('gay_uncles_day', 'Gay_', 8, function* (monthDays) {
|
||||
let sundays = 0;
|
||||
|
@ -1070,6 +1070,7 @@ calendar:
|
||||
transition_week: 'Transition Week'
|
||||
bi_creators_day: 'Bisexual Creators Day'
|
||||
wrath_month: 'Queer Wrath Month'
|
||||
lesbian_aunts_day: 'Lesbian Aunts Day'
|
||||
banner: 'We''re celebrating/commemorating'
|
||||
celebrating_custom: 'is celebrated'
|
||||
celebrating_day: 'is celebrated on'
|
||||
|
@ -1004,6 +1004,7 @@ calendar:
|
||||
transition_week: 'Transition Week' # TODO
|
||||
bi_creators_day: 'Bisexual Creators Day' # TODO
|
||||
wrath_month: 'Queer Wrath Month' # TODO
|
||||
lesbian_aunts_day: 'Lesbian Aunts Day' # TODO
|
||||
banner: 'Heute feiern wir'
|
||||
celebrating_custom: 'wird gefeiert'
|
||||
celebrating_day: 'wird gefeiert am:'
|
||||
|
@ -93,6 +93,7 @@ module.exports = [
|
||||
new Event('{https://en.wikipedia.org/wiki/David_Kato=Kuchu Remembrance Day} (Uganda)', '_black-ribbon', 1, day(26), EventLevel.Day),
|
||||
new Event('{https://en.wikipedia.org/wiki/2022_Oslo_shooting=Oslo Pride Shooting} Remembrance Day', '_black-ribbon', 6, day(25), EventLevel.Day),
|
||||
new Event('{/terminology#two%20spirit=Two-Spirit} and Indigenous LGBTQQIA+ Awareness to Celebration Day (Canada)', 'Two Spirit_', 3, day(21), EventLevel.Day, ['two spirit']),
|
||||
new Event('Marriage Equality Day (Slovenia)', '_hrc', 7, day(8), EventLevel.Day),
|
||||
|
||||
// --- dynamic date ---
|
||||
|
||||
|
@ -1171,10 +1171,11 @@ calendar:
|
||||
nonbinary_kids_day: '{/terminology#nonbinary=Nonbinary} Kids'' Day'
|
||||
masc_lesbian_week: '{https://twitter.com/MascLesWeek=Masculine Lesbian Visibility and Awareness Week}'
|
||||
masc_lesbian_day: '{https://twitter.com/MascLesWeek=Masculine Lesbian Visibility and Awareness Day}'
|
||||
trans_history_month: 'Transgender History Month'
|
||||
transition_week: 'Transition Week'
|
||||
bi_creators_day: 'Bisexual Creators Day'
|
||||
trans_history_month: '{/terminology#transgender=Transgender} History Month'
|
||||
transition_week: '{/terminology#transition=Transition} Week'
|
||||
bi_creators_day: '{/terminology#bisexual=Bisexual} Creators Day'
|
||||
wrath_month: 'Queer Wrath Month'
|
||||
lesbian_aunts_day: '{/terminology#lesbian=Lesbian} Aunts Day'
|
||||
banner: 'We''re celebrating/commemorating'
|
||||
celebrating_custom: 'is celebrated'
|
||||
celebrating_day: 'is celebrated on'
|
||||
|
@ -1107,6 +1107,7 @@ calendar:
|
||||
transition_week: 'Transition Week' # TODO
|
||||
bi_creators_day: 'Bisexual Creators Day' # TODO
|
||||
wrath_month: 'Mes de la Ira'
|
||||
lesbian_aunts_day: 'Lesbian Aunts Day' # TODO
|
||||
banner: 'Hoy celebramos'
|
||||
celebrating_custom: 'se celebra'
|
||||
celebrating_day: 'se celebra el'
|
||||
|
@ -1023,6 +1023,7 @@ calendar:
|
||||
transition_week: 'Transition Week' # TODO
|
||||
bi_creators_day: 'Bisexual Creators Day' # TODO
|
||||
wrath_month: 'Queer Wrath Month' # TODO
|
||||
lesbian_aunts_day: 'Lesbian Aunts Day' # TODO
|
||||
banner: 'Nous célébrons '
|
||||
celebrating_custom: 'est célébrée'
|
||||
celebrating_day: 'est fêté le'
|
||||
|
@ -1009,6 +1009,7 @@ calendar:
|
||||
transition_week: 'Transition Week' # TODO
|
||||
bi_creators_day: 'Bisexual Creators Day' # TODO
|
||||
wrath_month: 'Queer Wrath Month' # TODO
|
||||
lesbian_aunts_day: 'Lesbian Aunts Day' # TODO
|
||||
banner: '現在、以下のお祝いをしています'
|
||||
celebrating_custom: ''
|
||||
celebrating_day: ''
|
||||
|
@ -978,6 +978,7 @@ calendar:
|
||||
transition_week: 'Transition Week' # TODO
|
||||
bi_creators_day: 'Bisexual Creators Day' # TODO
|
||||
wrath_month: 'Queer Wrath Month' # TODO
|
||||
lesbian_aunts_day: 'Lesbian Aunts Day' # TODO
|
||||
banner: 'Oy selebramos'
|
||||
celebrating_custom: 'se selebra'
|
||||
celebrating_day: 'se selebra el'
|
||||
|
@ -1023,6 +1023,7 @@ calendar:
|
||||
transition_week: 'Transition Week' # TODO
|
||||
bi_creators_day: 'Bisexual Creators Day' # TODO
|
||||
wrath_month: 'Queer Wrath Month' # TODO
|
||||
lesbian_aunts_day: 'Lesbian Aunts Day' # TODO
|
||||
banner: 'Vandaag op de kalender'
|
||||
celebrating_custom: 'wordt gevierd op:'
|
||||
celebrating_day: 'wordt gevierd op:'
|
||||
|
@ -1012,6 +1012,7 @@ calendar:
|
||||
transition_week: 'Transition Week'
|
||||
bi_creators_day: 'Bisexual Creators Day'
|
||||
wrath_month: 'Queer Wrath Month'
|
||||
lesbian_aunts_day: 'Lesbian Aunts Day'
|
||||
banner: 'Vi feirer'
|
||||
celebrating_custom: 'er feiret'
|
||||
celebrating_day: 'er feiret'
|
||||
|
@ -1903,6 +1903,7 @@ calendar:
|
||||
trans_history_month: 'Miesiąc Historii Osób Transpłciowych'
|
||||
transition_week: 'Tydzień Tranzycji'
|
||||
wrath_month: 'Miesiąc Gniewu'
|
||||
lesbian_aunts_day: 'Dzień Lesbijskich Cioć'
|
||||
banner: 'Dziś w kalendarzu'
|
||||
celebrating_custom: 'obchodzimy'
|
||||
celebrating_day: 'obchodzimy'
|
||||
|
@ -1039,6 +1039,7 @@ calendar:
|
||||
transition_week: 'Transition Week' # TODO
|
||||
bi_creators_day: 'Bisexual Creators Day' # TODO
|
||||
wrath_month: 'Mês da Ira'
|
||||
lesbian_aunts_day: 'Lesbian Aunts Day' # TODO
|
||||
banner: 'Hoje celebramos'
|
||||
celebrating_custom: 'celebra-se'
|
||||
celebrating_day: 'celebra-se em'
|
||||
|
@ -1115,6 +1115,7 @@ calendar:
|
||||
transition_week: 'Transition Week' # TODO
|
||||
bi_creators_day: 'Bisexual Creators Day' # TODO
|
||||
wrath_month: 'Queer Wrath Month' # TODO
|
||||
lesbian_aunts_day: 'Lesbian Aunts Day' # TODO
|
||||
banner: 'Мы празднуем'
|
||||
celebrating_custom: 'празднуется'
|
||||
celebrating_day: 'празднуется'
|
||||
|
@ -1032,6 +1032,7 @@ calendar: # TODO
|
||||
transition_week: 'Transition Week'
|
||||
bi_creators_day: 'Bisexual Creators Day'
|
||||
wrath_month: 'Queer Wrath Month'
|
||||
lesbian_aunts_day: 'Lesbian Aunt Day'
|
||||
banner: 'Vi firar'
|
||||
celebrating_custom: 'firas'
|
||||
celebrating_day: 'firas på'
|
||||
|
@ -1142,6 +1142,7 @@ calendar:
|
||||
transition_week: 'Transition Week' # TODO
|
||||
bi_creators_day: 'Bisexual Creators Day' # TODO
|
||||
wrath_month: 'Queer Wrath Month' # TODO
|
||||
lesbian_aunts_day: 'Lesbian Aunts Day' # TODO
|
||||
banner: 'Ми святкуємо'
|
||||
celebrating_custom: 'святкується'
|
||||
celebrating_day: 'святкується'
|
||||
|
@ -976,6 +976,7 @@ calendar: # TODO
|
||||
transition_week: 'Transition Week'
|
||||
bi_creators_day: 'Bisexual Creators Day'
|
||||
wrath_month: 'Queer Wrath Month'
|
||||
lesbian_aunts_day: 'Lesbian Aunts Day'
|
||||
banner: 'We''re celebrating'
|
||||
celebrating_custom: 'is celebrated'
|
||||
celebrating_day: 'is celebrated on'
|
||||
|
Loading…
x
Reference in New Issue
Block a user