Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
Target branch: Please verify that the pull request targets the dev branch.
Description: Provide a concise description of the changes made in this pull request.
Changelog: Ensure a changelog entry following the format of Keep a Changelog is added at the bottom of the PR description.
Documentation: Have you updated relevant documentation Open WebUI Docs, or other documentation sources?
Dependencies: Are there any new dependencies? Have you updated the dependency versions in the documentation?
Testing: Have you written and run sufficient tests to validate the changes?
Code review: Have you performed a self-review of your code, addressing any coding standard issues and ensuring adherence to the project's coding standards?
Prefix: To clearly categorize this pull request, prefix the pull request title using one of the following:
BREAKING CHANGE: Significant changes that may affect compatibility
build: Changes that affect the build system or external dependencies
ci: Changes to our continuous integration processes or workflows
chore: Refactor, cleanup, or other non-functional code changes
docs: Documentation update or addition
feat: Introduces a new feature or enhancement to the codebase
fix: Bug fix or error correction
i18n: Internationalization or localization changes
perf: Performance improvement
refactor: Code restructuring for better maintainability, readability, or scalability
style: Changes that do not affect the meaning of the code (white space, formatting, missing semi-colons, etc.)
test: Adding missing tests or correcting existing tests
WIP: Work in progress, a temporary label for incomplete or ongoing work
Changelog Entry
Description
[Concisely describe the changes made in this pull request, including any relevant motivation and impact (e.g., fixing a bug, adding a feature, or improving performance)]
Added
[List any new features, functionalities, or additions]
Changed
[List any changes, updates, refactorings, or optimizations]
Deprecated
[List any deprecated functionality or features that have been removed]
Removed
[List any removed features, files, or functionalities]
Fixed
[List any fixes, corrections, or bug fixes]
Security
[List any new or updated security-related changes, including vulnerability fixes]
Breaking Changes
BREAKING CHANGE: [List any breaking changes affecting compatibility or functionality]
Additional Information
[Insert any additional context, notes, or explanations for the changes]
[Reference any related issues, commits, or other relevant information]
Screenshots or Videos
[Attach any relevant screenshots or videos demonstrating the changes]
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 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/13835
**Author:** [@JerdiPol](https://github.com/JerdiPol)
**Created:** 5/13/2025
**Status:** ❌ Closed
**Base:** `main` ← **Head:** `deltiongpt`
---
### 📝 Commits (10+)
- [`934ef5f`](https://github.com/open-webui/open-webui/commit/934ef5f59b19a8e0a79008107f48b5a7be43fd2a) initial commit
- [`189acd5`](https://github.com/open-webui/open-webui/commit/189acd5850fdb00fba2175b2ed77729a40be511b) Merge branch 'open-webui:main' into main
- [`f3ab698`](https://github.com/open-webui/open-webui/commit/f3ab698ed45886430bdc118b2387b5fe43ff8873) UI update
- [`03dd48f`](https://github.com/open-webui/open-webui/commit/03dd48f5dbafb14a78b47afaeaab4640ac2498de) local language
- [`f5215e0`](https://github.com/open-webui/open-webui/commit/f5215e0e5c3f0acbb63d329d054537874756e5f1) default language change
- [`54a5694`](https://github.com/open-webui/open-webui/commit/54a5694e4229232b2786a1df19d9e169865500a6) english language fix
- [`e98f202`](https://github.com/open-webui/open-webui/commit/e98f202ce743f91e38e3c5d5fe0c37d3ee42adfa) theme test
- [`3922dc3`](https://github.com/open-webui/open-webui/commit/3922dc347df6aa15bdf5d3e61c70a0b9a4f3c838) theme update
- [`2fa144a`](https://github.com/open-webui/open-webui/commit/2fa144a045d60bff2af7e9d81bac6a8c786fdd69) theme update
- [`712adbd`](https://github.com/open-webui/open-webui/commit/712adbd6f1043a455fadeb58d0433e1661b48f2d) language fix
### 📊 Changes
**40 files changed** (+341 additions, -328 deletions)
<details>
<summary>View changed files</summary>
📝 `backend/open_webui/config.py` (+3 -3)
📝 `backend/open_webui/env.py` (+2 -4)
📝 `docker-compose.yaml` (+7 -3)
📝 `src/app.css` (+23 -1)
📝 `src/app.html` (+124 -137)
📝 `src/lib/components/chat/ModelSelector/Selector.svelte` (+1 -1)
📝 `src/lib/components/chat/Placeholder.svelte` (+5 -1)
📝 `src/lib/components/chat/Settings/About.svelte` (+64 -146)
📝 `src/lib/components/chat/Settings/General.svelte` (+46 -23)
📝 `src/lib/components/chat/Suggestions.svelte` (+1 -1)
📝 `src/lib/components/layout/Sidebar.svelte` (+1 -1)
📝 `src/lib/constants.ts` (+1 -1)
📝 `src/lib/i18n/index.ts` (+1 -3)
📝 `src/tailwind.css` (+8 -0)
➕ `static/assets/fonts/BuenosAires-Black.woff2` (+0 -0)
➕ `static/assets/fonts/BuenosAires-BlackItalic.woff2` (+0 -0)
➕ `static/assets/fonts/BuenosAires-Bold.woff2` (+0 -0)
➕ `static/assets/fonts/BuenosAires-BoldItalic.woff2` (+0 -0)
➕ `static/assets/fonts/BuenosAires-Book.woff2` (+0 -0)
➕ `static/assets/fonts/BuenosAires-BookItalic.woff2` (+0 -0)
_...and 20 more files_
</details>
### 📄 Description
# Pull Request Checklist
### Note to first-time contributors: Please open a discussion post in [Discussions](https://github.com/open-webui/open-webui/discussions) and describe your changes before submitting a pull request.
**Before submitting, make sure you've checked the following:**
- [ ] **Target branch:** Please verify that the pull request targets the `dev` branch.
- [ ] **Description:** Provide a concise description of the changes made in this pull request.
- [ ] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description.
- [ ] **Documentation:** Have you updated relevant documentation [Open WebUI Docs](https://github.com/open-webui/docs), or other documentation sources?
- [ ] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation?
- [ ] **Testing:** Have you written and run sufficient tests to validate the changes?
- [ ] **Code review:** Have you performed a self-review of your code, addressing any coding standard issues and ensuring adherence to the project's coding standards?
- [ ] **Prefix:** To clearly categorize this pull request, prefix the pull request title using one of the following:
- **BREAKING CHANGE**: Significant changes that may affect compatibility
- **build**: Changes that affect the build system or external dependencies
- **ci**: Changes to our continuous integration processes or workflows
- **chore**: Refactor, cleanup, or other non-functional code changes
- **docs**: Documentation update or addition
- **feat**: Introduces a new feature or enhancement to the codebase
- **fix**: Bug fix or error correction
- **i18n**: Internationalization or localization changes
- **perf**: Performance improvement
- **refactor**: Code restructuring for better maintainability, readability, or scalability
- **style**: Changes that do not affect the meaning of the code (white space, formatting, missing semi-colons, etc.)
- **test**: Adding missing tests or correcting existing tests
- **WIP**: Work in progress, a temporary label for incomplete or ongoing work
# Changelog Entry
### Description
- [Concisely describe the changes made in this pull request, including any relevant motivation and impact (e.g., fixing a bug, adding a feature, or improving performance)]
### Added
- [List any new features, functionalities, or additions]
### Changed
- [List any changes, updates, refactorings, or optimizations]
### Deprecated
- [List any deprecated functionality or features that have been removed]
### Removed
- [List any removed features, files, or functionalities]
### Fixed
- [List any fixes, corrections, or bug fixes]
### Security
- [List any new or updated security-related changes, including vulnerability fixes]
### Breaking Changes
- **BREAKING CHANGE**: [List any breaking changes affecting compatibility or functionality]
---
### Additional Information
- [Insert any additional context, notes, or explanations for the changes]
- [Reference any related issues, commits, or other relevant information]
### Screenshots or Videos
- [Attach any relevant screenshots or videos demonstrating the changes]
### Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the [Contributor License Agreement (CLA)](/CONTRIBUTOR_LICENSE_AGREEMENT), and I am providing my contributions under its terms.
---
<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/13835
Author: @JerdiPol
Created: 5/13/2025
Status: ❌ Closed
Base:
main← Head:deltiongpt📝 Commits (10+)
934ef5finitial commit189acd5Merge branch 'open-webui:main' into mainf3ab698UI update03dd48flocal languagef5215e0default language change54a5694english language fixe98f202theme test3922dc3theme update2fa144atheme update712adbdlanguage fix📊 Changes
40 files changed (+341 additions, -328 deletions)
View changed files
📝
backend/open_webui/config.py(+3 -3)📝
backend/open_webui/env.py(+2 -4)📝
docker-compose.yaml(+7 -3)📝
src/app.css(+23 -1)📝
src/app.html(+124 -137)📝
src/lib/components/chat/ModelSelector/Selector.svelte(+1 -1)📝
src/lib/components/chat/Placeholder.svelte(+5 -1)📝
src/lib/components/chat/Settings/About.svelte(+64 -146)📝
src/lib/components/chat/Settings/General.svelte(+46 -23)📝
src/lib/components/chat/Suggestions.svelte(+1 -1)📝
src/lib/components/layout/Sidebar.svelte(+1 -1)📝
src/lib/constants.ts(+1 -1)📝
src/lib/i18n/index.ts(+1 -3)📝
src/tailwind.css(+8 -0)➕
static/assets/fonts/BuenosAires-Black.woff2(+0 -0)➕
static/assets/fonts/BuenosAires-BlackItalic.woff2(+0 -0)➕
static/assets/fonts/BuenosAires-Bold.woff2(+0 -0)➕
static/assets/fonts/BuenosAires-BoldItalic.woff2(+0 -0)➕
static/assets/fonts/BuenosAires-Book.woff2(+0 -0)➕
static/assets/fonts/BuenosAires-BookItalic.woff2(+0 -0)...and 20 more files
📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.