mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-09-01 10:59:12 +00:00
Fix: Finnish thousands separator (#12028)
In Finnish, the recommended digit group separator is a space rather than a dot.
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
##isocode fi_FI
|
||||
##plural 0
|
||||
##textdir ltr
|
||||
##digitsep .
|
||||
##digitsepcur .
|
||||
##digitsep {NBSP}
|
||||
##digitsepcur {NBSP}
|
||||
##decimalsep ,
|
||||
##winlangid 0x040b
|
||||
##grflangid 0x35
|
||||
|
Reference in New Issue
Block a user