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