Skip to content

Commit ef181da

Browse files
authored
Merge pull request #2246 from jdugge/patch-1
type: translation Add "decimal" and "thousands" to de.js locale
2 parents 90218e5 + 5555029 commit ef181da

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/locales/de.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ module.exports = {
8383
'Jan', 'Feb', 'Mär', 'Apr', 'Mai', 'Jun',
8484
'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez'
8585
],
86-
date: '%d.%m.%Y'
86+
date: '%d.%m.%Y',
87+
decimal: ',',
88+
thousands: '.'
8789
}
8890
};

0 commit comments

Comments
 (0)