diff options
author | Alexey Zelkin <phantom@FreeBSD.org> | 2001-04-28 15:13:30 +0000 |
---|---|---|
committer | Alexey Zelkin <phantom@FreeBSD.org> | 2001-04-28 15:13:30 +0000 |
commit | cd8136756a7e25a844949fad6729b5a654d8a7be (patch) | |
tree | a8f7ca8bd8212e40837c4deec381123d9f4729a1 /share/msgdef | |
parent | 42792ad958e9017d6c830870b8ec8530bffb4c2b (diff) |
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/
Notes
Notes:
svn path=/head/; revision=76105
Diffstat (limited to 'share/msgdef')
-rw-r--r-- | share/msgdef/Makefile | 20 | ||||
-rw-r--r-- | share/msgdef/en_CA.ISO8859-1.src | 10 | ||||
-rw-r--r-- | share/msgdef/en_CA.ISO_8859-1.src | 10 | ||||
-rw-r--r-- | share/msgdef/en_GB.ISO8859-1.src | 10 | ||||
-rw-r--r-- | share/msgdef/en_GB.ISO_8859-1.src | 10 | ||||
-rw-r--r-- | share/msgdef/fr_CH.ISO8859-1.src | 10 | ||||
-rw-r--r-- | share/msgdef/fr_CH.ISO_8859-1.src | 10 | ||||
-rw-r--r-- | share/msgdef/hr_HR.ISO8859-2.src | 10 | ||||
-rw-r--r-- | share/msgdef/hr_HR.ISO_8859-2.src | 10 | ||||
-rw-r--r-- | share/msgdef/it_IT.ISO8859-1.src | 10 | ||||
-rw-r--r-- | share/msgdef/it_IT.ISO_8859-1.src | 10 | ||||
-rw-r--r-- | share/msgdef/pt_PT.ISO8859-1.src | 10 | ||||
-rw-r--r-- | share/msgdef/pt_PT.ISO_8859-1.src | 10 | ||||
-rw-r--r-- | share/msgdef/sl_SI.ISO8859-2.src | 10 | ||||
-rw-r--r-- | share/msgdef/sl_SI.ISO_8859-2.src | 10 | ||||
-rw-r--r-- | share/msgdef/tr_TR.ISO8859-9.src | 11 | ||||
-rw-r--r-- | share/msgdef/tr_TR.ISO_8859-9.src | 11 |
17 files changed, 178 insertions, 4 deletions
diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile index 0895d735cbaa..e8f496166018 100644 --- a/share/msgdef/Makefile +++ b/share/msgdef/Makefile @@ -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> diff --git a/share/msgdef/en_CA.ISO8859-1.src b/share/msgdef/en_CA.ISO8859-1.src new file mode 100644 index 000000000000..7a66f558ef57 --- /dev/null +++ b/share/msgdef/en_CA.ISO8859-1.src @@ -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 diff --git a/share/msgdef/en_CA.ISO_8859-1.src b/share/msgdef/en_CA.ISO_8859-1.src new file mode 100644 index 000000000000..7a66f558ef57 --- /dev/null +++ b/share/msgdef/en_CA.ISO_8859-1.src @@ -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 diff --git a/share/msgdef/en_GB.ISO8859-1.src b/share/msgdef/en_GB.ISO8859-1.src new file mode 100644 index 000000000000..f80c8facd17b --- /dev/null +++ b/share/msgdef/en_GB.ISO8859-1.src @@ -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 diff --git a/share/msgdef/en_GB.ISO_8859-1.src b/share/msgdef/en_GB.ISO_8859-1.src new file mode 100644 index 000000000000..f80c8facd17b --- /dev/null +++ b/share/msgdef/en_GB.ISO_8859-1.src @@ -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 diff --git a/share/msgdef/fr_CH.ISO8859-1.src b/share/msgdef/fr_CH.ISO8859-1.src new file mode 100644 index 000000000000..4af763873c0d --- /dev/null +++ b/share/msgdef/fr_CH.ISO8859-1.src @@ -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 diff --git a/share/msgdef/fr_CH.ISO_8859-1.src b/share/msgdef/fr_CH.ISO_8859-1.src new file mode 100644 index 000000000000..4af763873c0d --- /dev/null +++ b/share/msgdef/fr_CH.ISO_8859-1.src @@ -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 diff --git a/share/msgdef/hr_HR.ISO8859-2.src b/share/msgdef/hr_HR.ISO8859-2.src new file mode 100644 index 000000000000..a711ff76db9d --- /dev/null +++ b/share/msgdef/hr_HR.ISO8859-2.src @@ -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 diff --git a/share/msgdef/hr_HR.ISO_8859-2.src b/share/msgdef/hr_HR.ISO_8859-2.src new file mode 100644 index 000000000000..a711ff76db9d --- /dev/null +++ b/share/msgdef/hr_HR.ISO_8859-2.src @@ -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 diff --git a/share/msgdef/it_IT.ISO8859-1.src b/share/msgdef/it_IT.ISO8859-1.src new file mode 100644 index 000000000000..e839a0a217ba --- /dev/null +++ b/share/msgdef/it_IT.ISO8859-1.src @@ -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 diff --git a/share/msgdef/it_IT.ISO_8859-1.src b/share/msgdef/it_IT.ISO_8859-1.src new file mode 100644 index 000000000000..e839a0a217ba --- /dev/null +++ b/share/msgdef/it_IT.ISO_8859-1.src @@ -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 diff --git a/share/msgdef/pt_PT.ISO8859-1.src b/share/msgdef/pt_PT.ISO8859-1.src new file mode 100644 index 000000000000..e839a0a217ba --- /dev/null +++ b/share/msgdef/pt_PT.ISO8859-1.src @@ -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 diff --git a/share/msgdef/pt_PT.ISO_8859-1.src b/share/msgdef/pt_PT.ISO_8859-1.src new file mode 100644 index 000000000000..e839a0a217ba --- /dev/null +++ b/share/msgdef/pt_PT.ISO_8859-1.src @@ -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 diff --git a/share/msgdef/sl_SI.ISO8859-2.src b/share/msgdef/sl_SI.ISO8859-2.src new file mode 100644 index 000000000000..9686b4f232fc --- /dev/null +++ b/share/msgdef/sl_SI.ISO8859-2.src @@ -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 diff --git a/share/msgdef/sl_SI.ISO_8859-2.src b/share/msgdef/sl_SI.ISO_8859-2.src new file mode 100644 index 000000000000..9686b4f232fc --- /dev/null +++ b/share/msgdef/sl_SI.ISO_8859-2.src @@ -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 diff --git a/share/msgdef/tr_TR.ISO8859-9.src b/share/msgdef/tr_TR.ISO8859-9.src new file mode 100644 index 000000000000..47329944b040 --- /dev/null +++ b/share/msgdef/tr_TR.ISO8859-9.src @@ -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 diff --git a/share/msgdef/tr_TR.ISO_8859-9.src b/share/msgdef/tr_TR.ISO_8859-9.src new file mode 100644 index 000000000000..47329944b040 --- /dev/null +++ b/share/msgdef/tr_TR.ISO_8859-9.src @@ -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 |