Add ja_JP.EUC locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.
This commit is contained in:
parent
b37eee8d45
commit
af989ec5ea
@ -22,7 +22,8 @@ LOCALES= af_ZA.ISO_8859-1 \
|
||||
pl_PL.ISO_8859-2 \
|
||||
ru_RU.KOI8-R \
|
||||
sv_SE.ISO_8859-1 \
|
||||
ko_KR.EUC
|
||||
ko_KR.EUC \
|
||||
ja_JP.EUC
|
||||
|
||||
LOCALEDIR= ${DESTDIR}/usr/share/locale
|
||||
|
||||
|
36
share/monetdef/ja_JP.EUC.src
Normal file
36
share/monetdef/ja_JP.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
|
||||
JPY
|
||||
# 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/ja_JP.eucJP.src
Normal file
36
share/monetdef/ja_JP.eucJP.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
|
||||
JPY
|
||||
# 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
|
@ -17,7 +17,8 @@ LOCALES= af_ZA.ISO_8859-1 \
|
||||
pl_PL.ISO_8859-2 \
|
||||
ru_RU.KOI8-R \
|
||||
sv_SE.ISO_8859-1 \
|
||||
ko_KR.EUC
|
||||
ko_KR.EUC \
|
||||
ja_JP.EUC
|
||||
|
||||
ENGLISH= en_US.ISO_8859-1
|
||||
ENGLISHLINKS= en_AU.ISO_8859-1 en_CA.ISO_8859-1 en_GB.ISO_8859-1 \
|
||||
|
10
share/msgdef/ja_JP.EUC.src
Normal file
10
share/msgdef/ja_JP.EUC.src
Normal file
@ -0,0 +1,10 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# yesexpr
|
||||
^[yYyYはハ].*
|
||||
# noexpr
|
||||
^[nNnNいイ].*
|
||||
# EOF
|
10
share/msgdef/ja_JP.eucJP.src
Normal file
10
share/msgdef/ja_JP.eucJP.src
Normal file
@ -0,0 +1,10 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# yesexpr
|
||||
^[yYyYはハ].*
|
||||
# noexpr
|
||||
^[nNnNいイ].*
|
||||
# EOF
|
@ -17,7 +17,8 @@ LOCALES= af_ZA.ISO_8859-1 \
|
||||
pl_PL.ISO_8859-2 \
|
||||
ru_RU.KOI8-R \
|
||||
sv_SE.ISO_8859-1 \
|
||||
ko_KR.EUC
|
||||
ko_KR.EUC \
|
||||
ja_JP.EUC
|
||||
|
||||
LOCALEDIR= ${DESTDIR}/usr/share/locale
|
||||
USENGLISH= en_US.ISO_8859-1
|
||||
|
12
share/numericdef/ja_JP.EUC.src
Normal file
12
share/numericdef/ja_JP.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/ja_JP.eucJP.src
Normal file
12
share/numericdef/ja_JP.eucJP.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