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

app-shell: refresh translations

parent 6ae92fa1
No related branches found
No related tags found
No related merge requests found
...@@ -3,12 +3,14 @@ module.exports = { ...@@ -3,12 +3,14 @@ module.exports = {
output: './', output: './',
options: { options: {
debug: false, debug: false,
sort: true,
removeUnusedKeys: true, removeUnusedKeys: true,
func: {list: ['i18n.t', '_i18n.t']}, func: {list: ['i18n.t', '_i18n.t']},
lngs: ['en', 'de'], lngs: ['en', 'de'],
resource: { resource: {
loadPath: 'src/i18n/{{lng}}/{{ns}}.json', loadPath: 'src/i18n/{{lng}}/{{ns}}.json',
savePath: 'src/i18n/{{lng}}/{{ns}}.json', savePath: 'src/i18n/{{lng}}/{{ns}}.json',
jsonIndent: 4,
}, },
}, },
}; };
{ {
"activity-example": {
"hello-world": "Hallo Welt"
},
"choose-from-menu": "Bitte wählen Sie eine Aktivität aus dem Menu.",
"contact": "Kontakt",
"imprint": "Impressum",
"login": "Anmelden",
"logo": { "logo": {
"word1": "Wissen", "word1": "Wissen",
"word2": "Technik", "word2": "Technik",
"word3": "Leidenschaft" "word3": "Leidenschaft"
}, },
"privacy-policy": "Datenschutz", "logout": "Abmelden",
"imprint": "Impressum", "page-not-found": "Die gewünschte Seite wurde nicht gefunden",
"contact": "Kontakt",
"page-updated-needs-reload": "Die Applikation wurde aktualisiert. Bitte laden Sie die Seite neu.", "page-updated-needs-reload": "Die Applikation wurde aktualisiert. Bitte laden Sie die Seite neu.",
"activity-example": { "privacy-policy": "Datenschutz",
"hello-world": "Hallo Welt"
},
"welcome": { "welcome": {
"headline": "Willkommen bei der Applikation '{{appname}}'." "headline": "Willkommen bei der Applikation '{{appname}}'."
}, }
"login": "Anmelden",
"logout": "Abmelden",
"page-not-found": "Die gewünschte Seite wurde nicht gefunden",
"choose-from-menu": "Bitte wählen Sie eine Aktivität aus dem Menu.",
"color-mode": "Farbmodus ändern"
} }
{ {
"activity-example": {
"hello-world": "Hello World"
},
"choose-from-menu": "Please choose an activity from the menu.",
"contact": "Contact",
"imprint": "Legal Notice",
"login": "Login",
"logo": { "logo": {
"word1": "Science", "word1": "Science",
"word2": "Passion", "word2": "Passion",
"word3": "Technology" "word3": "Technology"
}, },
"privacy-policy": "Privacy Policy", "logout": "Logout",
"imprint": "Legal Notice", "page-not-found": "Requested Page Not Found",
"contact": "Contact",
"page-updated-needs-reload": "The application has been updated. Please reload the page.", "page-updated-needs-reload": "The application has been updated. Please reload the page.",
"activity-example": { "privacy-policy": "Privacy Policy",
"hello-world": "Hello World"
},
"welcome": { "welcome": {
"headline": "Welcome to the '{{appname}}' application." "headline": "Welcome to the '{{appname}}' application."
}, }
"login": "Login",
"logout": "Logout",
"page-not-found": "Requested Page Not Found",
"choose-from-menu": "Please choose an activity from the menu.",
"color-mode": "Change color mode"
} }
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