MINOR-FIX: Localization Problem Resolve.
This commit is contained in:
@@ -13,8 +13,6 @@ import 'controllers/global_setting_controller.dart';
|
||||
import 'controllers/theme_controller.dart';
|
||||
import 'firebase_options.dart';
|
||||
|
||||
|
||||
|
||||
void main() async {
|
||||
WidgetsFlutterBinding.ensureInitialized();
|
||||
await EasyLocalization.ensureInitialized();
|
||||
@@ -30,6 +28,7 @@ void main() async {
|
||||
|
||||
runApp(
|
||||
EasyLocalization(
|
||||
startLocale: Locale('en', 'US'),
|
||||
supportedLocales: [
|
||||
Locale('en', 'US'),
|
||||
Locale('uz', 'UZ'),
|
||||
|
||||
Reference in New Issue
Block a user