diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile index df8e5e088e04..0960f0c810fa 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 000000000000..5cc274e19e87 --- /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 d6c8771af0be..79fdfec17bd8 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 000000000000..5eec97264d5d --- /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 50b9ebce211f..14f7d1b8c7e0 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 000000000000..4ebc899962aa --- /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