diff options
author | simon <simon@FreeBSD.org> | 2006-06-11 14:43:18 +0000 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2006-06-11 14:43:18 +0000 |
commit | 25c208543a2ed2034b308d1ddc15140059efafb7 (patch) | |
tree | c1ccfdb1897e585da9719ad98b2683e8e81b967d /share/monetdef | |
parent | 5bf837dbd8d3dbdc9de188f9f743d8e53667a278 (diff) | |
download | FreeBSD-src-25c208543a2ed2034b308d1ddc15140059efafb7.zip FreeBSD-src-25c208543a2ed2034b308d1ddc15140059efafb7.tar.gz |
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)
Diffstat (limited to 'share/monetdef')
-rw-r--r-- | share/monetdef/pt_PT.ISO8859-1.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/monetdef/pt_PT.ISO8859-1.src b/share/monetdef/pt_PT.ISO8859-1.src index e729d54..23c0fcd 100644 --- a/share/monetdef/pt_PT.ISO8859-1.src +++ b/share/monetdef/pt_PT.ISO8859-1.src @@ -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 ; |