diff options
author | ru <ru@FreeBSD.org> | 2005-03-04 14:24:30 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-03-04 14:24:30 +0000 |
commit | 47f26123997fb8e96c9948c4fbdf6d6523dcf3a5 (patch) | |
tree | 1de80e7437c3120b1cfa1776b144985726241f9a /share/monetdef | |
parent | df2a700f9fabd7d683fedcfd665f74ee8759fbe7 (diff) | |
download | FreeBSD-src-47f26123997fb8e96c9948c4fbdf6d6523dcf3a5.zip FreeBSD-src-47f26123997fb8e96c9948c4fbdf6d6523dcf3a5.tar.gz |
New Ukrainian locale: uk_UA.CP1251.
Submitted by: Alexander Peresunko
Diffstat (limited to 'share/monetdef')
-rw-r--r-- | share/monetdef/Makefile | 1 | ||||
-rw-r--r-- | share/monetdef/uk_UA.CP1251.src | 36 |
2 files changed, 37 insertions, 0 deletions
diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile index b210672..5908ad9 100644 --- a/share/monetdef/Makefile +++ b/share/monetdef/Makefile @@ -64,6 +64,7 @@ LOCALES= af_ZA.ISO8859-1 \ sr_YU.UTF-8 \ sv_SE.ISO8859-1 \ tr_TR.ISO8859-9 \ + uk_UA.CP1251 \ uk_UA.ISO8859-5 \ uk_UA.KOI8-U \ uk_UA.UTF-8 \ diff --git a/share/monetdef/uk_UA.CP1251.src b/share/monetdef/uk_UA.CP1251.src new file mode 100644 index 0000000..807dded --- /dev/null +++ b/share/monetdef/uk_UA.CP1251.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 |