mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
[PR #4248] [CLOSED] i18n:Translation redone to pt-br #8223
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/4248
Author: @erickgodev
Created: 7/31/2024
Status: ❌ Closed
Base:
main← Head:i18n-correction-to-pt-br📝 Commits (10+)
8b71ce2refac: styling8ec3ed1refac: file handling8dc73fdenh: remove /health logging133f223feat: enter selects first model in list7e03624fix: send tags to upload doc handler in modal dialog376b2d0Merge pull request #3972 from jonathan-rohde/fix/missing-tags-add-doc-modal51bdb4cMerge pull request #3962 from thearyadev/feat/enter-to-select-modelc6eba8cenh: add e2e tests for document listc3f90baenh: add translation keysb42d288enh: add missing file📊 Changes
79 files changed (+2533 additions, -1015 deletions)
View changed files
📝
backend/apps/audio/main.py(+109 -47)📝
backend/apps/ollama/main.py(+2 -2)📝
backend/apps/openai/main.py(+8 -2)📝
backend/apps/rag/main.py(+7 -0)📝
backend/apps/webui/main.py(+26 -2)📝
backend/apps/webui/models/chats.py(+32 -0)📝
backend/apps/webui/routers/chats.py(+1 -1)📝
backend/config.py(+21 -0)📝
backend/main.py(+78 -46)📝
backend/requirements.txt(+7 -7)📝
backend/utils/misc.py(+15 -0)➕
cypress/data/example-doc.txt(+9 -0)➕
cypress/e2e/documents.cy.ts(+46 -0)📝
cypress/support/e2e.ts(+49 -0)📝
cypress/support/index.d.ts(+2 -0)📝
pyproject.toml(+2 -2)📝
src/lib/components/admin/Settings/Audio.svelte(+59 -2)📝
src/lib/components/admin/Settings/Documents.svelte(+3 -3)📝
src/lib/components/chat/Chat.svelte(+18 -10)📝
src/lib/components/chat/Controls/Controls.svelte(+16 -19)...and 59 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
Changed
Screenshots or Videos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.