mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 01:01:56 +01:00
fix: now using country code for languages.
This commit is contained in:
parent
18a69776cd
commit
db18874ea1
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class MyApp extends StatelessWidget {
|
|||
localizationsDelegates: [
|
||||
FlutterI18nDelegate(
|
||||
translationLoader: FileTranslationLoader(
|
||||
fallbackFile: 'en',
|
||||
fallbackFile: 'en_US',
|
||||
basePath: 'assets/i18n',
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue