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:
@@ -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