diff options
author | phantom <phantom@FreeBSD.org> | 2001-02-10 13:31:36 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2001-02-10 13:31:36 +0000 |
commit | 1aa1981806f501c678f7816c986f42e58d3a7daf (patch) | |
tree | 0ec483a25f8ae20f4f098b15a7d1455a955cd31c /share/monetdef | |
parent | afdc01850e69ffa4ad76580810f66579a59f2107 (diff) | |
download | FreeBSD-src-1aa1981806f501c678f7816c986f42e58d3a7daf.zip FreeBSD-src-1aa1981806f501c678f7816c986f42e58d3a7daf.tar.gz |
add LC_NUMERIC, LC_MESSAGES and LC_MONETARY for cs_CZ.ISO_8859-2
PR: misc/24970
Submitted by: Rudolf Cejka <cejkar@dcse.fee.vutbr.cz>
Diffstat (limited to 'share/monetdef')
-rw-r--r-- | share/monetdef/cs_CZ.ISO8859-2.src | 36 | ||||
-rw-r--r-- | share/monetdef/cs_CZ.ISO_8859-2.src | 36 |
2 files changed, 72 insertions, 0 deletions
diff --git a/share/monetdef/cs_CZ.ISO8859-2.src b/share/monetdef/cs_CZ.ISO8859-2.src new file mode 100644 index 0000000..db48285 --- /dev/null +++ b/share/monetdef/cs_CZ.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 +CZK +# currency_symbol +Kč +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +1 +# p_sep_by_space +2 +# n_cs_precedes +1 +# n_sep_by_space +2 +# p_sign_posn +4 +# n_sign_posn +4 +# EOF diff --git a/share/monetdef/cs_CZ.ISO_8859-2.src b/share/monetdef/cs_CZ.ISO_8859-2.src new file mode 100644 index 0000000..db48285 --- /dev/null +++ b/share/monetdef/cs_CZ.ISO_8859-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 +CZK +# currency_symbol +Kč +# mon_decimal_point +, +# mon_thousands_sep + +# mon_grouping +3;3 +# positive_sign + +# negative_sign +- +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +1 +# p_sep_by_space +2 +# n_cs_precedes +1 +# n_sep_by_space +2 +# p_sign_posn +4 +# n_sign_posn +4 +# EOF |