summaryrefslogtreecommitdiffstats
path: root/ui/src/interfaces.ts
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-12-09 00:24:53 -0800
committerDessalines <tyhou13@gmx.com>2019-12-09 00:24:53 -0800
commitf0808a1116d648a4b8d3b1a6f275d95bc3a7e933 (patch)
treeb3aa383dda539205589805510ebc595e81a5ede5 /ui/src/interfaces.ts
parent4c7da003a26b381a396d8e6e82686dc4e1f414c1 (diff)
Adding custom language setting.
- Fixes #319
Diffstat (limited to 'ui/src/interfaces.ts')
-rw-r--r--ui/src/interfaces.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/src/interfaces.ts b/ui/src/interfaces.ts
index 9cd9bef4..f327202a 100644
--- a/ui/src/interfaces.ts
+++ b/ui/src/interfaces.ts
@@ -79,6 +79,7 @@ export interface User {
theme: string;
default_sort_type: SortType;
default_listing_type: ListingType;
+ lang: string;
}
export interface UserView {
@@ -469,6 +470,7 @@ export interface UserSettingsForm {
theme: string;
default_sort_type: SortType;
default_listing_type: ListingType;
+ lang: string;
auth: string;
}