fix: now using country code for languages.

This commit is contained in:
Aunali321 2022-09-25 14:38:25 +05:30
parent 18a69776cd
commit db18874ea1
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class MyApp extends StatelessWidget {
localizationsDelegates: [
FlutterI18nDelegate(
translationLoader: FileTranslationLoader(
fallbackFile: 'en',
fallbackFile: 'en_US',
basePath: 'assets/i18n',
),
),