mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-18 16:53:56 +00:00
fix: now using country code for languages.
This commit is contained in:
@@ -35,7 +35,7 @@ class MyApp extends StatelessWidget {
|
||||
localizationsDelegates: [
|
||||
FlutterI18nDelegate(
|
||||
translationLoader: FileTranslationLoader(
|
||||
fallbackFile: 'en',
|
||||
fallbackFile: 'en_US',
|
||||
basePath: 'assets/i18n',
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user