mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-08-26 21:00:17 +08:00
Add Localization for JP and Resource Added.
Commit once, to check in Mac.
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user