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
755dd85a
"examples/community/test_onnx_controlnet.py" did not exist on "58fc8244881f2225803c85fa3179ac32b310cb9d"
Commit
755dd85a
authored
May 07, 2024
by
Jannik Streidl
Committed by
Jannik Streidl
May 07, 2024
Browse files
Added localisation for the new chat timestamps
parent
ab43bd17
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
2 deletions
+19
-2
src/lib/components/layout/Sidebar.svelte
src/lib/components/layout/Sidebar.svelte
+1
-1
src/lib/i18n/locales/de-DE/translation.json
src/lib/i18n/locales/de-DE/translation.json
+18
-1
No files found.
src/lib/components/layout/Sidebar.svelte
View file @
755dd85a
...
...
@@ -447,7 +447,7 @@
? ''
: 'pt-5'} pb-0.5"
>
{chat.time_range}
{
$i18n.t(
chat.time_range
)
}
</div>
{/if}
...
...
src/lib/i18n/locales/de-DE/translation.json
View file @
755dd85a
...
...
@@ -465,5 +465,22 @@
"You have shared this chat"
:
"Du hast diesen Chat"
,
"You're a helpful assistant."
:
"Du bist ein hilfreicher Assistent."
,
"You're now logged in."
:
"Du bist nun eingeloggt."
,
"Youtube"
:
""
"Youtube"
:
"YouTube"
,
"Help"
:
"Hilfe"
,
"Today"
:
"Heute"
,
"Yesterday"
:
"Gestern"
,
"Previous 7 days"
:
"Vorherige 7 Tage"
,
"Previous 30 days"
:
"Vorherige 30 Tage"
,
"January"
:
"Januar"
,
"February"
:
"Februar"
,
"March"
:
"März"
,
"April"
:
"April"
,
"May"
:
"Mai"
,
"June"
:
"Juni"
,
"July"
:
"Juli"
,
"August"
:
"August"
,
"September"
:
"September"
,
"October"
:
"Oktober"
,
"November"
:
"November"
,
"December"
:
"Dezember"
}
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