Added localisation support for the new chat timestamp.
Note: Since this is a i18n variable key, i added the possible keys as comment, so the are recognizes by the parser and don't get automatically removed
🔄 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/2033
**Author:** [@jannikstdl](https://github.com/jannikstdl)
**Created:** 5/7/2024
**Status:** ✅ Merged
**Merged:** 5/7/2024
**Merged by:** [@tjbck](https://github.com/tjbck)
**Base:** `dev` ← **Head:** `update-chat-timestamp-locale`
---
### 📝 Commits (4)
- [`755dd85`](https://github.com/open-webui/open-webui/commit/755dd85a20aa7693550bc822874be02462cd6752) Added localisation for the new chat timestamps
- [`11dcbb2`](https://github.com/open-webui/open-webui/commit/11dcbb2e15bf181c00bd8a2d94067bb05c1b8d3f) fix Submit button not beeing a i18n key
- [`f32094d`](https://github.com/open-webui/open-webui/commit/f32094dd4155b56ae8c924170db06051e0f5fcca) Added keys as comments so they dont get removed by the parser
- [`1b5d88d`](https://github.com/open-webui/open-webui/commit/1b5d88d0c0a443e4c32be3a6304c9477fd28bfd8) Merge branch 'dev' into update-chat-timestamp-locale
### 📊 Changes
**3 files changed** (+36 additions, -3 deletions)
<details>
<summary>View changed files</summary>
📝 `src/lib/components/chat/Messages/RateComment.svelte` (+1 -1)
📝 `src/lib/components/layout/Sidebar.svelte` (+19 -1)
📝 `src/lib/i18n/locales/de-DE/translation.json` (+16 -1)
</details>
### 📄 Description
- Added localisation support for the new chat timestamp.
Note: Since this is a i18n variable key, i added the possible keys as comment, so the are recognizes by the parser and don't get automatically removed
---
<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/2033
Author: @jannikstdl
Created: 5/7/2024
Status: ✅ Merged
Merged: 5/7/2024
Merged by: @tjbck
Base:
dev← Head:update-chat-timestamp-locale📝 Commits (4)
755dd85Added localisation for the new chat timestamps11dcbb2fix Submit button not beeing a i18n keyf32094dAdded keys as comments so they dont get removed by the parser1b5d88dMerge branch 'dev' into update-chat-timestamp-locale📊 Changes
3 files changed (+36 additions, -3 deletions)
View changed files
📝
src/lib/components/chat/Messages/RateComment.svelte(+1 -1)📝
src/lib/components/layout/Sidebar.svelte(+19 -1)📝
src/lib/i18n/locales/de-DE/translation.json(+16 -1)📄 Description
Note: Since this is a i18n variable key, i added the possible keys as comment, so the are recognizes by the parser and don't get automatically removed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.