diff options
author | keith <keith@FreeBSD.org> | 2001-02-17 18:45:08 +0000 |
---|---|---|
committer | keith <keith@FreeBSD.org> | 2001-02-17 18:45:08 +0000 |
commit | 11f67bfc4a89671fb3cf961bbc363d6f0ac86389 (patch) | |
tree | 57b72e332e7e8789640804102dfbc8a21121c3d9 /share/monetdef | |
parent | b628b13127e9c1dd3493f94ef4bdfdca6791715c (diff) | |
download | FreeBSD-src-11f67bfc4a89671fb3cf961bbc363d6f0ac86389.zip FreeBSD-src-11f67bfc4a89671fb3cf961bbc363d6f0ac86389.tar.gz |
Add LC_MESSAGES, LC_MONETARY, and LC_NUMERIC supports to
both zh_TW.Big5 and zh_CN.EUC locales.
Approved by: ache
Diffstat (limited to 'share/monetdef')
-rw-r--r-- | share/monetdef/Makefile | 4 | ||||
-rw-r--r-- | share/monetdef/zh_CN.EUC.src | 36 | ||||
-rw-r--r-- | share/monetdef/zh_CN.eucCN.src | 36 | ||||
-rw-r--r-- | share/monetdef/zh_TW.Big5.src | 36 |
4 files changed, 111 insertions, 1 deletions
diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile index 0960f0c..34292d8 100644 --- a/share/monetdef/Makefile +++ b/share/monetdef/Makefile @@ -24,7 +24,9 @@ LOCALES= af_ZA.ISO_8859-1 \ sv_SE.ISO_8859-1 \ uk_UA.KOI8-U \ ko_KR.EUC \ - ja_JP.EUC + ja_JP.EUC \ + zh_TW.Big5 \ + zh_CN.EUC LOCALEDIR= ${DESTDIR}/usr/share/locale diff --git a/share/monetdef/zh_CN.EUC.src b/share/monetdef/zh_CN.EUC.src new file mode 100644 index 0000000..8288d6c --- /dev/null +++ b/share/monetdef/zh_CN.EUC.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 +CNY +# currency_symbol +гд +# mon_decimal_point +. +# mon_thousands_sep +, +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +0 +# frac_digits +0 +# 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 +4 +# EOF diff --git a/share/monetdef/zh_CN.eucCN.src b/share/monetdef/zh_CN.eucCN.src new file mode 100644 index 0000000..8288d6c --- /dev/null +++ b/share/monetdef/zh_CN.eucCN.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 +CNY +# currency_symbol +гд +# mon_decimal_point +. +# mon_thousands_sep +, +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +0 +# frac_digits +0 +# 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 +4 +# EOF diff --git a/share/monetdef/zh_TW.Big5.src b/share/monetdef/zh_TW.Big5.src new file mode 100644 index 0000000..4196191 --- /dev/null +++ b/share/monetdef/zh_TW.Big5.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 +TWD +# currency_symbol +NT$ +# mon_decimal_point +. +# mon_thousands_sep +, +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +0 +# frac_digits +0 +# 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 +4 +# EOF |