summaryrefslogtreecommitdiffstats
path: root/share/msgdef
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>2001-04-28 15:13:30 +0000
committerphantom <phantom@FreeBSD.org>2001-04-28 15:13:30 +0000
commit905303fbfee600fa7e9c4ebf199c69f646117ccf (patch)
tree571694f4bd16ed75a7d34343c4b3308cb3a834f3 /share/msgdef
parentb28ae3ab9a8cd9bd9eba441eebab57fc408835fe (diff)
downloadFreeBSD-src-905303fbfee600fa7e9c4ebf199c69f646117ccf.zip
FreeBSD-src-905303fbfee600fa7e9c4ebf199c69f646117ccf.tar.gz
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/
Diffstat (limited to 'share/msgdef')
-rw-r--r--share/msgdef/Makefile20
-rw-r--r--share/msgdef/en_CA.ISO8859-1.src10
-rw-r--r--share/msgdef/en_CA.ISO_8859-1.src10
-rw-r--r--share/msgdef/en_GB.ISO8859-1.src10
-rw-r--r--share/msgdef/en_GB.ISO_8859-1.src10
-rw-r--r--share/msgdef/fr_CH.ISO8859-1.src10
-rw-r--r--share/msgdef/fr_CH.ISO_8859-1.src10
-rw-r--r--share/msgdef/hr_HR.ISO8859-2.src10
-rw-r--r--share/msgdef/hr_HR.ISO_8859-2.src10
-rw-r--r--share/msgdef/it_IT.ISO8859-1.src10
-rw-r--r--share/msgdef/it_IT.ISO_8859-1.src10
-rw-r--r--share/msgdef/pt_PT.ISO8859-1.src10
-rw-r--r--share/msgdef/pt_PT.ISO_8859-1.src10
-rw-r--r--share/msgdef/sl_SI.ISO8859-2.src10
-rw-r--r--share/msgdef/sl_SI.ISO_8859-2.src10
-rw-r--r--share/msgdef/tr_TR.ISO8859-9.src11
-rw-r--r--share/msgdef/tr_TR.ISO_8859-9.src11
17 files changed, 178 insertions, 4 deletions
diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile
index 0895d73..e8f4961 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 0000000..7a66f55
--- /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 0000000..7a66f55
--- /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 0000000..f80c8fa
--- /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 0000000..f80c8fa
--- /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 0000000..4af7638
--- /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 0000000..4af7638
--- /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 0000000..a711ff7
--- /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 0000000..a711ff7
--- /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 0000000..e839a0a
--- /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 0000000..e839a0a
--- /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 0000000..e839a0a
--- /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 0000000..e839a0a
--- /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 0000000..9686b4f
--- /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 0000000..9686b4f
--- /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 0000000..4732994
--- /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 0000000..4732994
--- /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
OpenPOWER on IntegriCloud