i fixed, that the temporary chat translations will work, currently in all languages it is "Temporary Chat" cause the i18n is not used within the Placeholder.svelte and ChatPlaceholder.svelte i also add translation for enforce temporary chat in german
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/open-webui/open-webui/pull/12259
**Author:** [@weisser-dev](https://github.com/weisser-dev)
**Created:** 4/1/2025
**Status:** ✅ Merged
**Merged:** 4/1/2025
**Merged by:** [@tjbck](https://github.com/tjbck)
**Base:** `dev` ← **Head:** `dev`
---
### 📝 Commits (3)
- [`abba7c1`](https://github.com/open-webui/open-webui/commit/abba7c128c2b38199ff1a50a9de1fb277d4c840a) [FEAT]-Adjust Translations for temporary chat
- [`c8210d4`](https://github.com/open-webui/open-webui/commit/c8210d4043d99c470d7f49a406dcee25a4bea388) upated like in PR discussed
- [`70bb056`](https://github.com/open-webui/open-webui/commit/70bb0562f3632d351a112fab2bde17c4d1b059aa) Merge branch 'open-webui:dev' into dev
### 📊 Changes
**5 files changed** (+25 additions, -22 deletions)
<details>
<summary>View changed files</summary>
📝 `src/lib/components/chat/ChatPlaceholder.svelte` (+10 -10)
📝 `src/lib/components/chat/Placeholder.svelte` (+10 -10)
📝 `src/lib/i18n/locales/de-DE/translation.json` (+3 -2)
📝 `src/lib/i18n/locales/en-GB/translation.json` (+1 -0)
📝 `src/lib/i18n/locales/en-US/translation.json` (+1 -0)
</details>
### 📄 Description
i fixed, that the temporary chat translations will work, currently in all languages it is "Temporary Chat" cause the i18n is not used within the Placeholder.svelte and ChatPlaceholder.svelte i also add translation for enforce temporary chat in german
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/12259
Author: @weisser-dev
Created: 4/1/2025
Status: ✅ Merged
Merged: 4/1/2025
Merged by: @tjbck
Base:
dev← Head:dev📝 Commits (3)
abba7c1[FEAT]-Adjust Translations for temporary chatc8210d4upated like in PR discussed70bb056Merge branch 'open-webui:dev' into dev📊 Changes
5 files changed (+25 additions, -22 deletions)
View changed files
📝
src/lib/components/chat/ChatPlaceholder.svelte(+10 -10)📝
src/lib/components/chat/Placeholder.svelte(+10 -10)📝
src/lib/i18n/locales/de-DE/translation.json(+3 -2)📝
src/lib/i18n/locales/en-GB/translation.json(+1 -0)📝
src/lib/i18n/locales/en-US/translation.json(+1 -0)📄 Description
i fixed, that the temporary chat translations will work, currently in all languages it is "Temporary Chat" cause the i18n is not used within the Placeholder.svelte and ChatPlaceholder.svelte i also add translation for enforce temporary chat in german
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.