diff --git a/lib/locales/de.js b/lib/locales/de.js index f0d7efefac3..bda142a1f37 100644 --- a/lib/locales/de.js +++ b/lib/locales/de.js @@ -83,6 +83,8 @@ module.exports = { 'Jan', 'Feb', 'Mär', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez' ], - date: '%d.%m.%Y' + date: '%d.%m.%Y', + decimal: ',', + thousands: '.' } };