Module Name: src
Committed By: martin
Date: Tue Mar 15 15:30:53 UTC 2011
Modified Files:
src/share/locale/numeric: de_DE.ISO8859-1.src
Log Message:
German uses dot as thousands separator
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/locale/numeric/de_DE.ISO8859-1.src
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/locale/numeric/de_DE.ISO8859-1.src
diff -u src/share/locale/numeric/de_DE.ISO8859-1.src:1.1 src/share/locale/numeric/de_DE.ISO8859-1.src:1.2
--- src/share/locale/numeric/de_DE.ISO8859-1.src:1.1 Sat May 17 04:07:29 2008
+++ src/share/locale/numeric/de_DE.ISO8859-1.src Tue Mar 15 15:30:52 2011
@@ -1,4 +1,4 @@
-# $NetBSD: de_DE.ISO8859-1.src,v 1.1 2008/05/17 04:07:29 ginsbach Exp $
+# $NetBSD: de_DE.ISO8859-1.src,v 1.2 2011/03/15 15:30:52 martin Exp $
#
# German Language Numeric Locale for Germany
#
@@ -9,8 +9,8 @@
# Decimal Delimiter/Radix Character (decimal_point)
,
# Separator for groups of digits left of above (thousands_sep)
-
+.
# Grouping Sequence (grouping)
# A sequence of integers separated by semi-colons ';'.
--1
+3;3
# EOF