From 35e8f64e9ab8a164fd66f7646ceb59bb8126ecd1 Mon Sep 17 00:00:00 2001 From: glx Date: Mon, 13 Aug 2007 13:12:19 +0000 Subject: (svn r10877) -Fix: some isocodes were wrong --- src/lang/italian.txt | 2 +- src/lang/unfinished/frisian.txt | 2 +- src/newgrf_text.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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}, -- cgit v1.2.3-54-g00ecf