diff options
author | asmodai <asmodai@FreeBSD.org> | 2001-02-09 11:53:55 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2001-02-09 11:53:55 +0000 |
commit | 9b5f9b1acae3bda4d93c97f884460d49a9195ab8 (patch) | |
tree | adb26f7145a37ab1d87cd8241e08c1c3a6597539 /share/numericdef/Makefile | |
parent | db3031776141f58e2fb6978ec49e4da23b2c1eed (diff) | |
download | FreeBSD-src-9b5f9b1acae3bda4d93c97f884460d49a9195ab8.zip FreeBSD-src-9b5f9b1acae3bda4d93c97f884460d49a9195ab8.tar.gz |
Add no_NO locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.
Diffstat (limited to 'share/numericdef/Makefile')
-rw-r--r-- | share/numericdef/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile index 21560ed..e514177 100644 --- a/share/numericdef/Makefile +++ b/share/numericdef/Makefile @@ -5,6 +5,7 @@ CLEANFILES+= ${LOCALES:S/$/.out/g} LOCALES= en_US.ISO_8859-1 \ nl_NL.ISO_8859-1 \ + no_NO.ISO_8859-1 \ ru_RU.KOI8-R \ sv_SE.ISO_8859-1 |