mirror of https://github.com/OpenTTD/OpenTTD
(svn r26235) -Fix: Decimal and digit separators were swapped for Korean language
parent
de5f0e9cbb
commit
8259d279d5
|
@ -3,9 +3,9 @@
|
||||||
##isocode ko_KR
|
##isocode ko_KR
|
||||||
##plural 11
|
##plural 11
|
||||||
##textdir ltr
|
##textdir ltr
|
||||||
##digitsep .
|
##digitsep ,
|
||||||
##digitsepcur .
|
##digitsepcur ,
|
||||||
##decimalsep ,
|
##decimalsep .
|
||||||
##winlangid 0x0412
|
##winlangid 0x0412
|
||||||
##grflangid 0x3a
|
##grflangid 0x3a
|
||||||
##gender m f
|
##gender m f
|
||||||
|
|
Loading…
Reference in New Issue