[PR #1445] [MERGED] dev #20674

Closed
opened 2026-04-20 03:06:53 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/1445
Author: @tjbck
Created: 4/6/2024
Status: Merged
Merged: 4/6/2024
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (9)

  • 802eb3b Use locally bundled version of the LiteLLM cost map json
  • 7d64ada feat: translate portuguese brazil
  • 183b84b Merge pull request #1438 from MurielLima/main
  • d001d7a Merge pull request #1436 from lainedfles/feat/litellm-local-cost-map
  • 81dbc65 refac: pdf generation
  • 5a787ab refac: pdf styling
  • 318d4d1 Create translation.json
  • 8d0f3fb added tr-TR to languages.json
  • aed4763 Merge pull request #1443 from aguvener/main

📊 Changes

14 files changed (+847 additions, -52 deletions)

View changed files

📝 .env.example (+5 -1)
📝 Dockerfile (+4 -0)
📝 backend/apps/web/routers/utils.py (+56 -8)
📝 backend/requirements.txt (+2 -0)
backend/static/fonts/NotoSans-Bold.ttf (+0 -0)
backend/static/fonts/NotoSans-Italic.ttf (+0 -0)
backend/static/fonts/NotoSans-Regular.ttf (+0 -0)
backend/static/fonts/NotoSansJP-Regular.ttf (+0 -0)
backend/static/fonts/NotoSansKR-Regular.ttf (+0 -0)
📝 src/lib/apis/utils/index.ts (+26 -0)
📝 src/lib/components/layout/Navbar/Menu.svelte (+20 -43)
📝 src/lib/i18n/locales/languages.json (+8 -0)
src/lib/i18n/locales/pt-BR/translation.json (+363 -0)
src/lib/i18n/locales/tr-TR/translation.json (+363 -0)

📄 Description

No description provided


🔄 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/1445 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 4/6/2024 **Status:** ✅ Merged **Merged:** 4/6/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (9) - [`802eb3b`](https://github.com/open-webui/open-webui/commit/802eb3beec038b321753f375c8e68978753912a5) Use locally bundled version of the LiteLLM cost map json - [`7d64ada`](https://github.com/open-webui/open-webui/commit/7d64ada43e7fb0d28352923d3668dbed53c4e1ad) feat: translate portuguese brazil - [`183b84b`](https://github.com/open-webui/open-webui/commit/183b84beaee91e1eb8e48f77025b8ca0bfb8b2db) Merge pull request #1438 from MurielLima/main - [`d001d7a`](https://github.com/open-webui/open-webui/commit/d001d7afb12e686c2b9bd2549b9044539a443cb0) Merge pull request #1436 from lainedfles/feat/litellm-local-cost-map - [`81dbc65`](https://github.com/open-webui/open-webui/commit/81dbc65853905e22bb9e5c20f13caafdcbcc0fe2) refac: pdf generation - [`5a787ab`](https://github.com/open-webui/open-webui/commit/5a787ab2c591bdf48397246cd42f56e9d9fafd8a) refac: pdf styling - [`318d4d1`](https://github.com/open-webui/open-webui/commit/318d4d1ce15dd7bc7a44d2400b4e72f888ed2f1a) Create translation.json - [`8d0f3fb`](https://github.com/open-webui/open-webui/commit/8d0f3fbde9091a360726ffcf8ae9fcdeb3429654) added tr-TR to languages.json - [`aed4763`](https://github.com/open-webui/open-webui/commit/aed4763bfea4ab74375a9fff5f674a1617e4bded) Merge pull request #1443 from aguvener/main ### 📊 Changes **14 files changed** (+847 additions, -52 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+5 -1) 📝 `Dockerfile` (+4 -0) 📝 `backend/apps/web/routers/utils.py` (+56 -8) 📝 `backend/requirements.txt` (+2 -0) ➕ `backend/static/fonts/NotoSans-Bold.ttf` (+0 -0) ➕ `backend/static/fonts/NotoSans-Italic.ttf` (+0 -0) ➕ `backend/static/fonts/NotoSans-Regular.ttf` (+0 -0) ➕ `backend/static/fonts/NotoSansJP-Regular.ttf` (+0 -0) ➕ `backend/static/fonts/NotoSansKR-Regular.ttf` (+0 -0) 📝 `src/lib/apis/utils/index.ts` (+26 -0) 📝 `src/lib/components/layout/Navbar/Menu.svelte` (+20 -43) 📝 `src/lib/i18n/locales/languages.json` (+8 -0) ➕ `src/lib/i18n/locales/pt-BR/translation.json` (+363 -0) ➕ `src/lib/i18n/locales/tr-TR/translation.json` (+363 -0) </details> ### 📄 Description _No description provided_ --- <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-04-20 03:06:53 -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#20674