diff options
author | glx <glx@openttd.org> | 2007-08-13 13:12:19 +0000 |
---|---|---|
committer | glx <glx@openttd.org> | 2007-08-13 13:12:19 +0000 |
commit | dfa82cd9684eb0b20c60d8389a24d4f01759e9e0 (patch) | |
tree | dc8d3af8a3d6d7d04f1bac5da5432dc70d9ba99e /src | |
parent | 6f68d876b84db612a89ceaf2042ab2a552a51588 (diff) | |
download | openttd-dfa82cd9684eb0b20c60d8389a24d4f01759e9e0.tar.xz |
(svn r10877) -Fix: some isocodes were wrong
Diffstat (limited to 'src')
-rw-r--r-- | src/lang/italian.txt | 2 | ||||
-rw-r--r-- | src/lang/unfinished/frisian.txt | 2 | ||||
-rw-r--r-- | src/newgrf_text.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/lang/italian.txt b/src/lang/italian.txt index 5e5942656..90ace0f0f 100644 --- a/src/lang/italian.txt +++ b/src/lang/italian.txt @@ -1,6 +1,6 @@ ##name Italian ##ownname Italiano -##isocode it +##isocode it_IT ##plural 0 ##case ms mp fs fp ##gender m f diff --git a/src/lang/unfinished/frisian.txt b/src/lang/unfinished/frisian.txt index e3dc1b86a..72f32c085 100644 --- a/src/lang/unfinished/frisian.txt +++ b/src/lang/unfinished/frisian.txt @@ -1,6 +1,6 @@ ##name Frisian ##ownname Frysk -##isocode fy +##isocode fy_NL ##id 0x0000 STR_NULL : diff --git a/src/newgrf_text.cpp b/src/newgrf_text.cpp index 74090d067..f9ef1ec5c 100644 --- a/src/newgrf_text.cpp +++ b/src/newgrf_text.cpp @@ -101,7 +101,7 @@ const iso_grf iso_codes[] = { {"es_ES", GRFLX_SPANISH}, {"af_ZA", GRFLX_AFRIKAANS}, {"hr_HR", GRFLX_CROATIAN}, - {"cs_CS", GRFLX_CZECH}, + {"cs_CZ", GRFLX_CZECH}, {"ca_ES", GRFLX_CATALAN}, {"da_DA", GRFLX_DANISH}, {"nl_NL", GRFLX_DUTCH}, |