mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
The monetary decimal point (mon_decimal_point) for pt_PT.ISO8859-1
should be a comma (,) and not a dot (.). PR: misc/98813 Submitted by: Rui Lopes <rgl@ruilopes.com> MFC after: 1 week Approved by: cperciva (mentor)
This commit is contained in:
parent
f855cc4f36
commit
866d263dbb
1 changed files with 2 additions and 2 deletions
|
|
@ -7,8 +7,8 @@
|
|||
EUR
|
||||
# currency_symbol
|
||||
Eu
|
||||
# mon_decimal_point (possibly incorrect for pt_PT)
|
||||
.
|
||||
# mon_decimal_point
|
||||
,
|
||||
# mon_thousands_sep
|
||||
.
|
||||
# mon_grouping, separated by ;
|
||||
|
|
|
|||
Loading…
Reference in a new issue