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
6e843ab5
Unverified
Commit
6e843ab5
authored
Jul 17, 2024
by
Timothy Jaeryang Baek
Committed by
GitHub
Jul 17, 2024
Browse files
Merge pull request #3882 from open-webui/dev
0.3.9
parents
eff736ac
b3a0d47a
Changes
83
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
69 additions
and
5 deletions
+69
-5
src/lib/i18n/locales/zh-CN/translation.json
src/lib/i18n/locales/zh-CN/translation.json
+35
-3
src/lib/i18n/locales/zh-TW/translation.json
src/lib/i18n/locales/zh-TW/translation.json
+32
-0
src/routes/auth/+page.svelte
src/routes/auth/+page.svelte
+2
-2
No files found.
src/lib/i18n/locales/zh-CN/translation.json
View file @
6e843ab5
This diff is collapsed.
Click to expand it.
src/lib/i18n/locales/zh-TW/translation.json
View file @
6e843ab5
This diff is collapsed.
Click to expand it.
src/routes/auth/+page.svelte
View file @
6e843ab5
...
@@ -121,11 +121,11 @@
...
@@ -121,11 +121,11 @@
<div class=" my-auto pb-16 text-left">
<div class=" my-auto pb-16 text-left">
<div>
<div>
<div class=" font-semibold text-yellow-600 text-4xl">
<div class=" font-semibold text-yellow-600 text-4xl">
Get up and running with <br />large language models, locally.
{$i18n.t('
Get up and running with
')}
<br />
{$i18n.t('
large language models, locally.
')}
</div>
</div>
<div class="mt-2 text-yellow-600 text-xl">
<div class="mt-2 text-yellow-600 text-xl">
Run Llama 2, Code Llama, and other models. Customize and create your own.
{$i18n.t('
Run Llama 2, Code Llama, and other models. Customize and create your own.
')}
</div>
</div>
</div>
</div>
</div>
</div>
...
...
Prev
1
2
3
4
5
Next
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