diff options
author | asmodai <asmodai@FreeBSD.org> | 2001-02-09 11:38:57 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2001-02-09 11:38:57 +0000 |
commit | db3031776141f58e2fb6978ec49e4da23b2c1eed (patch) | |
tree | 31de932379902eb5f577016abd74e483beeeb27b /share/msgdef | |
parent | 26481f6b641dd2da11a160d8503134469d86ba18 (diff) | |
download | FreeBSD-src-db3031776141f58e2fb6978ec49e4da23b2c1eed.zip FreeBSD-src-db3031776141f58e2fb6978ec49e4da23b2c1eed.tar.gz |
Add sv_SE locale files 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/sv_SE.ISO8859-1.src | 10 | ||||
-rw-r--r-- | share/msgdef/sv_SE.ISO_8859-1.src | 10 |
3 files changed, 22 insertions, 1 deletions
diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile index eeec503..38c0282 100644 --- a/share/msgdef/Makefile +++ b/share/msgdef/Makefile @@ -5,7 +5,8 @@ CLEANFILES+= ${LOCALES:S/$/.out/g} LOCALES= en_US.ISO_8859-1 \ nl_NL.ISO_8859-1 \ - ru_RU.KOI8-R + ru_RU.KOI8-R \ + sv_SE.ISO_8859-1 LOCALEDIR= ${DESTDIR}/usr/share/locale diff --git a/share/msgdef/sv_SE.ISO8859-1.src b/share/msgdef/sv_SE.ISO8859-1.src new file mode 100644 index 0000000..a87da07 --- /dev/null +++ b/share/msgdef/sv_SE.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/sv_SE.ISO_8859-1.src b/share/msgdef/sv_SE.ISO_8859-1.src new file mode 100644 index 0000000..a87da07 --- /dev/null +++ b/share/msgdef/sv_SE.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 |