feat: language picker

This commit is contained in:
2023-02-27 11:31:46 +00:00
parent 623d9735e5
commit 62cd8b57d1
5 changed files with 47 additions and 4 deletions

View File

@ -21,6 +21,11 @@ export interface NotificationRequest {
}
export interface UserPreferences {
/**
* User selected language
*/
language?: "en" | "ja" | "es" | "hu" | "zh" | "fr" | "ar";
/**
* Enable reactions / reposts / zaps
*/