-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use correct translations for home and recipe edit
- Loading branch information
1 parent
c49bfe9
commit 2d025d4
Showing
6 changed files
with
15 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
{ | ||
"create-recipe-loading": "Rezept wird erstellt...", | ||
"create-recipe-done": "Rezept erstellt!" | ||
"create-recipe-done": "Rezept erstellt!", | ||
"update-recipe-loading": "Rezept wird aktualisiert...", | ||
"update-recipe-done": "Rezept aktualisiert!" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
{ | ||
"create-recipe-loading": "Creating recipe...", | ||
"create-recipe-done": "Recipe created!" | ||
"create-recipe-done": "Recipe created!", | ||
"update-recipe-loading": "Updating recipe...", | ||
"update-recipe-done": "Recipe updated!" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
{ | ||
"create-recipe-loading": "Creando receta...", | ||
"create-recipe-done": "¡Receta creada!" | ||
"create-recipe-done": "¡Receta creada!", | ||
"update-recipe-loading": "Actualizando receta...", | ||
"update-recipe-done": "¡Receta actualizada!" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
{ | ||
"create-recipe-loading": "Création de la recette...", | ||
"create-recipe-done": "Recette créée !" | ||
"create-recipe-done": "Recette créée !", | ||
"update-recipe-loading": "Mise à jour de la recette...", | ||
"update-recipe-done": "Recette mise à jour !" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ | |
{ | ||
children: [ | ||
{ | ||
name: $t('label.name'), | ||
name: $t('label.home'), | ||
href: '/', | ||
icon: Home, | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters