-
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(#43) : add app localization setting
- Loading branch information
Showing
7 changed files
with
38 additions
and
11 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
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
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"@@locale": "de", | ||
"welcome": "Wilkommen", | ||
"changeTheSettingsHere": "Ändern Sie hier die Einstellungen", | ||
"addNewChildHere": "Fügen Sie hier ein neues Kind hinzu" | ||
|
||
} |
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,7 +1,7 @@ | ||
{ | ||
"@@locale": "en", | ||
"counterAppBarTitle": "Counter", | ||
"@counterAppBarTitle": { | ||
"description": "Text shown in the AppBar of the Counter Page" | ||
} | ||
"welcome": "Welcome", | ||
"changeTheSettingsHere": "change the settings here", | ||
"addNewChildHere": "Add a new child here " | ||
|
||
} |
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,7 +1,8 @@ | ||
{ | ||
"@@locale": "es", | ||
"counterAppBarTitle": "Contador", | ||
"@counterAppBarTitle": { | ||
"description": "Texto mostrado en la AppBar de la página del contador" | ||
} | ||
"welcome": "Hola !", | ||
"changeTheSettingsHere": "Cambiar la configuración aquí", | ||
"addNewChildHere": "Añadir un nuevo niño[a] aquí" | ||
|
||
|
||
} |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"@@locale": "fr", | ||
"welcome": "Bienvenue", | ||
"changeTheSettingsHere": "Modifier les paramètres ici", | ||
"addNewChildHere": "Ajoute un enfant ici" | ||
|
||
} |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"@@locale": "tr", | ||
"welcome": "Hoş Geldiniz", | ||
"changeTheSettingsHere": "Buradaki ayarları değiştir", | ||
"addNewChildHere": "Buraya yeni bir çocuk ekleyin" | ||
|
||
} |