mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 18:03:14 +08:00
Add Helpfull comment for the future
This commit is contained in:
@ -96,7 +96,9 @@ class JournalApp extends StatefulWidget {
|
||||
|
||||
runApp(EasyLocalization(
|
||||
child: app,
|
||||
supportedLocales: [const Locale('en', 'US')],
|
||||
supportedLocales: [
|
||||
const Locale('en', 'US'),
|
||||
], // Remember to update Info.plist
|
||||
path: 'assets/langs',
|
||||
useOnlyLangCode: true,
|
||||
assetLoader: YamlAssetLoader(),
|
||||
|
Reference in New Issue
Block a user