From cc24242da7cddba154275547da89516eca6a0f88 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 17 May 2004 18:05:37 +0000 Subject: [PATCH] [BZ #111] Update. 2004-05-15 Petter Reinholdtsen * locales/it_IT: Change currency formatting from none to two fraction dicits, as Italy now uses the Euro. Patch from Marko Djukic. [BZ #111] --- Rules | 4 ++-- localedata/ChangeLog | 6 ++++++ localedata/locales/it_IT | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Rules b/Rules index 29370c8..da21ac6 100644 --- a/Rules +++ b/Rules @@ -96,10 +96,10 @@ xtests: tests else ifeq ($(build-bounded),yes) tests-bp.out = $(tests:%=$(objpfx)%-bp.out) -xtests-bp.out = $(tests:%=$(objpfx)%-bp.out) $(xtests:%=$(objpfx)%-bp.out) +xtests-bp.out = $(xtests:%=$(objpfx)%-bp.out) endif tests: $(tests:%=$(objpfx)%.out) $(tests-bp.out) -xtests: $(tests:%=$(objpfx)%.out) $(xtests:%=$(objpfx)%.out) $(xtests-bp.out) +xtests: tests $(xtests:%=$(objpfx)%.out) $(xtests-bp.out) endif ifeq ($(build-programs),yes) diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 12de17b..d0cc337 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,9 @@ +2004-05-15 Petter Reinholdtsen + + * 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 * locales/nn_NO: Use the same sorting order in Norwegian Nynorsk diff --git a/localedata/locales/it_IT b/localedata/locales/it_IT index 3145ab5..b2b36d6 100644 --- a/localedata/locales/it_IT +++ b/localedata/locales/it_IT @@ -66,8 +66,8 @@ mon_thousands_sep "" mon_grouping 3;3 positive_sign "" negative_sign "" -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 -- 2.7.4