mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
(svn r10877) -Fix: some isocodes were wrong
This commit is contained in:
parent
6f68d876b8
commit
dfa82cd968
@ -1,6 +1,6 @@
|
||||
##name Italian
|
||||
##ownname Italiano
|
||||
##isocode it
|
||||
##isocode it_IT
|
||||
##plural 0
|
||||
##case ms mp fs fp
|
||||
##gender m f
|
||||
|
@ -1,6 +1,6 @@
|
||||
##name Frisian
|
||||
##ownname Frysk
|
||||
##isocode fy
|
||||
##isocode fy_NL
|
||||
|
||||
##id 0x0000
|
||||
STR_NULL :
|
||||
|
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user