diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2003-07-29 16:12:56 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2003-07-29 16:12:56 +0000 |
| commit | c3f5f123b8ed1b3c2d5c1c7b88abedd80a10c493 (patch) | |
| tree | 546b351b29469749ec7a4fd7d9d841c22a29fb68 /share/numericdef | |
| parent | 0f6c92c144f468413c513dc91fecdf6b10d4e988 (diff) | |
Notes
Diffstat (limited to 'share/numericdef')
| -rw-r--r-- | share/numericdef/Makefile | 5 | ||||
| -rw-r--r-- | share/numericdef/zh_TW.Big5.src | 12 |
2 files changed, 2 insertions, 15 deletions
diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile index 4cfd0643c401..d0fb279c5c25 100644 --- a/share/numericdef/Makefile +++ b/share/numericdef/Makefile @@ -39,8 +39,7 @@ LOCALES= af_ZA.ISO8859-1 \ sv_SE.ISO8859-1 \ tr_TR.ISO8859-9 \ uk_UA.KOI8-U \ - zh_CN.eucCN \ - zh_TW.Big5 + zh_CN.eucCN LOCALEDIR= ${DESTDIR}/usr/share/locale @@ -56,7 +55,7 @@ IT_LINKS= it_CH BE_LINKS= nl_BE RU_LINKS= ru_RU.CP1251 ru_RU.CP866 ru_RU.ISO8859-5 UA_LINKS= uk_UA.ISO8859-5 -CN_LINKS= zh_CN.GBK +CN_LINKS= zh_CN.GB18030 zh_CN.GBK zh_TW.Big5 .SUFFIXES: .src .out diff --git a/share/numericdef/zh_TW.Big5.src b/share/numericdef/zh_TW.Big5.src deleted file mode 100644 index cd49d3608dc5..000000000000 --- a/share/numericdef/zh_TW.Big5.src +++ /dev/null @@ -1,12 +0,0 @@ -# $FreeBSD$ -# -# WARNING: spaces may be essential at the end of lines -# WARNING: empty lines are essential too -# -# decimal_point -. -# thousands_sep -, -# grouping, separated by ; -3;3 -# EOF |
