diff options
author | asmodai <asmodai@FreeBSD.org> | 2001-02-09 12:39:32 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2001-02-09 12:39:32 +0000 |
commit | d0b63937920859ee0e970dd88c238886c9560407 (patch) | |
tree | a6e955c3ec840bf37b4eee65a6550055420efe9f /share/monetdef | |
parent | 4b6210bfbc897d90fe760fadc5311bcaea5dfff8 (diff) | |
download | FreeBSD-src-d0b63937920859ee0e970dd88c238886c9560407.zip FreeBSD-src-d0b63937920859ee0e970dd88c238886c9560407.tar.gz |
Add af_ZA locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.
Diffstat (limited to 'share/monetdef')
-rw-r--r-- | share/monetdef/Makefile | 3 | ||||
-rw-r--r-- | share/monetdef/af_ZA.ISO8859-1.src | 36 | ||||
-rw-r--r-- | share/monetdef/af_ZA.ISO_8859-1.src | 36 |
3 files changed, 74 insertions, 1 deletions
diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile index 940b9ad..9bf9a7f 100644 --- a/share/monetdef/Makefile +++ b/share/monetdef/Makefile @@ -3,7 +3,8 @@ NOMAN=YES CLEANFILES+= ${LOCALES:S/$/.out/g} -LOCALES= da_DK.ISO_8859-1 \ +LOCALES= af_ZA.ISO_8859-1 \ + da_DK.ISO_8859-1 \ de_DE.ISO_8859-1 \ en_US.ISO_8859-1 \ fr_FR.ISO_8859-1 \ diff --git a/share/monetdef/af_ZA.ISO8859-1.src b/share/monetdef/af_ZA.ISO8859-1.src new file mode 100644 index 0000000..c858aca --- /dev/null +++ b/share/monetdef/af_ZA.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 +ZAR +# currency_symbol +R +# mon_decimal_point +, +# mon_thousands_sep +. +# mon_grouping +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +1 +# p_sep_by_space +0 +# n_cs_precedes +1 +# n_sep_by_space +0 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF diff --git a/share/monetdef/af_ZA.ISO_8859-1.src b/share/monetdef/af_ZA.ISO_8859-1.src new file mode 100644 index 0000000..c858aca --- /dev/null +++ b/share/monetdef/af_ZA.ISO_8859-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 +ZAR +# currency_symbol +R +# mon_decimal_point +, +# mon_thousands_sep +. +# mon_grouping +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +1 +# p_sep_by_space +0 +# n_cs_precedes +1 +# n_sep_by_space +0 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF |