diff options
author | phantom <phantom@FreeBSD.org> | 2000-12-29 14:58:35 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2000-12-29 14:58:35 +0000 |
commit | 2b78ea2373b711d0797b4b4f7cd1ee501547f58e (patch) | |
tree | 9185717c9b4fe3e51b530eaf16483ff44b8f1a83 /share/timedef/Makefile | |
parent | 6378a80ceb06149d8babb23a66ffbcad27406c1b (diff) | |
download | FreeBSD-src-2b78ea2373b711d0797b4b4f7cd1ee501547f58e.zip FreeBSD-src-2b78ea2373b711d0797b4b4f7cd1ee501547f58e.tar.gz |
Get rid of deprecated ru_SU.* locales. ru_RU.* will be used instead.
Diffstat (limited to 'share/timedef/Makefile')
-rw-r--r-- | share/timedef/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/timedef/Makefile b/share/timedef/Makefile index ba920f5..e9cc647 100644 --- a/share/timedef/Makefile +++ b/share/timedef/Makefile @@ -25,9 +25,9 @@ LOCALES= cs_CZ.ISO_8859-2 \ no_NO.ISO_8859-1 \ pl_PL.ISO_8859-2 \ pt_PT.ISO_8859-1 \ - ru_SU.CP866 \ - ru_SU.ISO_8859-5 \ - ru_SU.KOI8-R \ + ru_RU.CP866 \ + ru_RU.ISO_8859-5 \ + ru_RU.KOI8-R \ sl_SI.ISO_8859-2 \ sv_SE.ISO_8859-1 \ tr_TR.ISO_8859-9 \ |