-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: flutter, dart bump, fix crash caused localization context (#231)
* chore: flutter, dart bump, fix crash * update Spanish localization
- Loading branch information
Showing
15 changed files
with
34 additions
and
31 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
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 |
---|---|---|
|
@@ -14,19 +14,19 @@ class VoicesLocalizationsEs extends VoicesLocalizations { | |
String get emailErrorText => '[email protected]'; | ||
|
||
@override | ||
String get passwordLabelText => 'Password'; | ||
String get passwordLabelText => 'Contraseña'; | ||
|
||
@override | ||
String get passwordHintText => 'My1SecretPassword'; | ||
String get passwordHintText => 'Mi1ContraseñaSecreta'; | ||
|
||
@override | ||
String get passwordErrorText => 'Password must be at least 8 characters long'; | ||
String get passwordErrorText => 'La contraseña debe tener al menos 8 caracteres'; | ||
|
||
@override | ||
String get loginTitleText => 'Login'; | ||
String get loginTitleText => 'Acceso'; | ||
|
||
@override | ||
String get loginButtonText => 'Login'; | ||
String get loginButtonText => 'Acceso'; | ||
|
||
@override | ||
String get loginScreenErrorMessage => 'Credenciales incorrectas'; | ||
|
13 changes: 9 additions & 4 deletions
13
catalyst_voices/packages/catalyst_voices_localization/lib/l10n/intl_es.arb
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,8 +1,13 @@ | ||
{ | ||
"@@locale": "es", | ||
"loginScreenUsernameLabelText": "Nombre de usuario", | ||
"loginScreenPasswordLabelText": "Contraseña", | ||
"emailLabelText": "Email", | ||
"emailHintText": "[email protected]", | ||
"emailErrorText": "[email protected]", | ||
"passwordLabelText": "Contraseña", | ||
"passwordHintText": "Mi1ContraseñaSecreta", | ||
"passwordErrorText": "La contraseña debe tener al menos 8 caracteres", | ||
"loginTitleText": "Acceso", | ||
"loginButtonText": "Acceso", | ||
"loginScreenErrorMessage": "Credenciales incorrectas", | ||
"loginScreenLoginButtonText": "Acceso", | ||
"homeScreenLoginButtonText": "Catalyst Voices - Inicio 🇪🇸" | ||
"homeScreenText": "Catalyst Voices" | ||
} |
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
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
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 |
---|---|---|
|
@@ -4,4 +4,4 @@ environment: | |
sdk: '>=3.2.1 <4.0.0' | ||
|
||
dev_dependencies: | ||
melos: ^3.2.3 | ||
melos: ^3.2.6 |