Skip to content

Commit

Permalink
[BZ #111]
Browse files Browse the repository at this point in the history
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]
  • Loading branch information
Ulrich Drepper committed May 17, 2004
1 parent 4123718 commit cc24242
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Rules
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 6 additions & 0 deletions localedata/ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions localedata/locales/it_IT
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc24242

Please sign in to comment.