Skip to content

Commit

Permalink
Update translation files
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommy Heyding committed Apr 7, 2022
1 parent 1eb7e95 commit 92e6b60
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion src/assets/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@
},
"home": {
"headline": "Angular + Tailwind Template",
"text": "Wenn die Seite wie der Screenshot in \"src/assets/img\" aussieht, ist Tailwind korrekt eingerichtet und du kannst beginnen."
"text": "Wenn die Seite wie der Screenshot in \"src/assets/img\" aussieht, ist Tailwind korrekt eingerichtet und du kannst beginnen.",
"ngrx": {
"title": "NGRX Test",
"description": "Wir haben NGRX Funktionalität schon implementiert - Schreibe etwas in die Textarea, drück den Button und aktualisiere den Browser Tab um das zu verifizieren.",
"button": "Input speichern",
"message": "Deine Eingabe war: "
}
},
"features": {
"title": "Funktionen",
Expand Down
8 changes: 7 additions & 1 deletion src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@
},
"home": {
"headline": "Angular + Tailwind Template",
"text": "If the website looks like the screenshot in \"src/assets/img\", Tailwind is set up and you can start coding."
"text": "If the website looks like the screenshot in \"src/assets/img\", Tailwind is set up and you can start coding.",
"ngrx": {
"title": "NGRX Test",
"description": "We already implemented NGRX functionality - Type something, hit the button and refresh the browser tab to verify.",
"button": "Store input",
"message": "Your input was: "
}
},
"features": {
"title": "Features",
Expand Down

0 comments on commit 92e6b60

Please sign in to comment.