feat: app full l10n support

This commit is contained in:
2024-03-16 19:13:49 +08:00
parent 66738abf60
commit a6b69553d5
25 changed files with 636 additions and 501 deletions

View File

@ -0,0 +1,4 @@
class NoL10n {
static const String langZHS = '简体中文';
static const String langZHT = '繁體中文';
}