diff options
author | bapt <bapt@FreeBSD.org> | 2016-06-20 06:45:42 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-06-20 06:45:42 +0000 |
commit | 6d8d86e4625a04be931b3fa4102f3c40e2539e47 (patch) | |
tree | 174e642f4529ffec6d4f7019db978bb65fbc3106 /share/monetdef | |
parent | c6f6894768f297ac39bb24bdaf19167ba7def897 (diff) | |
download | FreeBSD-src-6d8d86e4625a04be931b3fa4102f3c40e2539e47.zip FreeBSD-src-6d8d86e4625a04be931b3fa4102f3c40e2539e47.tar.gz |
Fix generation of locales with multiple variants
Serbian locales have triple components to represent the 2 variations of the
locale: Latin and Cyrillic. Previously the tools generatic the locale were
appending both definitions instead of differentiating them.
Reported by: ache
Approved by: re (gjb)
Diffstat (limited to 'share/monetdef')
-rw-r--r-- | share/monetdef/sr_Latn_RS.UTF-8.src | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/share/monetdef/sr_Latn_RS.UTF-8.src b/share/monetdef/sr_Latn_RS.UTF-8.src index d81f538..c4dbd27 100644 --- a/share/monetdef/sr_Latn_RS.UTF-8.src +++ b/share/monetdef/sr_Latn_RS.UTF-8.src @@ -4,47 +4,47 @@ # ----------------------------------------------------------------------------- # # int_curr_symbol (last character always SPACE) -RSD ""RSD +RSD # # currency_symbol -RSD""RSD +RSD # # mon_decimal_point -,"", +, # # mon_thousands_sep -."". +. # # mon_grouping -33 +3 # # positive_sign -"" + # # negative_sign --""- +- # # int_frac_digits -00 +0 # # frac_digits -00 +0 # # p_cs_precedes -00 +0 # # p_sep_by_space -11 +1 # # n_cs_precedes -00 +0 # # n_sep_by_space -11 +1 # # p_sign_posn -11 +1 # # n_sign_posn -11 +1 # EOF |