chore: add ja locale

This commit is contained in:
Steven
2024-07-15 22:26:46 +08:00
parent 9b6ba2a5bb
commit 5dca1373fc
11 changed files with 112 additions and 86 deletions

View File

@ -33,6 +33,7 @@ message UserSetting {
LOCALE_EN = 1;
LOCALE_ZH = 2;
LOCALE_FR = 3;
LOCALE_JA = 4;
}
// locale is the user locale.
Locale locale = 2;