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

theme-switcher: refresh translations

parent 73c88cce
No related branches found
No related tags found
No related merge requests found
......@@ -3,12 +3,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',
jsonIndent: 4,
},
},
};
{
"color-mode": "Farbmodus ändern",
"demo-title": "Theme Switcher Demo",
"intro": "Mit dem Theme-Switcher können Sie zwischen unterschiedlichen Farb-Themes umschalten.",
"color-mode": "Farbmodus ändern"
"intro": "Mit dem Theme-Switcher können Sie zwischen unterschiedlichen Farb-Themes umschalten."
}
{
"color-mode": "Farbmodus ändern",
"demo-title": "Theme Switcher Demo",
"intro": "With the theme-switcher you can switch between multiple themes.",
"color-mode": "Farbmodus ändern"
"intro": "With the theme-switcher you can switch between multiple themes."
}
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