Original PR: https://github.com/open-webui/open-webui/pull/3887 Author: @OriginalSimon Created: 7/15/2024 Status: ✅ Merged Merged: 7/15/2024 Merged by: @tjbck
Base: dev ← Head: dev
dev
e19c327
c97d4bb
736d858
8102347
917dde7
07283ca
fa26b8d
3668179
0aacb95
9e258ea
44 files changed (+1105 additions, -69 deletions)
📝 src/lib/components/workspace/Functions.svelte (+8 -8) 📝 src/lib/components/workspace/Functions/FunctionEditor.svelte (+14 -12) 📝 src/lib/components/workspace/Tools.svelte (+9 -7) 📝 src/lib/components/workspace/Tools/ToolkitEditor.svelte (+16 -12) 📝 src/lib/components/workspace/common/ManifestModal.svelte (+12 -10) 📝 src/lib/i18n/locales/ar-BH/translation.json (+27 -0) 📝 src/lib/i18n/locales/bg-BG/translation.json (+27 -0) 📝 src/lib/i18n/locales/bn-BD/translation.json (+27 -0) 📝 src/lib/i18n/locales/ca-ES/translation.json (+27 -0) 📝 src/lib/i18n/locales/ceb-PH/translation.json (+27 -0) 📝 src/lib/i18n/locales/de-DE/translation.json (+27 -0) 📝 src/lib/i18n/locales/dg-DG/translation.json (+27 -0) 📝 src/lib/i18n/locales/en-GB/translation.json (+27 -0) 📝 src/lib/i18n/locales/en-US/translation.json (+27 -0) 📝 src/lib/i18n/locales/es-ES/translation.json (+27 -0) 📝 src/lib/i18n/locales/fa-IR/translation.json (+27 -0) 📝 src/lib/i18n/locales/fi-FI/translation.json (+27 -0) 📝 src/lib/i18n/locales/fr-CA/translation.json (+27 -0) 📝 src/lib/i18n/locales/fr-FR/translation.json (+27 -0) 📝 src/lib/i18n/locales/he-IL/translation.json (+27 -0)
src/lib/components/workspace/Functions.svelte
src/lib/components/workspace/Functions/FunctionEditor.svelte
src/lib/components/workspace/Tools.svelte
src/lib/components/workspace/Tools/ToolkitEditor.svelte
src/lib/components/workspace/common/ManifestModal.svelte
src/lib/i18n/locales/ar-BH/translation.json
src/lib/i18n/locales/bg-BG/translation.json
src/lib/i18n/locales/bn-BD/translation.json
src/lib/i18n/locales/ca-ES/translation.json
src/lib/i18n/locales/ceb-PH/translation.json
src/lib/i18n/locales/de-DE/translation.json
src/lib/i18n/locales/dg-DG/translation.json
src/lib/i18n/locales/en-GB/translation.json
src/lib/i18n/locales/en-US/translation.json
src/lib/i18n/locales/es-ES/translation.json
src/lib/i18n/locales/fa-IR/translation.json
src/lib/i18n/locales/fi-FI/translation.json
src/lib/i18n/locales/fr-CA/translation.json
src/lib/i18n/locales/fr-FR/translation.json
src/lib/i18n/locales/he-IL/translation.json
...and 24 more files
Before submitting, make sure you've checked the following:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/3887
Author: @OriginalSimon
Created: 7/15/2024
Status: ✅ Merged
Merged: 7/15/2024
Merged by: @tjbck
Base:
dev← Head:dev📝 Commits (10+)
e19c327update Ukrainian translationc97d4bbadd i18n keys736d858Merge branch 'open-webui:dev' into dev8102347Fix i18n string syntax917dde7Fix i18n string syntax07283caMerge branch 'dev' of https://github.com/OriginalSimon/open-webui into devfa26b8drefac3668179refac 20aacb95add Ukrainian translation for new keys9e258eaadd i18n keys📊 Changes
44 files changed (+1105 additions, -69 deletions)
View changed files
📝
src/lib/components/workspace/Functions.svelte(+8 -8)📝
src/lib/components/workspace/Functions/FunctionEditor.svelte(+14 -12)📝
src/lib/components/workspace/Tools.svelte(+9 -7)📝
src/lib/components/workspace/Tools/ToolkitEditor.svelte(+16 -12)📝
src/lib/components/workspace/common/ManifestModal.svelte(+12 -10)📝
src/lib/i18n/locales/ar-BH/translation.json(+27 -0)📝
src/lib/i18n/locales/bg-BG/translation.json(+27 -0)📝
src/lib/i18n/locales/bn-BD/translation.json(+27 -0)📝
src/lib/i18n/locales/ca-ES/translation.json(+27 -0)📝
src/lib/i18n/locales/ceb-PH/translation.json(+27 -0)📝
src/lib/i18n/locales/de-DE/translation.json(+27 -0)📝
src/lib/i18n/locales/dg-DG/translation.json(+27 -0)📝
src/lib/i18n/locales/en-GB/translation.json(+27 -0)📝
src/lib/i18n/locales/en-US/translation.json(+27 -0)📝
src/lib/i18n/locales/es-ES/translation.json(+27 -0)📝
src/lib/i18n/locales/fa-IR/translation.json(+27 -0)📝
src/lib/i18n/locales/fi-FI/translation.json(+27 -0)📝
src/lib/i18n/locales/fr-CA/translation.json(+27 -0)📝
src/lib/i18n/locales/fr-FR/translation.json(+27 -0)📝
src/lib/i18n/locales/he-IL/translation.json(+27 -0)...and 24 more files
📄 Description
Pull Request Checklist
Before submitting, make sure you've checked the following:
devbranch.Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.