diff options
author | frosch <frosch@openttd.org> | 2021-04-10 18:09:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-10 18:09:04 +0200 |
commit | c6781cbd44f5b6b9fb473caa01dcd4e325b05a7b (patch) | |
tree | 05acb23ff0c1a2eed745193ebc2f2704c0e1e3f8 /src/table | |
parent | 0e01a7a43122a17d8537c455e6a068f75f61b809 (diff) | |
download | openttd-c6781cbd44f5b6b9fb473caa01dcd4e325b05a7b.tar.xz |
Fix d4c3d01d: add plural form 14 to strgen. (#8999)
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/strgen_tables.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/table/strgen_tables.h b/src/table/strgen_tables.h index 1c565089a..ecdafb3ee 100644 --- a/src/table/strgen_tables.h +++ b/src/table/strgen_tables.h @@ -176,6 +176,7 @@ static const PluralForm _plural_forms[] = { { 2, "Two forms: cases for numbers ending with a consonant, and with a vowel.", "\"yeong,il,sam,yuk,chil,pal\" \"i,sa,o,gu\"" }, { 4, "Four forms: special cases for 1, 0 and numbers ending in 02 to 10, and numbers ending in 11 to 19.", "\"1\" \"0,2..10,102..110,202..210,...\" \"11..19,111..119,211..219,...\" \"other\"" }, { 4, "Four forms: special cases for 1 and 11, 2 and 12, 3..10 and 13..19.", "\"1,11\" \"2,12\" \"3..10,13..19\" \"other\"" }, + { 3, "Three forms: special cases for 1, 0 and numbers ending in 01 to 19.", "\"1\" \"0,2..19,101..119,201..219,...\" \"other\"" }, }; /* Flags: |