mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-03 20:21:40 +00:00
chore: add ja locale
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user