mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
Replace by links ru_RU.CP866 and ru_RU.ISO8859-5
Add link to ru_RU.CP1251
This commit is contained in:
parent
5ad1665142
commit
588db84733
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115923
@ -30,8 +30,6 @@ LOCALES= af_ZA.ISO8859-1 \
|
||||
pt_BR.ISO8859-1 \
|
||||
pt_PT.ISO8859-1 \
|
||||
ro_RO.ISO8859-2 \
|
||||
ru_RU.CP866 \
|
||||
ru_RU.ISO8859-5 \
|
||||
ru_RU.KOI8-R \
|
||||
sk_SK.ISO8859-2 \
|
||||
sl_SI.ISO8859-2 \
|
||||
@ -55,8 +53,8 @@ GB_LINKS= en_AU en_NZ
|
||||
FR_LINKS= fr_CA fr_CH
|
||||
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
|
||||
|
||||
.SUFFIXES: .src .out
|
||||
|
||||
@ -114,6 +112,10 @@ afterinstall:
|
||||
ln -sf ../fr_BE.ISO8859-1/LC_NUMERIC \
|
||||
${LOCALEDIR}/${link}.ISO8859-15/LC_NUMERIC
|
||||
.endfor
|
||||
.for link in ${RU_LINKS}
|
||||
ln -sf ../ru_RU.KOI8-R/LC_NUMERIC \
|
||||
${LOCALEDIR}/${link}/LC_NUMERIC
|
||||
.endfor
|
||||
.for link in ${ASCIILINKS}
|
||||
ln -sf ../${link}.ISO8859-1/LC_NUMERIC \
|
||||
${LOCALEDIR}/${link}.US-ASCII/LC_NUMERIC
|
||||
|
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user