From c87fc4ac0e4863cbba2a4280a07c0fb8dbac801a Mon Sep 17 00:00:00 2001 From: ache Date: Thu, 20 Dec 2001 20:48:31 +0000 Subject: Add uk_UA.ISO8859-5 locale PR: 32450 Submitted by: partially by Alexey Klimov --- share/monetdef/Makefile | 1 + share/monetdef/uk_UA.ISO8859-5.src | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 share/monetdef/uk_UA.ISO8859-5.src (limited to 'share/monetdef') 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 -- cgit v1.1