Merge remote-tracking branch 'origin/master' into feat-authentication

This commit is contained in:
2023-06-23 09:29:11 +02:00
3 changed files with 58 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
import { createSlice, PayloadAction } from "@reduxjs/toolkit"
export type LanguageUnion = "english" | "chinese" | "russian" | "italian" | "spanish" | "korean" | "japanese"
export type LanguageUnion = "english" | "chinese" | "russian" | "italian" | "spanish" | "korean" | "japanese" | "catalan"
export type ThemeUnion = "light" | "dark"
export interface SettingsState {