Add Localization for JP and Resource Added.

Commit once, to check in Mac.
This commit is contained in:
vrtmrz
2021-06-11 14:15:31 +09:00
committed by Vishesh Handa
parent 5436003b29
commit 8628cb6e8a
3 changed files with 520 additions and 1 deletions

View File

@ -66,7 +66,7 @@ class JournalApp extends StatefulWidget {
child: JournalApp(),
),
supportedLocales: [
const Locale('en', 'US'),
const Locale('en', 'US'),const Locale('ja', 'JP'),
], // Remember to update Info.plist
path: 'assets/langs',
useOnlyLangCode: true,