diff options
author | ache <ache@FreeBSD.org> | 2001-02-17 08:35:14 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-02-17 08:35:14 +0000 |
commit | d58e5752205b5c728f078a08ea72ceb6c39afbd4 (patch) | |
tree | 20b28cd93f24251c2872d6c547c2688b2232069b /share | |
parent | b545fa1c7f36557a4a56001324ca9efb4598c7f3 (diff) | |
download | FreeBSD-src-d58e5752205b5c728f078a08ea72ceb6c39afbd4.zip FreeBSD-src-d58e5752205b5c728f078a08ea72ceb6c39afbd4.tar.gz |
Add uk_UA
Submitted by: Alexander Matey <matey@cis.ohio-state.edu>
Diffstat (limited to 'share')
-rw-r--r-- | share/monetdef/Makefile | 1 | ||||
-rw-r--r-- | share/monetdef/uk_UA.KOI8-U.src | 36 | ||||
-rw-r--r-- | share/msgdef/Makefile | 1 | ||||
-rw-r--r-- | share/msgdef/uk_UA.KOI8-U.src | 14 | ||||
-rw-r--r-- | share/numericdef/Makefile | 1 | ||||
-rw-r--r-- | share/numericdef/uk_UA.KOI8-U.src | 12 |
6 files changed, 65 insertions, 0 deletions
diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile index df8e5e0..0960f0c 100644 --- a/share/monetdef/Makefile +++ b/share/monetdef/Makefile @@ -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 diff --git a/share/monetdef/uk_UA.KOI8-U.src b/share/monetdef/uk_UA.KOI8-U.src new file mode 100644 index 0000000..5cc274e --- /dev/null +++ b/share/monetdef/uk_UA.KOI8-U.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 +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 d6c8771..79fdfec 100644 --- a/share/msgdef/Makefile +++ b/share/msgdef/Makefile @@ -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 diff --git a/share/msgdef/uk_UA.KOI8-U.src b/share/msgdef/uk_UA.KOI8-U.src new file mode 100644 index 0000000..5eec972 --- /dev/null +++ b/share/msgdef/uk_UA.KOI8-U.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 50b9ebc..14f7d1b 100644 --- a/share/numericdef/Makefile +++ b/share/numericdef/Makefile @@ -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 diff --git a/share/numericdef/uk_UA.KOI8-U.src b/share/numericdef/uk_UA.KOI8-U.src new file mode 100644 index 0000000..4ebc899 --- /dev/null +++ b/share/numericdef/uk_UA.KOI8-U.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 |