Remove zh_TW.Big5 locale
After discussion with many Taiwanese, in IT or not. Big5 is not used anymore. It is not able to represent lots of the characters used in the language.
This commit is contained in:
parent
a366d799f2
commit
f18b447322
@ -38,6 +38,14 @@
|
||||
# xargs -n1 | sort | uniq -d;
|
||||
# done
|
||||
|
||||
# 20170319: Remove zh_TW.Big5
|
||||
OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_COLLATE
|
||||
OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_CTYPE
|
||||
OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_MESSAGES
|
||||
OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_MONETARY
|
||||
OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_NUMERIC
|
||||
OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_TIME
|
||||
OLD_DIRS+=usr/share/locale/zh_TW.Big5
|
||||
# 20170313: move .../sys/geom/eli/... to .../sys/geom/class/eli/...
|
||||
OLD_FILES+=usr/tests/sys/geom/eli/pbkdf2/pbkdf2
|
||||
OLD_FILES+=usr/tests/sys/geom/eli/pbkdf2/Kyuafile
|
||||
|
@ -891,8 +891,6 @@
|
||||
..
|
||||
zh_HK.UTF-8
|
||||
..
|
||||
zh_TW.Big5
|
||||
..
|
||||
zh_TW.UTF-8
|
||||
..
|
||||
..
|
||||
|
@ -5,7 +5,7 @@
|
||||
LOCALEDIR= ${SHAREDIR}/locale
|
||||
FILESNAME= LC_COLLATE
|
||||
.SUFFIXES: .src .LC_COLLATE
|
||||
MAPLOC= ${SRCTOP}/tools/tools/locale/etc/final-maps
|
||||
MAPLOC= ${.CURDIR}/../../tools/tools/locale/etc/final-maps
|
||||
|
||||
.src.LC_COLLATE:
|
||||
localedef -D -U -i ${.IMPSRC} \
|
||||
@ -158,7 +158,6 @@ LOCALES+= sr_RS.ISO8859-2
|
||||
LOCALES+= sr_RS.ISO8859-5
|
||||
LOCALES+= zh_CN.GB2312
|
||||
LOCALES+= zh_CN.eucCN
|
||||
LOCALES+= zh_TW.Big5
|
||||
LOCALES+= zh_CN.GB18030
|
||||
LOCALES+= zh_CN.GBK
|
||||
LOCALES+= ja_JP.eucJP
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -5,7 +5,7 @@
|
||||
LOCALEDIR= ${SHAREDIR}/locale
|
||||
FILESNAME= LC_CTYPE
|
||||
.SUFFIXES: .src .LC_CTYPE
|
||||
MAPLOC= ${SRCTOP}/tools/tools/locale/etc/final-maps
|
||||
MAPLOC= ${.CURDIR}/../../tools/tools/locale/etc/final-maps
|
||||
|
||||
.src.LC_CTYPE:
|
||||
localedef -D -U -c -w ${MAPLOC}/widths.txt \
|
||||
@ -39,7 +39,6 @@ LOCALES+= zh_CN.GB18030
|
||||
LOCALES+= zh_CN.GB2312
|
||||
LOCALES+= zh_CN.GBK
|
||||
LOCALES+= zh_CN.eucCN
|
||||
LOCALES+= zh_TW.Big5
|
||||
|
||||
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -103,7 +103,6 @@ LOCALES+= zh_CN.GBK
|
||||
LOCALES+= zh_CN.UTF-8
|
||||
LOCALES+= zh_CN.eucCN
|
||||
LOCALES+= zh_HK.UTF-8
|
||||
LOCALES+= zh_TW.Big5
|
||||
LOCALES+= zh_TW.UTF-8
|
||||
|
||||
|
||||
|
@ -1,50 +0,0 @@
|
||||
# Warning: Do not edit. This file is automatically generated from the
|
||||
# tools in /usr/src/tools/tools/locale. The data is obtained from the
|
||||
# CLDR project, obtained from http://cldr.unicode.org/
|
||||
# -----------------------------------------------------------------------------
|
||||
#
|
||||
# int_curr_symbol (last character always SPACE)
|
||||
¢â¢å¢Ò¡@
|
||||
#
|
||||
# currency_symbol
|
||||
¢C
|
||||
#
|
||||
# mon_decimal_point
|
||||
¡D
|
||||
#
|
||||
# mon_thousands_sep
|
||||
¡A
|
||||
#
|
||||
# mon_grouping
|
||||
3
|
||||
#
|
||||
# positive_sign
|
||||
|
||||
#
|
||||
# negative_sign
|
||||
¡Ð
|
||||
#
|
||||
# int_frac_digits
|
||||
2
|
||||
#
|
||||
# frac_digits
|
||||
2
|
||||
#
|
||||
# p_cs_precedes
|
||||
1
|
||||
#
|
||||
# p_sep_by_space
|
||||
0
|
||||
#
|
||||
# n_cs_precedes
|
||||
1
|
||||
#
|
||||
# n_sep_by_space
|
||||
0
|
||||
#
|
||||
# p_sign_posn
|
||||
1
|
||||
#
|
||||
# n_sign_posn
|
||||
1
|
||||
# EOF
|
@ -76,7 +76,6 @@ LOCALES+= zh_CN.GB2312
|
||||
LOCALES+= zh_CN.GBK
|
||||
LOCALES+= zh_CN.UTF-8
|
||||
LOCALES+= zh_HK.UTF-8
|
||||
LOCALES+= zh_TW.Big5
|
||||
LOCALES+= zh_TW.UTF-8
|
||||
|
||||
|
||||
|
@ -1,17 +0,0 @@
|
||||
# Warning: Do not edit. This file is automatically generated from the
|
||||
# tools in /usr/src/tools/tools/locale. The data is obtained from the
|
||||
# CLDR project, obtained from http://cldr.unicode.org/
|
||||
# -----------------------------------------------------------------------------
|
||||
#
|
||||
# yesexpr
|
||||
^((是)|(確定)|([yY]([eE][sS])?)|([yY]))
|
||||
#
|
||||
# noexpr
|
||||
^((否)|(不)|([nN]([oO])?)|([nN]))
|
||||
#
|
||||
# yesstr
|
||||
是:確定:yes:y:YES:Y
|
||||
#
|
||||
# nostr
|
||||
否:不:no:n:NO:N
|
||||
# EOF
|
@ -23,7 +23,6 @@ LOCALES+= uk_UA.KOI8-U
|
||||
LOCALES+= uk_UA.UTF-8
|
||||
LOCALES+= zh_CN.GB2312
|
||||
LOCALES+= zh_CN.eucCN
|
||||
LOCALES+= zh_TW.Big5
|
||||
|
||||
|
||||
|
||||
|
@ -1,14 +0,0 @@
|
||||
# Warning: Do not edit. This file is automatically generated from the
|
||||
# tools in /usr/src/tools/tools/locale. The data is obtained from the
|
||||
# CLDR project, obtained from http://cldr.unicode.org/
|
||||
# -----------------------------------------------------------------------------
|
||||
#
|
||||
# decimal_point
|
||||
¡D
|
||||
#
|
||||
# thousands_sep
|
||||
¡A
|
||||
#
|
||||
# grouping
|
||||
3
|
||||
# EOF
|
@ -6178,13 +6178,6 @@ OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_MESSAGES
|
||||
OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_MONETARY
|
||||
OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_NUMERIC
|
||||
OLD_FILES+=usr/share/locale/zh_HK.UTF-8/LC_TIME
|
||||
OLD_DIRS+=usr/share/locale/zh_TW.Big5
|
||||
OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_COLLATE
|
||||
OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_CTYPE
|
||||
OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_MESSAGES
|
||||
OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_MONETARY
|
||||
OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_NUMERIC
|
||||
OLD_FILES+=usr/share/locale/zh_TW.Big5/LC_TIME
|
||||
OLD_DIRS+=usr/share/locale/zh_TW.UTF-8
|
||||
OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_COLLATE
|
||||
OLD_FILES+=usr/share/locale/zh_TW.UTF-8/LC_CTYPE
|
||||
|
Loading…
Reference in New Issue
Block a user