Add Helpfull comment for the future

This commit is contained in:
Vishesh Handa
2020-06-10 10:49:46 +02:00
parent 4591c73fb0
commit 03b20b274b

View File

@ -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(),