add japanese translation

This commit is contained in:
はらたく
2022-12-17 12:01:54 +09:00
parent 1985dcec3a
commit cc17260e54
2 changed files with 236 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ const String currentReleaseTag =
const int bgUpdateCheckAlarmId = 666;
const supportedLocales = [Locale('en'), Locale('zh'), Locale('it')];
const supportedLocales = [Locale('en'), Locale('zh'), Locale('it'), Locale('ja')];
const fallbackLocale = Locale('en');
const localeDir = 'assets/translations';