Skip to content
Snippets Groups Projects
Commit 1f10f9e0 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

language-select: refresh translations

parent e79f2ff4
No related branches found
No related tags found
No related merge requests found
......@@ -5,12 +5,14 @@ module.exports = {
output: './',
options: {
debug: false,
sort: true,
removeUnusedKeys: true,
func: {list: ['i18n.t', '_i18n.t']},
lngs: ['en','de'],
resource: {
loadPath: 'src/i18n/{{lng}}/{{ns}}.json',
savePath: 'src/i18n/{{lng}}/{{ns}}.json'
savePath: 'src/i18n/{{lng}}/{{ns}}.json',
jsonIndent: 4,
},
},
}
{
"de": "Deutsch",
"en": "Englisch",
"de-action": "Auf Deutsch anzeigen",
"en-action": "Auf Englisch anzeigen",
"demo": "Hallo Welt"
"de": "Deutsch",
"de-action": "Auf Deutsch anzeigen",
"demo": "Hallo Welt",
"en": "Englisch",
"en-action": "Auf Englisch anzeigen"
}
{
"de": "German",
"en": "English",
"de-action": "Switch to German",
"en-action": "Switch to English",
"demo": "Hello World"
"de": "German",
"de-action": "Switch to German",
"demo": "Hello World",
"en": "English",
"en-action": "Switch to English"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment