Add uk_UA

Submitted by:	Alexander Matey <matey@cis.ohio-state.edu>
This commit is contained in:
Andrey A. Chernov 2001-02-17 08:35:14 +00:00
parent 0e907ffc9a
commit cb2565a976
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72565
6 changed files with 65 additions and 0 deletions

View File

@ -22,6 +22,7 @@ LOCALES= af_ZA.ISO_8859-1 \
pl_PL.ISO_8859-2 \
ru_RU.KOI8-R \
sv_SE.ISO_8859-1 \
uk_UA.KOI8-U \
ko_KR.EUC \
ja_JP.EUC

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

View File

@ -17,6 +17,7 @@ LOCALES= af_ZA.ISO_8859-1 \
pl_PL.ISO_8859-2 \
ru_RU.KOI8-R \
sv_SE.ISO_8859-1 \
uk_UA.KOI8-U \
ko_KR.EUC \
ja_JP.EUC

View 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

View File

@ -17,6 +17,7 @@ LOCALES= af_ZA.ISO_8859-1 \
pl_PL.ISO_8859-2 \
ru_RU.KOI8-R \
sv_SE.ISO_8859-1 \
uk_UA.KOI8-U \
ko_KR.EUC \
ja_JP.EUC

View 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