Replace uk_UA.ISO8859-5 by link

Add link for zh_CN.GBK
This commit is contained in:
Andrey A. Chernov 2003-06-07 01:24:02 +00:00
parent fd23735366
commit 5466d17c63
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115930
2 changed files with 10 additions and 13 deletions

View File

@ -37,7 +37,6 @@ LOCALES= af_ZA.ISO8859-1 \
sr_YU.ISO8859-5 \
sv_SE.ISO8859-1 \
tr_TR.ISO8859-9 \
uk_UA.ISO8859-5 \
uk_UA.KOI8-U \
zh_CN.eucCN \
zh_TW.Big5
@ -55,6 +54,8 @@ DE_LINKS= de_AT de_CH
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
.SUFFIXES: .src .out
@ -116,6 +117,14 @@ afterinstall:
ln -sf ../ru_RU.KOI8-R/LC_NUMERIC \
${LOCALEDIR}/${link}/LC_NUMERIC
.endfor
.for link in ${UA_LINKS}
ln -sf ../uk_UA.KOI8-U/LC_NUMERIC \
${LOCALEDIR}/${link}/LC_NUMERIC
.endfor
.for link in ${CN_LINKS}
ln -sf ../zh_CN.eucCN/LC_NUMERIC \
${LOCALEDIR}/${link}/LC_NUMERIC
.endfor
.for link in ${ASCIILINKS}
ln -sf ../${link}.ISO8859-1/LC_NUMERIC \
${LOCALEDIR}/${link}.US-ASCII/LC_NUMERIC

View File

@ -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