feat: 日本語 Support

This commit is contained in:
2024-04-11 20:04:07 +08:00
parent df54a44e0e
commit e302d9e927
2 changed files with 3 additions and 0 deletions

View File

@ -2,4 +2,5 @@ class NoL10n {
static const String langZHS = '简体中文';
static const String langZHT = '繁體中文';
static const String langEn = 'English';
static const String langJa = '日本語';
}