diff options
author | ache <ache@FreeBSD.org> | 2002-01-08 15:20:13 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2002-01-08 15:20:13 +0000 |
commit | f3a27227745abfc7e62b635234bd441bd8bb0461 (patch) | |
tree | 5d9f7ac4a2faa66fde2b01361728228be6192522 /share/monetdef | |
parent | f8e44654c54b677bb28e7c44b57e2e66919dbd96 (diff) | |
download | FreeBSD-src-f3a27227745abfc7e62b635234bd441bd8bb0461.zip FreeBSD-src-f3a27227745abfc7e62b635234bd441bd8bb0461.tar.gz |
Add ro_RO
PR: 33343
Submitted by: Adrian Penisoara <ady@warpnet.ro>
Diffstat (limited to 'share/monetdef')
-rw-r--r-- | share/monetdef/Makefile | 1 | ||||
-rw-r--r-- | share/monetdef/ro_RO.ISO8859-2.src | 36 |
2 files changed, 37 insertions, 0 deletions
diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile index de16af0..cccdca9 100644 --- a/share/monetdef/Makefile +++ b/share/monetdef/Makefile @@ -32,6 +32,7 @@ LOCALES= af_ZA.ISO8859-1 \ no_NO.ISO8859-1 \ pl_PL.ISO8859-2 \ pt_PT.ISO8859-1 \ + ro_RO.ISO8859-2 \ ru_RU.CP866 \ ru_RU.ISO8859-5 \ ru_RU.KOI8-R \ diff --git a/share/monetdef/ro_RO.ISO8859-2.src b/share/monetdef/ro_RO.ISO8859-2.src new file mode 100644 index 0000000..4f543c4 --- /dev/null +++ b/share/monetdef/ro_RO.ISO8859-2.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) +ROL +# currency_symbol +Lei +# 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 |