diff options
author | phantom <phantom@FreeBSD.org> | 2001-02-19 20:05:22 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2001-02-19 20:05:22 +0000 |
commit | aa6ca61ecfb34832b8b46b5286990928269d0c8e (patch) | |
tree | 66bb73b9b334d568466512b217c34a13f7c17eb6 /share/monetdef/Makefile | |
parent | fa610ba2e242dfce303ff40014005996752b81c2 (diff) | |
download | FreeBSD-src-aa6ca61ecfb34832b8b46b5286990928269d0c8e.zip FreeBSD-src-aa6ca61ecfb34832b8b46b5286990928269d0c8e.tar.gz |
add LC_MONETARY, LC_MESSAGES and LC_NUMERIC definitions for ru_RU.CP866 and
ru_RU.ISO_8859-5 locales
Diffstat (limited to 'share/monetdef/Makefile')
-rw-r--r-- | share/monetdef/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile index 7449afa..c5c5da7 100644 --- a/share/monetdef/Makefile +++ b/share/monetdef/Makefile @@ -21,6 +21,8 @@ LOCALES= af_ZA.ISO_8859-1 \ nl_NL.ISO_8859-1 \ no_NO.ISO_8859-1 \ pl_PL.ISO_8859-2 \ + ru_RU.CP866 \ + ru_RU.ISO_8859-5 \ ru_RU.KOI8-R \ sv_SE.ISO_8859-1 \ uk_UA.KOI8-U \ |