Fix locales

This commit is contained in:
Neeraj Gupta 2023-04-03 12:28:36 +05:30
parent 0963ea7129
commit ea20e1b155
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1
7 changed files with 8 additions and 8 deletions

View file

@ -1,5 +1,5 @@
{
"@@locale": "en",
"@@locale": "de",
"counterAppBarTitle": "Zähler",
"@counterAppBarTitle": {
"description": "Text shown in the AppBar of the Counter Page"

View file

@ -1,5 +1,5 @@
{
"@@locale": "en",
"@@locale": "es",
"counterAppBarTitle": "Contador",
"@counterAppBarTitle": {
"description": "Text shown in the AppBar of the Counter Page"

View file

@ -1,5 +1,5 @@
{
"@@locale": "en",
"@@locale": "fr",
"counterAppBarTitle": "Compteur",
"@counterAppBarTitle": {
"description": "Text shown in the AppBar of the Counter Page"
@ -86,7 +86,7 @@
"recoverAccount": "Récupérer un compte",
"enterRecoveryKeyHint": "Saisissez votre clé de récupération",
"recover": "Restaurer",
"contactSupportViaEmailMessage": "Veuillez envoyer un e-mail à {} depuis votre adresse enregistrée",
"contactSupportViaEmailMessage": "Veuillez envoyer un e-mail à {email} depuis votre adresse enregistrée",
"@contactSupportViaEmailMessage": {
"placeholders": {
"email": {

View file

@ -1,5 +1,5 @@
{
"@@locale": "en",
"@@locale": "it",
"counterAppBarTitle": "Contatore",
"@counterAppBarTitle": {
"description": "Text shown in the AppBar of the Counter Page"

View file

@ -1,5 +1,5 @@
{
"@@locale": "en",
"@@locale": "nl",
"counterAppBarTitle": "Teller",
"@counterAppBarTitle": {
"description": "Text shown in the AppBar of the Counter Page"

View file

@ -1,3 +1,3 @@
{
"@@locale": "en"
"@@locale": "pt"
}

View file

@ -1,3 +1,3 @@
{
"@@locale": "en"
"@@locale": "zh"
}