diff options
author | ache <ache@FreeBSD.org> | 2003-12-20 11:18:43 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2003-12-20 11:18:43 +0000 |
commit | ac5798858c2ebeffce49dfdd6ae12a85eb1aabaa (patch) | |
tree | 8a9deaa7c5c5b3b6e469130f2e013c0ddec2bac7 /share/monetdef | |
parent | f8c04248bd82b24576191a8962a3c0c1ee497e13 (diff) | |
download | FreeBSD-src-ac5798858c2ebeffce49dfdd6ae12a85eb1aabaa.zip FreeBSD-src-ac5798858c2ebeffce49dfdd6ae12a85eb1aabaa.tar.gz |
Add be_BY.*
Submitted by: Yury Tarasievich <grog@grsu.by>
Diffstat (limited to 'share/monetdef')
-rw-r--r-- | share/monetdef/Makefile | 3 | ||||
-rw-r--r-- | share/monetdef/be_BY.CP1131.src | 35 | ||||
-rw-r--r-- | share/monetdef/be_BY.CP1251.src | 35 | ||||
-rw-r--r-- | share/monetdef/be_BY.ISO8859-5.src | 35 |
4 files changed, 108 insertions, 0 deletions
diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile index 3bb1d67..f4f4d90 100644 --- a/share/monetdef/Makefile +++ b/share/monetdef/Makefile @@ -5,6 +5,9 @@ CLEANFILES+= ${LOCALES:S/$/.out/g} LOCALES= af_ZA.ISO8859-1 \ am_ET.UTF-8 \ + be_BY.CP1131 \ + be_BY.CP1251 \ + be_BY.ISO8859-5 \ bg_BG.CP1251 \ ca_ES.ISO8859-1 \ cs_CZ.ISO8859-2 \ diff --git a/share/monetdef/be_BY.CP1131.src b/share/monetdef/be_BY.CP1131.src new file mode 100644 index 0000000..a39e5f3 --- /dev/null +++ b/share/monetdef/be_BY.CP1131.src @@ -0,0 +1,35 @@ +# $FreeBSD$ +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +BYR +# currency_symbol +àã¡. +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping +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 diff --git a/share/monetdef/be_BY.CP1251.src b/share/monetdef/be_BY.CP1251.src new file mode 100644 index 0000000..ec4f95f --- /dev/null +++ b/share/monetdef/be_BY.CP1251.src @@ -0,0 +1,35 @@ +# $FreeBSD$ +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +BYR +# currency_symbol +ðóá. +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping +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 diff --git a/share/monetdef/be_BY.ISO8859-5.src b/share/monetdef/be_BY.ISO8859-5.src new file mode 100644 index 0000000..e49691c --- /dev/null +++ b/share/monetdef/be_BY.ISO8859-5.src @@ -0,0 +1,35 @@ +# $FreeBSD$ +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +BYR +# currency_symbol +àãÑ. +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping +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 |