1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-09-02 11:29:10 +00:00

(svn r24910) -Fix: [strgen] Description of plural form 3 was incorrect.

This commit is contained in:
frosch
2013-01-12 17:21:30 +00:00
parent 28f22a46bc
commit fea76bbb78
2 changed files with 2 additions and 1 deletions

View File

@@ -539,6 +539,7 @@ static int DeterminePluralForm(int64 count, int plural_form)
return n > 1 ? 1 : 0;
/* Three forms: special cases for 0, and numbers ending in 1 except when ending in 11.
* Note: Cases are out of order for hysterical reasons. '0' is last.
* Used in:
* Latvian */
case 3: