diff options
| author | Simon L. B. Nielsen <simon@FreeBSD.org> | 2006-06-11 14:43:18 +0000 |
|---|---|---|
| committer | Simon L. B. Nielsen <simon@FreeBSD.org> | 2006-06-11 14:43:18 +0000 |
| commit | 866d263dbb4f4a6e59f2276d877c74f4364ec82a (patch) | |
| tree | c1ccfdb1897e585da9719ad98b2683e8e81b967d /share/monetdef | |
| parent | f855cc4f362fd964cdb2a26502837d65cf07d88f (diff) | |
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 e729d54eb004..23c0fcdfded6 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 ; |
