mirror of
https://github.com/aykhans/slash-e.git
synced 2025-06-14 20:07:50 +00:00
chore: support fr locale
This commit is contained in:
@ -32,6 +32,7 @@ message UserSetting {
|
||||
LOCALE_UNSPECIFIED = 0;
|
||||
LOCALE_EN = 1;
|
||||
LOCALE_ZH = 2;
|
||||
LOCALE_FR = 3;
|
||||
}
|
||||
// locale is the user locale.
|
||||
Locale locale = 2;
|
||||
|
Reference in New Issue
Block a user