Add category definitions (which were missing) for locale categories LC_MESSAGES,

LC_NUMERIC, LC_MONETARY. Information source is POSIX locale defintions
collection at ftp://dkuug.dk/i18n/WG15-collection/
This commit is contained in:
Alexey Zelkin 2001-04-28 15:13:30 +00:00
parent 42792ad958
commit cd8136756a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76105
41 changed files with 744 additions and 4 deletions

View File

@ -6,6 +6,7 @@ CLEANFILES+= ${LOCALES:S/$/.out/g}
LOCALES= af_ZA.ISO_8859-1 \
cs_CZ.ISO_8859-2 \
da_DK.ISO_8859-1 \
de_AT.ISO_8859-1 \
de_DE.ISO_8859-1 \
el_GR.ISO_8859-7 \
en_AU.ISO_8859-1 \
@ -17,15 +18,20 @@ LOCALES= af_ZA.ISO_8859-1 \
fi_FI.ISO_8859-1 \
fr_FR.ISO_8859-1 \
fr_CA.ISO_8859-1 \
hr_HR.ISO_8859-2 \
hu_HU.ISO_8859-2 \
is_IS.ISO_8859-1 \
it_IT.ISO_8859-1 \
nl_NL.ISO_8859-1 \
no_NO.ISO_8859-1 \
pl_PL.ISO_8859-2 \
pt_PT.ISO_8859-1 \
ru_RU.CP866 \
ru_RU.ISO_8859-5 \
ru_RU.KOI8-R \
sl_SI.ISO_8859-2 \
sv_SE.ISO_8859-1 \
tr_TR.ISO_8859-9 \
uk_UA.KOI8-U \
ko_KR.EUC \
ja_JP.EUC \

View 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 (last character always SPACE)
ATS
# currency_symbol
S
# mon_decimal_point
,
# mon_thousands_sep
# mon_grouping, separated by ;
3;3
# positive_sign
# negative_sign
-
# int_frac_digits
2
# frac_digits
2
# p_cs_precedes
1
# p_sep_by_space
1
# n_cs_precedes
1
# n_sep_by_space
1
# p_sign_posn
1
# n_sign_posn
1
# EOF

View 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 (last character always SPACE)
ATS
# currency_symbol
S
# mon_decimal_point
,
# mon_thousands_sep
# mon_grouping, separated by ;
3;3
# positive_sign
# negative_sign
-
# int_frac_digits
2
# frac_digits
2
# p_cs_precedes
1
# p_sep_by_space
1
# n_cs_precedes
1
# n_sep_by_space
1
# p_sign_posn
1
# n_sign_posn
1
# EOF

View 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 (last character always SPACE)
HRK
# currency_symbol
Kn
# 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
1
# n_cs_precedes
1
# n_sep_by_space
1
# p_sign_posn
1
# n_sign_posn
1
# EOF

View 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 (last character always SPACE)
HRK
# currency_symbol
Kn
# 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
1
# n_cs_precedes
1
# n_sep_by_space
1
# p_sign_posn
1
# n_sign_posn
1
# EOF

View 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 (last character always SPACE)
ITL
# currency_symbol
L.
# 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
1
# n_cs_precedes
1
# n_sep_by_space
1
# p_sign_posn
1
# n_sign_posn
1
# EOF

View 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 (last character always SPACE)
ITL
# currency_symbol
L.
# 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
1
# n_cs_precedes
1
# n_sep_by_space
1
# p_sign_posn
1
# n_sign_posn
1
# EOF

View 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 (last character always SPACE)
PTE
# currency_symbol
Esc
# mon_decimal_point (possibly incorrect for pt_PT)
.
# mon_thousands_sep
.
# mon_grouping, separated by ;
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

View 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 (last character always SPACE)
PTE
# currency_symbol
Esc
# mon_decimal_point (possibly incorrect for pt_PT)
.
# mon_thousands_sep
.
# mon_grouping, separated by ;
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

View 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 (last character always SPACE)
SIT
# currency_symbol
SIT
# mon_decimal_point
,
# mon_thousands_sep
# mon_grouping, separated by ;
3;3
# positive_sign
# negative_sign
-
# int_frac_digits
2
# frac_digits
2
# p_cs_precedes
0
# p_sep_by_space
2
# n_cs_precedes
0
# n_sep_by_space
2
# p_sign_posn
2
# n_sign_posn
2
# EOF

