I18n: Add German (#57397)

This commit is contained in:
Josh Hunt
2022-10-21 11:47:17 +01:00
committed by GitHub
parent fc75076b72
commit e417387bc7
3 changed files with 9 additions and 6 deletions
+1 -5
View File
@@ -2,11 +2,7 @@
"_comment": "Do not manually edit this file. Translations must be made in Crowdin which will sync them back into this file",
"common": {
"locale": {
"default": "Standard",
"en-US": "Englisch",
"es-ES": "Spanisch",
"fr-FR": "Französisch",
"zh-Hans": "Chinesisch (vereinfacht)"
"default": "Standard"
},
"save": "Speichern"
},
+1 -1
View File
@@ -2,7 +2,7 @@ module.exports = {
// Default namespace used in your i18next config
defaultNamespace: 'grafana',
locales: ['en-US', 'fr-FR', 'es-ES', "zh-Hans", 'pseudo-LOCALE'],
locales: ['en-US', 'fr-FR', 'es-ES', "de-DE", "zh-Hans", 'pseudo-LOCALE'],
output: './public/locales/$LOCALE/$NAMESPACE.json',