hotfix: update default language
This commit is contained in:
parent
9a41bd50a6
commit
0952b372b4
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user