[PR #24268] [CLOSED] fix/i18n tunisian restoration #82442

Closed
opened 2026-05-13 16:58:04 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/24268
Author: @malek10xdev
Created: 4/30/2026
Status: Closed

Base: mainHead: fix/i18n-tunisian-restoration


📝 Commits (10+)

📊 Changes

61 files changed (+207 additions, -104 deletions)

View changed files

📝 backend/open_webui/__init__.py (+5 -5)
📝 backend/open_webui/env.py (+0 -2)
📝 backend/open_webui/static/apple-touch-icon.png (+0 -0)
📝 backend/open_webui/static/favicon-96x96.png (+0 -0)
📝 backend/open_webui/static/favicon-dark.png (+0 -0)
📝 backend/open_webui/static/favicon.ico (+0 -0)
📝 backend/open_webui/static/favicon.png (+0 -0)
📝 backend/open_webui/static/favicon.svg (+0 -0)
📝 backend/open_webui/static/logo.png (+0 -0)
📝 backend/open_webui/static/splash-dark.png (+0 -0)
📝 backend/open_webui/static/splash.png (+0 -0)
📝 backend/open_webui/static/web-app-manifest-192x192.png (+0 -0)
📝 backend/open_webui/static/web-app-manifest-512x512.png (+0 -0)
📝 src/app.css (+13 -1)
📝 src/app.html (+0 -7)
📝 src/lib/components/calendar/CalendarSidebar.svelte (+2 -2)
📝 src/lib/components/calendar/CalendarView.svelte (+3 -3)
📝 src/lib/components/channel/MessageInput.svelte (+2 -2)
📝 src/lib/components/chat/ChatPlaceholder.svelte (+2 -6)
📝 src/lib/components/chat/ContentRenderer/FloatingButtons.svelte (+1 -1)

...and 41 more files

📄 Description

  • change icons
  • Update app.html
  • theme
  • change logo
  • Update translation.json
  • Update __init__.py
  • Update app.css
  • use 8081
  • coffee
  • Update app.css
  • remove (Open WebUI)
  • Update app.css
  • Update translation.json
  • Update app.css
  • Update General.svelte
  • change font to Lexend Deca
  • remove rounded avatar borders
  • tn i18n
  • longer suggestions
  • input and suggestions ui
  • i18n
  • update logo
  • Update MessageInput.svelte
  • rm comments from title
  • use 8080
  • use 8080
  • fix theme
  • fix theme
  • fix theme
  • fix theme
  • change font
  • load fonts
  • load fonts
  • fix theme error on login
  • remove "suggested" text
  • change suggested buttons style
  • change blue notifications color
  • hide tools from message-input-container footer
  • hide nav
  • change blue in calendar to brand colors
  • change voice mode color
  • hide some settings tabs
  • make 'account' the default settings tab
  • update blue to brown
  • apply 'Harmattan' font to '.line-clamp-1'
  • fix(i18n): restore i18n system and add Tunisian Arabic (ar-TN) locale

🔄 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/24268 **Author:** [@malek10xdev](https://github.com/malek10xdev) **Created:** 4/30/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/i18n-tunisian-restoration` --- ### 📝 Commits (10+) - [`e521ff8`](https://github.com/open-webui/open-webui/commit/e521ff8a388863e3aef0af51e955ab904a7a8646) change icons - [`210d08a`](https://github.com/open-webui/open-webui/commit/210d08ad0dd99a005aa0b196dd97ad4587e53f46) Update app.html - [`e5abecf`](https://github.com/open-webui/open-webui/commit/e5abecf26ac3abcfe04b33375aecf071b26f7673) theme - [`96b914f`](https://github.com/open-webui/open-webui/commit/96b914f685caca84cda09129d4eaa50a5f9193de) change logo - [`f9880a7`](https://github.com/open-webui/open-webui/commit/f9880a72ad11780d9325c8e9ac21d62c0bf1eef3) Update translation.json - [`6627ffb`](https://github.com/open-webui/open-webui/commit/6627ffbf422f44d33b027ef6a1070de24cf4e0d1) Update __init__.py - [`81c006f`](https://github.com/open-webui/open-webui/commit/81c006f7ebd9445573730e2d28f6555c889336b2) Update app.css - [`986b248`](https://github.com/open-webui/open-webui/commit/986b24867b0813a4dab2336baea1dc4eed43f273) use 8081 - [`e3823d7`](https://github.com/open-webui/open-webui/commit/e3823d7c7c75b1f456094a2e42a61c8d492cf20e) coffee - [`55e3f88`](https://github.com/open-webui/open-webui/commit/55e3f88420ec8886fd14aeab0aba43372350f77d) Update app.css ### 📊 Changes **61 files changed** (+207 additions, -104 deletions) <details> <summary>View changed files</summary> 📝 `backend/open_webui/__init__.py` (+5 -5) 📝 `backend/open_webui/env.py` (+0 -2) 📝 `backend/open_webui/static/apple-touch-icon.png` (+0 -0) 📝 `backend/open_webui/static/favicon-96x96.png` (+0 -0) 📝 `backend/open_webui/static/favicon-dark.png` (+0 -0) 📝 `backend/open_webui/static/favicon.ico` (+0 -0) 📝 `backend/open_webui/static/favicon.png` (+0 -0) 📝 `backend/open_webui/static/favicon.svg` (+0 -0) 📝 `backend/open_webui/static/logo.png` (+0 -0) 📝 `backend/open_webui/static/splash-dark.png` (+0 -0) 📝 `backend/open_webui/static/splash.png` (+0 -0) 📝 `backend/open_webui/static/web-app-manifest-192x192.png` (+0 -0) 📝 `backend/open_webui/static/web-app-manifest-512x512.png` (+0 -0) 📝 `src/app.css` (+13 -1) 📝 `src/app.html` (+0 -7) 📝 `src/lib/components/calendar/CalendarSidebar.svelte` (+2 -2) 📝 `src/lib/components/calendar/CalendarView.svelte` (+3 -3) 📝 `src/lib/components/channel/MessageInput.svelte` (+2 -2) 📝 `src/lib/components/chat/ChatPlaceholder.svelte` (+2 -6) 📝 `src/lib/components/chat/ContentRenderer/FloatingButtons.svelte` (+1 -1) _...and 41 more files_ </details> ### 📄 Description - **change icons** - **Update app.html** - **theme** - **change logo** - **Update translation.json** - **Update __init__.py** - **Update app.css** - **use 8081** - **coffee** - **Update app.css** - **remove (Open WebUI)** - **Update app.css** - **Update translation.json** - **Update app.css** - **Update General.svelte** - **change font to Lexend Deca** - **remove rounded avatar borders** - **tn i18n** - **longer suggestions** - **input and suggestions ui** - **i18n** - **update logo** - **Update MessageInput.svelte** - **rm comments from title** - **use 8080** - **use 8080** - **fix theme** - **fix theme** - **fix theme** - **fix theme** - **change font** - **load fonts** - **load fonts** - **fix theme error on login** - **remove "suggested" text** - **change suggested buttons style** - **change blue notifications color** - **hide tools from message-input-container footer** - **hide nav** - **change blue in calendar to brand colors** - **change voice mode color** - **hide some settings tabs** - **make 'account' the default settings tab** - **update blue to brown** - **apply 'Harmattan' font to '.line-clamp-1'** - **fix(i18n): restore i18n system and add Tunisian Arabic (ar-TN) locale** --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-13 16:58:04 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#82442