Add LC_MESSAGES, LC_MONETARY, and LC_NUMERIC supports to
both zh_TW.Big5 and zh_CN.EUC locales. Approved by: ache
This commit is contained in:
parent
1c849be1af
commit
0fcd7572b8
@ -24,7 +24,9 @@ LOCALES= af_ZA.ISO_8859-1 \
|
|||||||
sv_SE.ISO_8859-1 \
|
sv_SE.ISO_8859-1 \
|
||||||
uk_UA.KOI8-U \
|
uk_UA.KOI8-U \
|
||||||
ko_KR.EUC \
|
ko_KR.EUC \
|
||||||
ja_JP.EUC
|
ja_JP.EUC \
|
||||||
|
zh_TW.Big5 \
|
||||||
|
zh_CN.EUC
|
||||||
|
|
||||||
LOCALEDIR= ${DESTDIR}/usr/share/locale
|
LOCALEDIR= ${DESTDIR}/usr/share/locale
|
||||||
|
|
||||||
|
36
share/monetdef/zh_CN.EUC.src
Normal file
36
share/monetdef/zh_CN.EUC.src
Normal file
@ -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
|
36
share/monetdef/zh_CN.eucCN.src
Normal file
36
share/monetdef/zh_CN.eucCN.src
Normal file
@ -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
|
36
share/monetdef/zh_TW.Big5.src
Normal file
36
share/monetdef/zh_TW.Big5.src
Normal file
@ -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
|
@ -19,7 +19,9 @@ LOCALES= af_ZA.ISO_8859-1 \
|
|||||||
sv_SE.ISO_8859-1 \
|
sv_SE.ISO_8859-1 \
|
||||||
uk_UA.KOI8-U \
|
uk_UA.KOI8-U \
|
||||||
ko_KR.EUC \
|
ko_KR.EUC \
|
||||||
ja_JP.EUC
|
ja_JP.EUC \
|
||||||
|
zh_TW.Big5 \
|
||||||
|
zh_CN.EUC
|
||||||
|
|
||||||
ENGLISH= en_US.ISO_8859-1
|
ENGLISH= en_US.ISO_8859-1
|
||||||
ENGLISHLINKS= en_AU.ISO_8859-1 en_CA.ISO_8859-1 en_GB.ISO_8859-1 \
|
ENGLISHLINKS= en_AU.ISO_8859-1 en_CA.ISO_8859-1 en_GB.ISO_8859-1 \
|
||||||
|
14
share/msgdef/zh_CN.EUC.src
Normal file
14
share/msgdef/zh_CN.EUC.src
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
# WARNING: spaces may be essential at the end of lines
|
||||||
|
# WARNING: empty lines are essential too
|
||||||
|
#
|
||||||
|
# yesexpr
|
||||||
|
^[yYyY是].*
|
||||||
|
# noexpr
|
||||||
|
^[nNnN不否].*
|
||||||
|
# yesstr
|
||||||
|
是
|
||||||
|
# nostr
|
||||||
|
否
|
||||||
|
# EOF
|
14
share/msgdef/zh_CN.eucCN.src
Normal file
14
share/msgdef/zh_CN.eucCN.src
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
# WARNING: spaces may be essential at the end of lines
|
||||||
|
# WARNING: empty lines are essential too
|
||||||
|
#
|
||||||
|
# yesexpr
|
||||||
|
^[yYyY是].*
|
||||||
|
# noexpr
|
||||||
|
^[nNnN不否].*
|
||||||
|
# yesstr
|
||||||
|
是
|
||||||
|
# nostr
|
||||||
|
否
|
||||||
|
# EOF
|
14
share/msgdef/zh_TW.Big5.src
Normal file
14
share/msgdef/zh_TW.Big5.src
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
# WARNING: spaces may be essential at the end of lines
|
||||||
|
# WARNING: empty lines are essential too
|
||||||
|
#
|
||||||
|
# yesexpr
|
||||||
|
^[yYyY是].*
|
||||||
|
# noexpr
|
||||||
|
^[nNnN不否].*
|
||||||
|
# yesstr
|
||||||
|
是
|
||||||
|
# nostr
|
||||||
|
否
|
||||||
|
# EOF
|
@ -19,7 +19,9 @@ LOCALES= af_ZA.ISO_8859-1 \
|
|||||||
sv_SE.ISO_8859-1 \
|
sv_SE.ISO_8859-1 \
|
||||||
uk_UA.KOI8-U \
|
uk_UA.KOI8-U \
|
||||||
ko_KR.EUC \
|
ko_KR.EUC \
|
||||||
ja_JP.EUC
|
ja_JP.EUC \
|
||||||
|
zh_TW.Big5 \
|
||||||
|
zh_CN.EUC
|
||||||
|
|
||||||
LOCALEDIR= ${DESTDIR}/usr/share/locale
|
LOCALEDIR= ${DESTDIR}/usr/share/locale
|
||||||
USENGLISH= en_US.ISO_8859-1
|
USENGLISH= en_US.ISO_8859-1
|
||||||
|
12
share/numericdef/zh_CN.EUC.src
Normal file
12
share/numericdef/zh_CN.EUC.src
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
# WARNING: spaces may be essential at the end of lines
|
||||||
|
# WARNING: empty lines are essential too
|
||||||
|
#
|
||||||
|
# decimal_point
|
||||||
|
.
|
||||||
|
# thousands_sep
|
||||||
|
,
|
||||||
|
# grouping, separated by ;
|
||||||
|
3;3
|
||||||
|
# EOF
|
12
share/numericdef/zh_CN.eucCN.src
Normal file
12
share/numericdef/zh_CN.eucCN.src
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
# WARNING: spaces may be essential at the end of lines
|
||||||
|
# WARNING: empty lines are essential too
|
||||||
|
#
|
||||||
|
# decimal_point
|
||||||
|
.
|
||||||
|
# thousands_sep
|
||||||
|
,
|
||||||
|
# grouping, separated by ;
|
||||||
|
3;3
|
||||||
|
# EOF
|
12
share/numericdef/zh_TW.Big5.src
Normal file
12
share/numericdef/zh_TW.Big5.src
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
# WARNING: spaces may be essential at the end of lines
|
||||||
|
# WARNING: empty lines are essential too
|
||||||
|
#
|
||||||
|
# decimal_point
|
||||||
|
.
|
||||||
|
# thousands_sep
|
||||||
|
,
|
||||||
|
# grouping, separated by ;
|
||||||
|
3;3
|
||||||
|
# EOF
|
Loading…
Reference in New Issue
Block a user