(svn r10877) -Fix: some isocodes were wrong

This commit is contained in:
glx 2007-08-13 13:12:19 +00:00
parent 81810ad391
commit 35e8f64e9a
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
##name Italian
##ownname Italiano
##isocode it
##isocode it_IT
##plural 0
##case ms mp fs fp
##gender m f

View File

@ -1,6 +1,6 @@
##name Frisian
##ownname Frysk
##isocode fy
##isocode fy_NL
##id 0x0000
STR_NULL :

View File

@ -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},