Open Socialdarwinist opened 7 years ago
For instance from data/languages/la.json
{ "key": "{int:NumBombs} bombs left", "one": "Bomba una reliqua", "other": "{int:NumBombs} bombae reliquae", },
only bombae reliquae is used, even if there is only one bomb left.
It should also be fixed for cases when JSON files contain other plurals than the ICU database.
For instance from data/languages/la.json
only bombae reliquae is used, even if there is only one bomb left.
It should also be fixed for cases when JSON files contain other plurals than the ICU database.