Skip to content

Commit

Permalink
feat: add locales
Browse files Browse the repository at this point in the history
  • Loading branch information
timia2109 committed Aug 7, 2024
1 parent 6ceb332 commit 0e36ef1
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/locales/de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,30 @@ export default {
logout: "Abmelden",
profile: "Profile",
},
features: {
featureA: "Einfache Essensplanung",
featureADescription: "Plane super einfach den Essensplan",
featureAImgAlt: "Bild mit einem Screenshot der Anwendung",

featureB: "Immer und überall",
featureBDescription1:
"Diese Webseite funktioniert auf dem Computer und dem Handy.",
featureBDescription2: "Somit hast du deinen Essensplan immer dabei!",
featureBImgAlt: "Bild von einem Handy und einem Computer",

featureC: "Gemeinsam planen",
featureCDescription:
"Lade deine Mitbewohner oder Freunde ein und plane gemeinsam",
featureCImgAlt: "Bild von Menschen die gemeinsam essen",

featureD: "Kostenlos & Werbefrei",
featureDDescription:
"Diese Anwendung ist kostenfrei und Werbefrei, weil niemand mag Werbung.",

featureE: "Open-Source",
featureEDescription:
"Der Quellcode ist auf GitHub verfügbar. Jeder kann mithelfen diese Anwendung zu verbessern.",
},
mealPlan: {
defaultLabel: "Mein Essensplan",
},
Expand Down
22 changes: 22 additions & 0 deletions src/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,28 @@ export default {
logout: "Logout",
profile: "Profile",
},
features: {
featureA: "Simple Meal Planning",
featureADescription: "Plan your meal plan super easily",
featureAImgAlt: "Image with a screenshot of the application",

featureB: "Always and everywhere",
featureBDescription1: "This website works on the computer and the phone.",
featureBDescription2: "So you always have your meal plan with you!",
featureBImgAlt: "Image of a phone and a computer",

featureC: "Plan together",
featureCDescription: "Invite your roommates or friends and plan together",
featureCImgAlt: "Image of people eating together",

featureD: "Free & Ad-Free",
featureDDescription:
"This application is free and ad-free, because no one likes ads.",

featureE: "Open-Source",
featureEDescription:
"The source code is available on GitHub. Everyone can help to improve this application",
},
mealPlan: {
defaultLabel: "My Meal Plan",
},
Expand Down

0 comments on commit 0e36ef1

Please sign in to comment.