polishing a rock of shit
This commit is contained in:
@ -19,11 +19,11 @@ const initialAuthDataState: AuthDataType = {
|
||||
};
|
||||
|
||||
export type SettingsType = {
|
||||
language: string | null;
|
||||
language: string | undefined;
|
||||
};
|
||||
|
||||
const initialSettingsState: SettingsType = {
|
||||
language: null,
|
||||
language: undefined,
|
||||
};
|
||||
|
||||
export type StorePrototype = {
|
||||
|
||||
@ -49,5 +49,20 @@
|
||||
},
|
||||
"Login failed!": {
|
||||
"ru": "Вход не удался!"
|
||||
},
|
||||
"Language": {
|
||||
"ru": "Язык"
|
||||
},
|
||||
"Create queue": {
|
||||
"ru": "Создать очередь"
|
||||
},
|
||||
"My queues": {
|
||||
"ru": "Мои очереди"
|
||||
},
|
||||
"Settings": {
|
||||
"ru": "Настройки"
|
||||
},
|
||||
"Dashboard": {
|
||||
"ru": "Панель управления"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user