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

person-profile: refresh translations

parent 1c47b3d5
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,
}, },
}, },
}; };
{ {
"person-profile": { "person-profile": {
"profile-caption": "Profil von",
"given-name": "Vorname",
"family-name": "Nachname",
"email": "Email", "email": "Email",
"none-selected": "Keine Person ausgewählt" "family-name": "Nachname",
"given-name": "Vorname",
"none-selected": "Keine Person ausgewählt",
"profile-caption": "Profil von"
} }
} }
{ {
"person-profile": { "person-profile": {
"profile-caption": "Profile for",
"given-name": "Given name",
"family-name": "Family name",
"email": "Email", "email": "Email",
"none-selected": "No person selected" "family-name": "Family name",
"given-name": "Given name",
"none-selected": "No person selected",
"profile-caption": "Profile for"
} }
} }
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