diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-05-17 18:05:37 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-05-17 18:05:37 +0000 |
commit | cc24242da7cddba154275547da89516eca6a0f88 (patch) | |
tree | 2abf274c08398fb58fa41bf0603ebdc5a441700e /localedata | |
parent | 4123718eddda0d304989b1e81cf49a11df078136 (diff) |
[BZ #111]
Update.
2004-05-15 Petter Reinholdtsen <pere@hungry.com>
* locales/it_IT: Change currency formatting from none to two
fraction dicits, as Italy now uses the Euro. Patch from Marko
Djukic. [BZ #111]
Diffstat (limited to 'localedata')
-rw-r--r-- | localedata/ChangeLog | 6 | ||||
-rw-r--r-- | localedata/locales/it_IT | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 12de17b96e..d0cc3372d9 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,9 @@ +2004-05-15 Petter Reinholdtsen <pere@hungry.com> + + * locales/it_IT: Change currency formatting from none to two + fraction dicits, as Italy now uses the Euro. Patch from Marko + Djukic. [BZ #111] + 2004-05-02 Petter Reinholdtsen <pere@hungry.com> * locales/nn_NO: Use the same sorting order in Norwegian Nynorsk diff --git a/localedata/locales/it_IT b/localedata/locales/it_IT index 3145ab5b55..b2b36d66ad 100644 --- a/localedata/locales/it_IT +++ b/localedata/locales/it_IT @@ -66,8 +66,8 @@ mon_thousands_sep "<U002E>" mon_grouping 3;3 positive_sign "" negative_sign "<U002D>" -int_frac_digits 0 -frac_digits 0 +int_frac_digits 2 +frac_digits 2 p_cs_precedes 1 p_sep_by_space 1 n_cs_precedes 1 |