View 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 (last character always SPACE)
SIT
# currency_symbol
SIT
# mon_decimal_point
,
# mon_thousands_sep
# mon_grouping, separated by ;
3;3
# positive_sign
# negative_sign
-
# int_frac_digits
2
# frac_digits
2
# p_cs_precedes
0
# p_sep_by_space
2
# n_cs_precedes
0
# n_sep_by_space
2
# p_sign_posn
2
# n_sign_posn
2
# EOF

View 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 (last character always SPACE)
TRL
# currency_symbol
L
# mon_decimal_point
,
# mon_thousands_sep
.
# mon_grouping, separated by ;
3;3
# positive_sign
# negative_sign
-
# int_frac_digits
2
# frac_digits
2
# p_cs_precedes
1
# p_sep_by_space
1
# n_cs_precedes
1
# n_sep_by_space
1
# p_sign_posn
1
# n_sign_posn
1
# EOF

View 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 (last character always SPACE)
TRL
# currency_symbol
L
# mon_decimal_point
,
# mon_thousands_sep
.
# mon_grouping, separated by ;
3;3
# positive_sign
# negative_sign
-
# int_frac_digits
2
# frac_digits
2
# p_cs_precedes
1
# p_sep_by_space
1
# n_cs_precedes
1
# n_sep_by_space
1
# p_sign_posn
1
# n_sign_posn
1
# EOF

View File

@ -8,30 +8,39 @@ LOCALES= af_ZA.ISO_8859-1 \
da_DK.ISO_8859-1 \
de_DE.ISO_8859-1 \
el_GR.ISO_8859-7 \
en_CA.ISO_8859-1 \
en_GB.ISO_8859-1 \
en_US.ISO_8859-1 \
et_EE.ISO_8859-15 \
fi_FI.ISO_8859-1 \
fr_CH.ISO_8859-1 \
fr_FR.ISO_8859-1 \
hr_HR.ISO_8859-2 \
hu_HU.ISO_8859-2 \
is_IS.ISO_8859-1 \
it_IT.ISO_8859-1 \
nl_NL.ISO_8859-1 \
no_NO.ISO_8859-1 \
pl_PL.ISO_8859-2 \
pt_PT.ISO_8859-1 \
ru_RU.CP866 \
ru_RU.ISO_8859-5 \
ru_RU.KOI8-R \
sl_SI.ISO_8859-2 \
sv_SE.ISO_8859-1 \
tr_TR.ISO_8859-9 \
uk_UA.KOI8-U \
ko_KR.EUC \
ja_JP.EUC \
zh_TW.Big5 \
zh_CN.EUC
ENGLISH= en_US.ISO_8859-1
ENGLISHLINKS= en_AU.ISO_8859-1 en_CA.ISO_8859-1 en_GB.ISO_8859-1 \
en_NZ.ISO_8859-1
ENGLISH= en_GB.ISO_8859-1
ENGLISHLINKS= en_AU.ISO_8859-1 en_NZ.ISO_8859-1
FRENCH= fr_FR.ISO_8859-1
FRENCHLINKS= fr_CA.ISO_8859-1 fr_CH.ISO_8859-1
FRENCHLINKS= fr_CA.ISO_8859-1
GERMAN= de_DE.ISO_8859-1
GREMANLINKS= de_AT.ISO_8859-1
LOCALEDIR= ${DESTDIR}/usr/share/locale
@ -53,5 +62,8 @@ afterinstall:
.for link in ${FRENCHLINKS}
ln -sf ../${FRENCH}/LC_MESSAGES ${LOCALEDIR}/${link}/LC_MESSAGES
.endfor
.for link in ${GERMANLINKS}
ln -sf ../${GERMAN}/LC_MESSAGES ${LOCALEDIR}/${link}/LC_MESSAGES
.endfor
.include <bsd.prog.mk>

View File

@ -0,0 +1,10 @@
# $FreeBSD$
#
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
#
# yesexpr
^[yYoO].*
# noexpr
^[nN].*
# EOF

View File

@ -0,0 +1,10 @@
# $FreeBSD$
#
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
#
# yesexpr
^[yYoO].*
# noexpr
^[nN].*
# EOF

View File

@ -0,0 +1,10 @@
# $FreeBSD$
#
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
#
# yesexpr
^[yY].*
# noexpr
^[nN].*
# EOF

View File

