fix(i18n): give the French agenda_range_days plural its "other" form
Fixes the crash in #297 and #298. French resolves every count from 2 upwards to "other", so a custom agenda range of 2+ days threw Resources$NotFoundException on the label — in the settings summary, in the range picker, and live while typing a day count. Corrected in Weblate first (unit 2849, whose third plural form was stored empty), so this file and Weblate now agree and the next sync cannot strip the item again.
This commit is contained in:
@@ -323,6 +323,7 @@
|
||||
<plurals name="agenda_range_days">
|
||||
<item quantity="one">%d jour</item>
|
||||
<item quantity="many">%d jours</item>
|
||||
<item quantity="other">%d jours</item>
|
||||
</plurals>
|
||||
<string name="settings_section_views">Vues</string>
|
||||
<string name="settings_quick_switch_header">Bouton d’interrupteur rapide</string>
|
||||
|
||||
Reference in New Issue
Block a user