diff options
author | asmodai <asmodai@FreeBSD.org> | 2001-02-09 12:08:12 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2001-02-09 12:08:12 +0000 |
commit | 308dc0dab7e78615e76e8f31f69d2058f49e4d79 (patch) | |
tree | d200f64733aab93491b96c2e9e20a43e2ead6832 /share/msgdef | |
parent | 9b5f9b1acae3bda4d93c97f884460d49a9195ab8 (diff) | |
download | FreeBSD-src-308dc0dab7e78615e76e8f31f69d2058f49e4d79.zip FreeBSD-src-308dc0dab7e78615e76e8f31f69d2058f49e4d79.tar.gz |
Add da_DK locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.
Diffstat (limited to 'share/msgdef')
-rw-r--r-- | share/msgdef/Makefile | 3 | ||||
-rw-r--r-- | share/msgdef/da_DK.ISO8859-1.src | 10 | ||||
-rw-r--r-- | share/msgdef/da_DK.ISO_8859-1.src | 10 |
3 files changed, 22 insertions, 1 deletions
diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile index e92456b..b789547 100644 --- a/share/msgdef/Makefile +++ b/share/msgdef/Makefile @@ -3,7 +3,8 @@ NOMAN=YES CLEANFILES+= ${LOCALES:S/$/.out/g} -LOCALES= en_US.ISO_8859-1 \ +LOCALES= da_DK.ISO_8859-1 \ + en_US.ISO_8859-1 \ nl_NL.ISO_8859-1 \ no_NO.ISO_8859-1 \ ru_RU.KOI8-R \ diff --git a/share/msgdef/da_DK.ISO8859-1.src b/share/msgdef/da_DK.ISO8859-1.src new file mode 100644 index 0000000..a87da07 --- /dev/null +++ b/share/msgdef/da_DK.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/da_DK.ISO_8859-1.src b/share/msgdef/da_DK.ISO_8859-1.src new file mode 100644 index 0000000..a87da07 --- /dev/null +++ b/share/msgdef/da_DK.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 |