summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-12-20 20:48:31 +0000
committerache <ache@FreeBSD.org>2001-12-20 20:48:31 +0000
commitc87fc4ac0e4863cbba2a4280a07c0fb8dbac801a (patch)
tree2e49caf3e1220b49164dbaa0d18d920a99ddcff0 /share
parent9220c86e02030a5ea5bf2cc7eac869e6f0197d3b (diff)
downloadFreeBSD-src-c87fc4ac0e4863cbba2a4280a07c0fb8dbac801a.zip
FreeBSD-src-c87fc4ac0e4863cbba2a4280a07c0fb8dbac801a.tar.gz
Add uk_UA.ISO8859-5 locale
PR: 32450 Submitted by: partially by Alexey Klimov <kao@wiuu.kiev.ua>
Diffstat (limited to 'share')
-rw-r--r--share/colldef/Makefile2
-rw-r--r--share/colldef/uk_UA.ISO8859-5.src37
-rw-r--r--share/mklocale/Makefile6
-rw-r--r--share/monetdef/Makefile1
-rw-r--r--share/monetdef/uk_UA.ISO8859-5.src36
-rw-r--r--share/msgdef/Makefile1
-rw-r--r--share/msgdef/uk_UA.ISO8859-5.src14
-rw-r--r--share/numericdef/Makefile1
-rw-r--r--share/numericdef/uk_UA.ISO8859-5.src12
-rw-r--r--share/timedef/Makefile1
-rw-r--r--share/timedef/uk_UA.ISO8859-5.src102
11 files changed, 213 insertions, 0 deletions
diff --git a/share/colldef/Makefile b/share/colldef/Makefile
index 6b48271..60e15be 100644
--- a/share/colldef/Makefile
+++ b/share/colldef/Makefile
@@ -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:
diff --git a/share/colldef/uk_UA.ISO8859-5.src b/share/colldef/uk_UA.ISO8859-5.src
new file mode 100644
index 0000000..4c66279
--- /dev/null
+++ b/share/colldef/uk_UA.ISO8859-5.src
@@ -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>
diff --git a/share/mklocale/Makefile b/share/mklocale/Makefile
index b4214da..bba1e21 100644
--- a/share/mklocale/Makefile
+++ b/share/mklocale/Makefile
@@ -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
diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile
index a61b48b..06c2ef0 100644
--- a/share/monetdef/Makefile
+++ b/share/monetdef/Makefile
@@ -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 \
diff --git a/share/monetdef/uk_UA.ISO8859-5.src b/share/monetdef/uk_UA.ISO8859-5.src
new file mode 100644
index 0000000..b95e3bd
--- /dev/null
+++ b/share/monetdef/uk_UA.ISO8859-5.src
@@ -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
diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile
index ade99db..54a72bd 100644
--- a/share/msgdef/Makefile
+++ b/share/msgdef/Makefile
@@ -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 \
diff --git a/share/msgdef/uk_UA.ISO8859-5.src b/share/msgdef/uk_UA.ISO8859-5.src
new file mode 100644
index 0000000..cc508146
--- /dev/null
+++ b/share/msgdef/uk_UA.ISO8859-5.src
@@ -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
diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile
index 6832d45..5b50da4 100644
--- a/share/numericdef/Makefile
+++ b/share/numericdef/Makefile
@@ -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 \
diff --git a/share/numericdef/uk_UA.ISO8859-5.src b/share/numericdef/uk_UA.ISO8859-5.src
new file mode 100644
index 0000000..4ebc899
--- /dev/null
+++ b/share/numericdef/uk_UA.ISO8859-5.src
@@ -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
diff --git a/share/timedef/Makefile b/share/timedef/Makefile
index 9268f38..a7946f8 100644
--- a/share/timedef/Makefile
+++ b/share/timedef/Makefile
@@ -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
diff --git a/share/timedef/uk_UA.ISO8859-5.src b/share/timedef/uk_UA.ISO8859-5.src
new file mode 100644
index 0000000..f4be516
--- /dev/null
+++ b/share/timedef/uk_UA.ISO8859-5.src
@@ -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
OpenPOWER on IntegriCloud