fix: momentLocale for German localization
This commit is contained in:
parent
1a93e8760d
commit
427ce91408
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
module.exports.momentLocale = 'en'
|
module.exports.momentLocale = 'de'
|
||||||
|
|
||||||
module.exports.strings = {
|
module.exports.strings = {
|
||||||
_NOT_LOCALIZED: key => `${key} wurde noch nicht auf Deutsch übersetzt.`,
|
_NOT_LOCALIZED: key => `${key} wurde noch nicht auf Deutsch übersetzt.`,
|
||||||
|
|
Loading…
Reference in a new issue