Skip to content

Commit

Permalink
fix: crash in exams schedule caused by missing plural resource
Browse files Browse the repository at this point in the history
  • Loading branch information
abdallahmehiz committed Jan 12, 2025
1 parent 54797a0 commit 9b05085
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion i18n/src/commonMain/moko-resources/base/plurals.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
<plural name="days_left">
<item quantity="zero">Today</item>
<item quantity="one">%d day left</item>
<item quantity="two">%d days left</item>
<item quantity="other">%d days left</item>
</plural>
</resources>
2 changes: 1 addition & 1 deletion i18n/src/commonMain/moko-resources/fr/plurals.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
<plural name="days_left">
<item quantity="zero">Aujourd'hui</item>
<item quantity="one">%d jour restant</item>
<item quantity="two">%d jours restants</item>
<item quantity="other">%d jours restants</item>
</plural>
</resources>

0 comments on commit 9b05085

Please sign in to comment.