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/monetdef/Makefile | |
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/monetdef/Makefile')
-rw-r--r-- | share/monetdef/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile index 28fd8f6..5b00a63 100644 --- a/share/monetdef/Makefile +++ b/share/monetdef/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 |