Commit 01ee92f
committed
fix(l10n): escape apostrophe in Italian ARB plural string
ICU message format treats single quotes as escape characters.
Unescaped apostrophe in `dell'ultimo` caused ICU lexing error
and broke gen_localizations during the Android build.
Fix: replace `'` with `''` in the affected plural form.1 parent 6cf1120 commit 01ee92f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
746 | 746 | | |
747 | 747 | | |
748 | 748 | | |
749 | | - | |
| 749 | + | |
750 | 750 | | |
751 | 751 | | |
752 | 752 | | |
| |||
0 commit comments