@ -0,0 +1,10 @@
# $FreeBSD$
#
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
#
# yesexpr
^[yY].*
# noexpr
^[nN].*
# EOF

View File

@ -0,0 +1,10 @@
# $FreeBSD$
#
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
#
# yesexpr
^[oOjJsSyY].*
# noexpr
^[nN].*
# EOF

View File

@ -0,0 +1,10 @@
# $FreeBSD$
#
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
#
# yesexpr
^[oOjJsSyY].*
# noexpr
^[nN].*
# EOF

View File

@ -0,0 +1,10 @@
# $FreeBSD$
#
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
#
# yesexpr
^[dDyY].*
# noexpr
^[nN].*
# EOF

View File

@ -0,0 +1,10 @@
# $FreeBSD$
#
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
#
# yesexpr
^[dDyY].*
# noexpr
^[nN].*
# EOF

View File

@ -0,0 +1,10 @@
# $FreeBSD$
#
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
#
# yesexpr
^[sSyY].*
# noexpr
^[nN].*
# EOF

View File

@ -0,0 +1,10 @@
# $FreeBSD$
#
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
#
# yesexpr
^[sSyY].*
# noexpr
^[nN].*
# EOF

View File

@ -0,0 +1,10 @@
# $FreeBSD$
#
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
#
# yesexpr
^[sSyY].*
# noexpr
^[nN].*
# EOF

View File

@ -0,0 +1,10 @@
# $FreeBSD$
#
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
#
# yesexpr
^[sSyY].*
# noexpr
^[nN].*
# EOF

View File

@ -0,0 +1,10 @@
# $FreeBSD$
#
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
#
# yesexpr
^[YyJj].*
# noexpr
^[Nn].*
# EOF

View File

@ -0,0 +1,10 @@
# $FreeBSD$
#
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
#
# yesexpr
^[YyJj].*
# noexpr
^[Nn].*
# EOF

View File

@ -0,0 +1,11 @@
# $FreeBSD$
#
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
#
# yesexpr
# XXX: I with dot above also should be included to yesexpr
^[IiYy].*
# noexpr
^[nN].*
# EOF

View File

@ -0,0 +1,11 @@
# $FreeBSD$
#
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
#
# yesexpr
# XXX: I with dot above also should be included to yesexpr
^[IiYy].*
# noexpr
^[nN].*
# EOF

View File

@ -12,15 +12,20 @@ LOCALES= af_ZA.ISO_8859-1 \
et_EE.ISO_8859-15 \
fi_FI.ISO_8859-1 \
fr_FR.ISO_8859-1 \
hr_HR.ISO_8859-2 \
hu_HU.ISO_8859-2 \
is_IS.ISO_8859-1 \
it_IT.ISO_8859-1 \
nl_NL.ISO_8859-1 \
no_NO.ISO_8859-1 \
pl_PL.ISO_8859-2 \
pt_PT.ISO_8859-1 \
ru_RU.CP866 \
ru_RU.ISO_8859-5 \
ru_RU.KOI8-R \
sl_SI.ISO_8859-2 \
sv_SE.ISO_8859-1 \
tr_TR.ISO_8859-9 \
uk_UA.KOI8-U \
ko_KR.EUC \
ja_JP.EUC \
@ -28,12 +33,15 @@ LOCALES= af_ZA.ISO_8859-1 \
zh_CN.EUC
LOCALEDIR= ${DESTDIR}/usr/share/locale
USENGLISH= en_US.ISO_8859-1
USENGLISHLINKS= en_CA.ISO_8859-1 en_GB.ISO_8859-1
GBENGLISH= en_GB.ISO_8859-1
GBENGLISHLINKS= en_AU.ISO_8859-1 en_NZ.ISO_8859-1
FRENCH= fr_FR.ISO_8859-1
FRENCHLINKS= fr_CA.ISO_8859-1 fr_CH.ISO_8859-1
GERMAN= de_DE.ISO_8859-1
GERMANLINKS= de_AT.ISO_8859-1
.SUFFIXES: .src .out

View 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 ;
0;0
# EOF

View 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 ;
0;0
# EOF

View 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 ;
0;0
# EOF

View 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 ;
0;0
# EOF

View 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 ;
0;0
# EOF

View 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 ;
0;0
# EOF

View 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 ;
0;0
# EOF

View 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 ;
0;0
# EOF

View 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 ;
0;0
# EOF

View 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 ;
0;0
# EOF