mirror of https://github.com/OpenTTD/OpenTTD
Fix: Finnish thousands separator (#12028)
In Finnish, the recommended digit group separator is a space rather than a dot.pull/12031/head
parent
d2a4f3123d
commit
42a88fc1d6
|
@ -3,8 +3,8 @@
|
|||
##isocode fi_FI
|
||||
##plural 0
|
||||
##textdir ltr
|
||||
##digitsep .
|
||||
##digitsepcur .
|
||||
##digitsep {NBSP}
|
||||
##digitsepcur {NBSP}
|
||||
##decimalsep ,
|
||||
##winlangid 0x040b
|
||||
##grflangid 0x35
|
||||
|
|
Loading…
Reference in New Issue