hotfix: update default language

This commit is contained in:
Maxiwere45 2026-06-23 12:16:38 +02:00
parent 9a41bd50a6
commit 0952b372b4

View File

@ -11,7 +11,7 @@ class LocaleNotifier extends Notifier<Locale> {
@override
Locale build() {
_loadSaved();
return const Locale('en');
return const Locale('fr');
}
Future<void> _loadSaved() async {