mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05:00
With the de_CH (swiss german) locale, numbers should look like this:
numbers: 1'234.45
monetary values: Fr. 1'234.45
Previously, the thousands separator was missing for numbers, and
"." for monetary values, and "," was incorrectly used as decimal
point.
PR: conf/75502
Submitted by: Benjamin Lutz <benlutz@datacomm.ch>
MFC after: 1 week
12 lines
185 B
Text
12 lines
185 B
Text
# $FreeBSD$
|
|
#
|
|
# WARNING: spaces may be essential at the end of lines
|
|
# WARNING: empty lines are essential too
|
|
#
|
|
# decimal_point
|
|
.
|
|
# thousands_sep
|
|
'
|
|
# grouping, separated by ;
|
|
3;3
|
|
# EOF
|