forked from open-webui/open-webui
add: ukrainian translation
This commit is contained in:
parent
7f9049c3a1
commit
b5b860f575
2 changed files with 316 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
let themes = ['dark', 'light', 'rose-pine dark', 'rose-pine-dawn light'];
|
||||
let theme = 'dark';
|
||||
// TODO: Get these dynamically from the i18n module
|
||||
let languages = ['en', 'fa', 'fr', 'de'];
|
||||
let languages = ['en', 'fa', 'fr', 'de', 'ua'];
|
||||
let lang = $i18n.language;
|
||||
let notificationEnabled = false;
|
||||
let system = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue