diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-12-20 20:48:31 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-12-20 20:48:31 +0000 |
| commit | bf908a83ba0a1b0b9571b824edc606637f09f644 (patch) | |
| tree | 2e49caf3e1220b49164dbaa0d18d920a99ddcff0 /share/monetdef | |
| parent | 6ee2642fa50d0205582c12fe7e01d893bc24c75b (diff) | |
Add uk_UA.ISO8859-5 locale
PR: 32450
Submitted by: partially by Alexey Klimov <kao@wiuu.kiev.ua>
Diffstat (limited to 'share/monetdef')
| -rw-r--r-- | share/monetdef/Makefile | 1 | ||||
| -rw-r--r-- | share/monetdef/uk_UA.ISO8859-5.src | 36 |
2 files changed, 37 insertions, 0 deletions
diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile index a61b48bb8219..06c2ef078b2c 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 000000000000..b95e3bd3be7f --- /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 |
