mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-15 08:22:34 +01:00
(svn r24910) -Fix: [strgen] Description of plural form 3 was incorrect.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user