diff --git a/lib/main.dart b/lib/main.dart index 0de3349..cbf503f 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -118,6 +118,8 @@ class MyApp extends HookConsumerWidget { themeMode: ref.watch(selectedThemeProvider), locale: TranslationProvider.of(context).flutterLocale, supportedLocales: const [ + Locale('en', ''), + Locale('es', ''), Locale('tr', ''), ], localizationsDelegates: GlobalMaterialLocalizations.delegates,