diff options
author | planetmaker <planetmaker@openttd.org> | 2014-01-11 14:13:23 +0000 |
---|---|---|
committer | planetmaker <planetmaker@openttd.org> | 2014-01-11 14:13:23 +0000 |
commit | 8259d279d552842f55704dda586916b7e53b943c (patch) | |
tree | eb3d6335e2191636c626d81fecbc318d3ba4ac2c /src/lang | |
parent | de5f0e9cbbb2cca6a528306bc4cc6c7d2724450e (diff) | |
download | openttd-8259d279d552842f55704dda586916b7e53b943c.tar.xz |
(svn r26235) -Fix: Decimal and digit separators were swapped for Korean language
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/korean.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lang/korean.txt b/src/lang/korean.txt index 2cc50fe51..754349fe0 100644 --- a/src/lang/korean.txt +++ b/src/lang/korean.txt @@ -3,9 +3,9 @@ ##isocode ko_KR ##plural 11 ##textdir ltr -##digitsep . -##digitsepcur . -##decimalsep , +##digitsep , +##digitsepcur , +##decimalsep . ##winlangid 0x0412 ##grflangid 0x3a ##gender m f |