1
0
Fork 0

Fix: Finnish thousands separator

In Finnish, the recommended digit group separator is a space rather than a dot.
pull/12028/head
Heikki Piirainen 2024-02-07 12:29:59 +02:00 committed by GitHub
parent 1f8533ebe0
commit a1b063fbe3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
##isocode fi_FI ##isocode fi_FI
##plural 0 ##plural 0
##textdir ltr ##textdir ltr
##digitsep . ##digitsep {NBSP}
##digitsepcur . ##digitsepcur {NBSP}
##decimalsep , ##decimalsep ,
##winlangid 0x040b ##winlangid 0x040b
##grflangid 0x35 ##grflangid 0x35