Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
b5b860f5
"host/online_compilation/include/tmp_dir.hpp" did not exist on "1685048a6725e531b577510295d2d62664c15962"
Commit
b5b860f5
authored
Mar 05, 2024
by
Jannik Streidl
Browse files
add: ukrainian translation
parent
7f9049c3
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
316 additions
and
1 deletion
+316
-1
src/lib/components/chat/Settings/General.svelte
src/lib/components/chat/Settings/General.svelte
+1
-1
src/lib/i18n/locales/ua/common.json
src/lib/i18n/locales/ua/common.json
+315
-0
No files found.
src/lib/components/chat/Settings/General.svelte
View file @
b5b860f5
...
...
@@ -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 = '';
...
...
src/lib/i18n/locales/ua/common.json
0 → 100644
View file @
b5b860f5
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment