Skip to content

i18n: Add context for Add Calendar buttons

Ghost User requested to merge (removed):fix-add-calender-button into main

Due to some languages using the "nplurals=1; plural=0" plural form, and the string already in use in src/gui/calendar-management/gcal-new-calendar-page.c with g_dngettext, add context to the other "Add Calendar" strings to fix the problem.

The misused g_dngettext "Add Calendar" string caused some translation errors in the Turkish locale due to the "nplurals=1; plural=0;" plural form.

AFAIK, other locales (confirmed: be_BY, fa_IR, id_ID, kk_KZ, ko_KR, my_MM, zh_CN) are also affected by this issue.

Başlıksız

ko

zh_cn

Edited by Ghost User

Merge request reports