diff options
author | phantom <phantom@FreeBSD.org> | 2002-04-05 15:03:13 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2002-04-05 15:03:13 +0000 |
commit | 8e0b36fd312ffc9761418e00078f3ec47dac8cb3 (patch) | |
tree | 08dd54eb40e64a57dc1512606906b55db658b6e6 /share/monetdef | |
parent | 9538412adcafb3d62b39db04d584c4e986b22f3d (diff) | |
download | FreeBSD-src-8e0b36fd312ffc9761418e00078f3ec47dac8cb3.zip FreeBSD-src-8e0b36fd312ffc9761418e00078f3ec47dac8cb3.tar.gz |
Add pt_BR.ISO8859-1 (Brazilian Portuguese) locale
Submitted (partly) by: dcs
Diffstat (limited to 'share/monetdef')
-rw-r--r-- | share/monetdef/Makefile | 1 | ||||
-rw-r--r-- | share/monetdef/pt_BR.ISO8859-1.src | 36 |
2 files changed, 37 insertions, 0 deletions
diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile index cd5323f..7613ff9 100644 --- a/share/monetdef/Makefile +++ b/share/monetdef/Makefile @@ -33,6 +33,7 @@ LOCALES= af_ZA.ISO8859-1 \ nl_NL.ISO8859-1 \ no_NO.ISO8859-1 \ pl_PL.ISO8859-2 \ + pt_BR.ISO8859-1 \ pt_PT.ISO8859-1 \ ro_RO.ISO8859-2 \ ru_RU.CP866 \ diff --git a/share/monetdef/pt_BR.ISO8859-1.src b/share/monetdef/pt_BR.ISO8859-1.src new file mode 100644 index 0000000..0614e9f --- /dev/null +++ b/share/monetdef/pt_BR.ISO8859-1.src @@ -0,0 +1,36 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +BRL +# currency_symbol +R$ +# mon_decimal_point (possibly incorrect for pt_BR) +, +# mon_thousands_sep +. +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +0 +# p_sep_by_space +1 +# n_cs_precedes +0 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF |