Able to config preferred language

This commit is contained in:
2025-02-01 19:35:50 +08:00
parent 5a85985534
commit 5d6fb2442f
11 changed files with 111 additions and 5 deletions

View File

@ -44,6 +44,7 @@ class _RegisterScreenState extends State<RegisterScreen> {
'nick': nickname,
'email': email,
'password': password,
'language': EasyLocalization.of(context)!.currentLocale.toString(),
});
if (!context.mounted) return;