Skip to content

Commit

Permalink
[BZ #2349]
Browse files Browse the repository at this point in the history
2006-04-24  Ulrich Drepper  <drepper@redhat.com>
	[BZ #2349]
	* locales/de_CH: Change thousand separator to '.
  • Loading branch information
Ulrich Drepper committed Apr 24, 2006
1 parent 396d3fa commit 34a15e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions localedata/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2006-04-24 Ulrich Drepper <drepper@redhat.com>

[BZ #2349]
* locales/de_CH: Change thousand separator to '.

2006-01-17 Robert Millan <robertmh@gnu.org>

[BZ #2158]
Expand Down
4 changes: 2 additions & 2 deletions localedata/locales/de_CH
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ LC_MONETARY
int_curr_symbol "<U0043><U0048><U0046><U0020>"
currency_symbol "<U0046><U0072><U002E>"
mon_decimal_point "<U002E>"
mon_thousands_sep "<U0020>"
mon_thousands_sep "<U0027>"
mon_grouping 3;3
positive_sign ""
negative_sign "<U002D>"
Expand All @@ -78,7 +78,7 @@ END LC_MONETARY

LC_NUMERIC
decimal_point "<U002E>"
thousands_sep "<U0020>"
thousands_sep "<U0027>"
grouping 3;3
END LC_NUMERIC

Expand Down

0 comments on commit 34a15e6

Please sign in to comment.