Add uk_UA.ISO8859-5 locale
PR: 32450 Submitted by: partially by Alexey Klimov <kao@wiuu.kiev.ua>
This commit is contained in:
parent
6ee2642fa5
commit
bf908a83ba
@ -387,6 +387,8 @@
|
||||
..
|
||||
tr_TR.ISO8859-9
|
||||
..
|
||||
uk_UA.ISO8859-5
|
||||
..
|
||||
uk_UA.KOI8-U
|
||||
..
|
||||
zh_CN.eucCN
|
||||
|
@ -633,6 +633,8 @@
|
||||
..
|
||||
tr_TR.ISO8859-9
|
||||
..
|
||||
uk_UA.ISO8859-5
|
||||
..
|
||||
uk_UA.KOI8-U
|
||||
..
|
||||
zh_CN.eucCN
|
||||
@ -947,6 +949,8 @@
|
||||
..
|
||||
tr_TR.ISO8859-9
|
||||
..
|
||||
uk_UA.ISO8859-5
|
||||
..
|
||||
uk_UA.KOI8-U
|
||||
..
|
||||
zh_CN.eucCN
|
||||
|
@ -25,6 +25,7 @@ LOCALES= bg_BG.CP1251 \
|
||||
ru_RU.KOI8-R \
|
||||
sv_SE.ISO8859-15 \
|
||||
sv_SE.ISO8859-1 \
|
||||
uk_UA.ISO8859-5 \
|
||||
uk_UA.KOI8-U
|
||||
|
||||
LOCALEDIR= ${DESTDIR}/usr/share/locale
|
||||
@ -71,6 +72,7 @@ ru_RU.ISO8859-5.out: map.ISO8859-5
|
||||
ru_RU.KOI8-R.out: map.KOI8-R
|
||||
sv_SE.ISO8859-15.out: map.ISO8859-15
|
||||
sv_SE.ISO8859-1.out: map.ISO8859-1
|
||||
uk_UA.ISO8859-5.out: map.ISO8859-5
|
||||
uk_UA.KOI8-U.out: map.KOI8-U
|
||||
|
||||
afterinstall:
|
||||
|
37
share/colldef/uk_UA.ISO8859-5.src
Normal file
37
share/colldef/uk_UA.ISO8859-5.src
Normal file
@ -0,0 +1,37 @@
|
||||
# Ukrainian part of ISO8859-5 with russian letters (backward compatible with ASCII)
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
charmap map.ISO8859-5
|
||||
order \
|
||||
# controls
|
||||
<NU>;...;<US>;\
|
||||
#
|
||||
<NS>;<SP>;!;\";<Nb>;<DO>;\
|
||||
%;&;';\(;\);*;+;\,;-;.;/;\
|
||||
# digits
|
||||
0;...;9;\
|
||||
#
|
||||
:;\;;\<;=;>;?;<At>;\
|
||||
# capital
|
||||
A;...;Z;\
|
||||
<A=>;<B=>;<V=>;<G=>;<D=>;<E=>;<IE>;<IO>;<Z%>;\
|
||||
<Z=>;<I=>;<II>;<YI>;<J=>;<K=>;<L=>;<M=>;<N=>;\
|
||||
<O=>;<P=>;<R=>;<S=>;<T=>;<U=>;<F=>;<H=>;<C=>;\
|
||||
<C%>;<S%>;<Sc>;<=">;<Y=>;<JE>;<JU>;<JA>;<%">;\
|
||||
#
|
||||
[;\\;];^;_;`;\
|
||||
# small
|
||||
a;...;z;\
|
||||
<a=>;<b=>;<v=>;<g=>;<d=>;<e=>;<ie>;<io>;<z%>;\
|
||||
<z=>;<i=>;<ii>;<yi>;<j=>;<k=>;<l=>;<m=>;<n=>;\
|
||||
<o=>;<p=>;<r=>;<s=>;<t=>;<u=>;<f=>;<h=>;<c=>;\
|
||||
<c%>;<s%>;<sc>;<='>;<y=>;<je>;<ju>;<ja>;<%'>;\
|
||||
#
|
||||
\{;|;\};~;<DT>;<PA>;<HO>;<BH>;<NH>;<IN>;<NL>;\
|
||||
<SA>;<ES>;<HS>;<HJ>;<VS>;<PD>;<PU>;<RI>;<S2>;\
|
||||
<S3>;<DC>;<P1>;<P2>;<TS>;<CC>;<MW>;<SG>;<EG>;\
|
||||
<SS>;<GC>;<SC>;<CI>;<ST>;<OC>;<PM>;<AC>;<D%>;\
|
||||
<G%>;<DS>;<J%>;<LJ>;<NJ>;<Ts>;<KJ>;<-->;<V%>;\
|
||||
<DZ>;<JE>;<je>;<N0>;<d%>;<g%>;<ds>;<j%>;<lj>;\
|
||||
<nj>;<ts>;<kj>;<SE>;<v%>;<dz>
|
@ -36,6 +36,8 @@ LATIN2LINKS = cs_CZ hr_HR hu_HU pl_PL sl_SI sk_SK
|
||||
|
||||
LATIN4LINKS = lt_LT
|
||||
|
||||
LATIN5LINKS = uk_UA
|
||||
|
||||
.SUFFIXES: .src .out
|
||||
|
||||
.src.out:
|
||||
@ -64,6 +66,10 @@ afterinstall:
|
||||
ln -fs ../la_LN.ISO8859-4/LC_CTYPE \
|
||||
${LOCALEDIR}/${link}.ISO8859-4/LC_CTYPE
|
||||
.endfor
|
||||
.for link in ${LATIN5LINKS}
|
||||
ln -fs ../ru_RU.ISO8859-5/LC_CTYPE \
|
||||
${LOCALEDIR}/${link}.ISO8859-5/LC_CTYPE
|
||||
.endfor
|
||||
.for link in ${ASCIILINKS}
|
||||
ln -fs ../la_LN.US-ASCII/LC_CTYPE \
|
||||
${LOCALEDIR}/${link}.US-ASCII/LC_CTYPE
|
||||
|
@ -36,6 +36,7 @@ LOCALES= af_ZA.ISO8859-1 \
|
||||
sl_SI.ISO8859-2 \
|
||||
sv_SE.ISO8859-1 \
|
||||
tr_TR.ISO8859-9 \
|
||||
uk_UA.ISO8859-5 \
|
||||
uk_UA.KOI8-U \
|
||||
ko_KR.eucKR \
|
||||
ja_JP.eucJP \
|
||||
|
36
share/monetdef/uk_UA.ISO8859-5.src
Normal file
36
share/monetdef/uk_UA.ISO8859-5.src
Normal file
@ -0,0 +1,36 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# int_curr_symbol (last character always SPACE)
|
||||
UAH
|
||||
# currency_symbol
|
||||
ÓàÝ.
|
||||
# mon_decimal_point
|
||||
,
|
||||
# mon_thousands_sep
|
||||
|
||||
# mon_grouping, separated by ;
|
||||
3;3
|
||||
# positive_sign
|
||||
|
||||
# negative_sign
|
||||
-
|
||||
# int_frac_digits
|
||||
2
|
||||
# frac_digits
|
||||
2
|
||||
# p_cs_precedes
|
||||
0
|
||||
# p_sep_by_space
|
||||
1
|
||||
# n_cs_precedes
|
||||
0
|
||||
# n_sep_by_space
|
||||
1
|
||||
# p_sign_posn
|
||||
1
|
||||
# n_sign_posn
|
||||
1
|
||||
# EOF
|
@ -32,6 +32,7 @@ LOCALES= af_ZA.ISO8859-1 \
|
||||
sl_SI.ISO8859-2 \
|
||||
sv_SE.ISO8859-1 \
|
||||
tr_TR.ISO8859-9 \
|
||||
uk_UA.ISO8859-5 \
|
||||
uk_UA.KOI8-U \
|
||||
ko_KR.eucKR \
|
||||
ja_JP.eucJP \
|
||||
|
14
share/msgdef/uk_UA.ISO8859-5.src
Normal file
14
share/msgdef/uk_UA.ISO8859-5.src
Normal file
@ -0,0 +1,14 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# yesexpr
|
||||
^[âÂyY].*
|
||||
# noexpr
|
||||
^[ݽnN].*
|
||||
# yesstr
|
||||
âÐÚ
|
||||
# nostr
|
||||
Ýö
|
||||
# EOF
|
@ -30,6 +30,7 @@ LOCALES= af_ZA.ISO8859-1 \
|
||||
sl_SI.ISO8859-2 \
|
||||
sv_SE.ISO8859-1 \
|
||||
tr_TR.ISO8859-9 \
|
||||
uk_UA.ISO8859-5 \
|
||||
uk_UA.KOI8-U \
|
||||
ko_KR.eucKR \
|
||||
ja_JP.eucJP \
|
||||
|
12
share/numericdef/uk_UA.ISO8859-5.src
Normal file
12
share/numericdef/uk_UA.ISO8859-5.src
Normal file
@ -0,0 +1,12 @@
|
||||
# $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
|
@ -36,6 +36,7 @@ LOCALES= bg_BG.CP1251 \
|
||||
sl_SI.ISO8859-2 \
|
||||
sv_SE.ISO8859-1 \
|
||||
tr_TR.ISO8859-9 \
|
||||
uk_UA.ISO8859-5 \
|
||||
uk_UA.KOI8-U \
|
||||
zh_CN.eucCN \
|
||||
zh_TW.Big5
|
||||
|
102
share/timedef/uk_UA.ISO8859-5.src
Normal file
102
share/timedef/uk_UA.ISO8859-5.src
Normal file
@ -0,0 +1,102 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
# WARNING: spaces may be essential at the end of lines
|
||||
# WARNING: empty lines are essential too
|
||||
#
|
||||
# Short months names
|
||||
#
|
||||
áöç
|
||||
Ûîâ
|
||||
ÑÕà
|
||||
ÚÒö
|
||||
âàÐ
|
||||
çÕà
|
||||
ÛØß
|
||||
áÕà
|
||||
ÒÕà
|
||||
ÖÞÒ
|
||||
ÛØá
|
||||
Óàã
|
||||
#
|
||||
# Long months names
|
||||
#
|
||||
áöçÝï
|
||||
ÛîâÞÓÞ
|
||||
ÑÕàÕ×Ýï
|
||||
ÚÒöâÝï
|
||||
âàÐÒÝï
|
||||
çÕàÒÝï
|
||||
ÛØßÝï
|
||||
áÕàßÝï
|
||||
ÒÕàÕáÝï
|
||||
ÖÞÒâÝï
|
||||
ÛØáâÞßÐÔÐ
|
||||
ÓàãÔÝï
|
||||
#
|
||||
# Short weekdays names
|
||||
#
|
||||
ÝÔ
|
||||
ßÝ
|
||||
Òâ
|
||||
áà
|
||||
çâ
|
||||
ßâ
|
||||
áÑ
|
||||
#
|
||||
# Long weekdays names
|
||||
#
|
||||
ÝÕÔöÛï
|
||||
ßÞÝÕÔöÛÞÚ
|
||||
ÒöÒâÞàÞÚ
|
||||
áÕàÕÔÐ
|
||||
çÕâÒÕà
|
||||
ß'ïâÝØæï
|
||||
áãÑÞâÐ
|
||||
#
|
||||
# X_fmt
|
||||
#
|
||||
%H:%M:%S
|
||||
#
|
||||
# x_fmt
|
||||
#
|
||||
%d.%m.%Y
|
||||
#
|
||||
# c_fmt
|
||||
#
|
||||
%a %e %b %X %Y
|
||||
#
|
||||
# am
|
||||
#
|
||||
|
||||
#
|
||||
# pm
|
||||
#
|
||||
|
||||
#
|
||||
# date_fmt
|
||||
#
|
||||
%a %e %b %Y %X %Z
|
||||
#
|
||||
# Long month names in alternative form
|
||||
#
|
||||
áöçÕÝì
|
||||
ÛîâØÙ
|
||||
ÑÕàÕ×ÕÝì
|
||||
ÚÒöâÕÝì
|
||||
âàÐÒÕÝì
|
||||
çÕàÒÕÝì
|
||||
ÛØßÕÝì
|
||||
áÕàßÕÝì
|
||||
ÒÕàÕáÕÝì
|
||||
ÖÞÒâÕÝì
|
||||
ÛØáâÞßÐÔ
|
||||
ÓàãÔÕÝì
|
||||
#
|
||||
# md_order
|
||||
#
|
||||
dm
|
||||
#
|
||||
# ampm_fmt
|
||||
#
|
||||
|
||||
# EOF
|
Loading…
x
Reference in New Issue
Block a user