diff --git a/.vscode/settings.json b/.vscode/settings.json index 8ab8b79..988ce3b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -19,6 +19,9 @@ "i18n-ally.localesPaths": "src/locales", "i18n-ally.keystyle": "nested", "i18n-ally.extract.keygenStrategy":"slug", - "i18n-ally.enabledFrameworks": ["custom"] + "i18n-ally.enabledFrameworks": [ + "custom" + ], + "i18n-ally.sourceLanguage": "en" } \ No newline at end of file diff --git a/src/locales/en.json b/src/locales/en.json index ff54fba..70ae0fd 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -1,5 +1,6 @@ { "firstname": "firstname", "lastname": "lastname", - "group": "group" -} \ No newline at end of file + "group": "group", + "id": "ID" +} diff --git a/src/templates/sponsoring_contract.html b/src/templates/sponsoring_contract.html index dae871f..ec43220 100644 --- a/src/templates/sponsoring_contract.html +++ b/src/templates/sponsoring_contract.html @@ -2,16 +2,32 @@ Sponsoring contract - + + - - {{#each runners}} -
-

ID: {{this.id}}

-

{{__ "firstname"}}: {{this.firstname}}

-

{{__ "lastname"}}: {{this.lastname}}

-

{{__ "group"}}: {{this.group.name}}

+ +
+ +
+
+

Sponsoringerklärung

+

Bitte in DRUCKBUCHSTABEN schreiben

+
+
+
+ Vorname: Peter
+

Vorname

+
+
+ ID123
+

ID

+
+
+ . +
+
+
+
- {{/each}} \ No newline at end of file diff --git a/src/templates/sponsoringheader.png b/src/templates/sponsoringheader.png new file mode 100644 index 0000000..d422c1b Binary files /dev/null and b/src/templates/sponsoringheader.png differ