fix: momentLocale for German localization

This commit is contained in:
PeteS4 2021-12-06 16:10:58 +01:00
parent 1a93e8760d
commit 427ce91408

View file

@ -1,4 +1,4 @@
module.exports.momentLocale = 'en'
module.exports.momentLocale = 'de'
module.exports.strings = {
_NOT_LOCALIZED: key => `${key} wurde noch nicht auf Deutsch übersetzt.`,