full translate for AddProfile pages 26%
This commit is contained in:
parent
1f8d18343c
commit
c5985f2954
@ -33,5 +33,7 @@
|
||||
"internal_error_server": "Internal error server",
|
||||
"unknown_error_auth": "Unknown error authentification",
|
||||
"required_input": "Required input",
|
||||
"create_profile": "Create profile"
|
||||
"create_profile": "Create profile",
|
||||
"edit_pseudo": "Edit pseudo"
|
||||
|
||||
}
|
@ -33,6 +33,7 @@
|
||||
"internal_error_server": "Erreur interne de serveur",
|
||||
"unknown_error_auth": "Problème d'authentification inconnu",
|
||||
"required_input": "Champ requis",
|
||||
"create_profile": "Creation profil"
|
||||
"create_profile": "Creation profil",
|
||||
"edit_pseudo": "Modifier le pseudo"
|
||||
|
||||
}
|
@ -202,7 +202,8 @@ class _AddProfileState extends State<AddProfile> with ShowAlertDialog {
|
||||
decoration: InputDecoration(
|
||||
border: OutlineInputBorder(),
|
||||
labelText: 'Pseudo',
|
||||
hintText: 'Modifier le pseudo'),
|
||||
hintText: AppLocalizations.of(context)?.edit_pseudo ??
|
||||
'Edit pseudo'),
|
||||
),
|
||||
),
|
||||
Padding(
|
||||
|
Loading…
x
Reference in New Issue
Block a user