Commit d4378cd
fix(l10n): Fix plural form
Reported at Transifex
Comment at Transifex:
"In Serbian, this plural form is used for 1, 21, 31, 101... So it is wrong to have it fixed only on 1. Here is the definition of the 3 plural forms for Serbian language:
Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);
This issue holds true for all plural original strings that are fixed to 1, not only to this one."
Signed-off-by: rakekniven <[email protected]>1 parent dfd6d3c commit d4378cd
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| |||
0 commit comments