full translate for AddProfile pages 26%

This commit is contained in:
Valentin CZERYBA 2025-07-16 23:05:49 +02:00
parent 1f8d18343c
commit c5985f2954
3 changed files with 7 additions and 3 deletions

View File

@ -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"
}

View File

@ -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"
}

View File

@ -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(