summaryrefslogtreecommitdiffstats
path: root/share/msgdef
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-02-09 12:21:17 +0000
committerasmodai <asmodai@FreeBSD.org>2001-02-09 12:21:17 +0000
commite4f1fe72db0d29a5053ea5fda7cb655be55d8d75 (patch)
tree233d36d86644faf2bcd720b1daffe4ec06237ed9 /share/msgdef
parent308dc0dab7e78615e76e8f31f69d2058f49e4d79 (diff)
downloadFreeBSD-src-e4f1fe72db0d29a5053ea5fda7cb655be55d8d75.zip
FreeBSD-src-e4f1fe72db0d29a5053ea5fda7cb655be55d8d75.tar.gz
Add de_DE locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.
Diffstat (limited to 'share/msgdef')
-rw-r--r--share/msgdef/Makefile1
-rw-r--r--share/msgdef/de_DE.ISO8859-1.src10
-rw-r--r--share/msgdef/de_DE.ISO_8859-1.src10
3 files changed, 21 insertions, 0 deletions
diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile
index b789547..7e53371 100644
--- a/share/msgdef/Makefile
+++ b/share/msgdef/Makefile
@@ -4,6 +4,7 @@ NOMAN=YES
CLEANFILES+= ${LOCALES:S/$/.out/g}
LOCALES= da_DK.ISO_8859-1 \
+ de_DE.ISO_8859-1 \
en_US.ISO_8859-1 \
nl_NL.ISO_8859-1 \
no_NO.ISO_8859-1 \
diff --git a/share/msgdef/de_DE.ISO8859-1.src b/share/msgdef/de_DE.ISO8859-1.src
new file mode 100644
index 0000000..a87da07
--- /dev/null
+++ b/share/msgdef/de_DE.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
+^[jJyY].*
+# noexpr
+^[nN].*
+# EOF
diff --git a/share/msgdef/de_DE.ISO_8859-1.src b/share/msgdef/de_DE.ISO_8859-1.src
new file mode 100644
index 0000000..a87da07
--- /dev/null
+++ b/share/msgdef/de_DE.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
+^[jJyY].*
+# noexpr
+^[nN].*
+# EOF
OpenPOWER on IntegriCloud