mirror of
https://github.com/grafana/grafana.git
synced 2026-07-29 15:59:50 -05:00
I18n: Add German (#57397)
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user