diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-02-17 06:52:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-02-17 06:52:02 +0000 |
commit | 81c9d1c10f5588d3ab04f94ef1247b852ea50e09 (patch) | |
tree | 6c57fedb1a1fa32a878ade38e16bb5f1d4a0ae87 /localedata/locales | |
parent | 771519375a3b585e3251e88a9cc0f04ac20fb06e (diff) | |
download | glibc-81c9d1c10f5588d3ab04f94ef1247b852ea50e09.tar glibc-81c9d1c10f5588d3ab04f94ef1247b852ea50e09.tar.gz glibc-81c9d1c10f5588d3ab04f94ef1247b852ea50e09.tar.bz2 glibc-81c9d1c10f5588d3ab04f94ef1247b852ea50e09.zip |
[BZ #3884]
2007-01-12 Gwenole Beauchesne <gbeauchesne@mandriva.com>
[BZ #3884]
* localedata/locales/sl_SI: Slovenia joined the Euro zone.
Fix negative number format.
Diffstat (limited to 'localedata/locales')
-rw-r--r-- | localedata/locales/sl_SI | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/localedata/locales/sl_SI b/localedata/locales/sl_SI index 8f7230d468..b7e119443f 100644 --- a/localedata/locales/sl_SI +++ b/localedata/locales/sl_SI @@ -2126,8 +2126,8 @@ noexpr "<U005E><U005B><U004E><U006E><U005D><U002E><U002A>" END LC_MESSAGES LC_MONETARY -int_curr_symbol "<U0053><U0049><U0054><U0020>" -currency_symbol "<U0053><U0049><U0054>" +int_curr_symbol "<U0045><U0055><U0052><U0020>" +currency_symbol "<U20AC>" mon_decimal_point "<U002C>" mon_thousands_sep "<U0020>" mon_grouping 3;3 @@ -2136,11 +2136,11 @@ negative_sign "<U002D>" int_frac_digits 2 frac_digits 2 p_cs_precedes 0 -p_sep_by_space 2 +p_sep_by_space 1 n_cs_precedes 0 -n_sep_by_space 2 -p_sign_posn 2 -n_sign_posn 2 +n_sep_by_space 1 +p_sign_posn 1 +n_sign_posn 1 END LC_MONETARY LC_NUMERIC |