Athanasios Oikonomou
657162e96d
feat(ocr): add support for Docling OCR engine and language configuration
...
This commit adds support for configuring the OCR engine and language(s) for Docling.
Configuration can be set via the environment variables `DOCLING_OCR_ENGINE` and `DOCLING_OCR_LANG`, or through the UI.
Fixes #13133
2025-05-03 00:32:06 +03:00
Timothy Jaeryang Baek
c1ddb00377
refac: styling
2025-05-02 14:19:53 +04:00
Timothy Jaeryang Baek
74f160b849
refac
2025-05-02 14:16:11 +04:00
Tim Jaeryang Baek
11d599c55d
Merge pull request #13111 from tth37/perf_multi_thread_web_searching
...
perf: Concurrent processing for web search queries
2025-05-02 03:15:49 -07:00
Tim Jaeryang Baek
3013ce2d1a
Merge pull request #13415 from TiancongLx/dev
...
i18n: update zh-TW
2025-05-02 03:04:39 -07:00
Timothy Jaeryang Baek
c258272709
refac
2025-05-02 13:37:41 +04:00
flefevre
fb8a7e8549
Merge branch 'dev' into dev-i8n-french
2025-05-01 20:17:50 +02:00
Francois LE FEVRE
754a3c4cb9
last elements to translate into french
2025-05-01 20:07:56 +02:00
Tiancong Li
725761ad6b
i18n: update zh-TW
2025-05-01 22:56:47 +08:00
Francois LE FEVRE
57cb030a24
seconde review on french translation
2025-05-01 15:59:52 +02:00
Francois LE FEVRE
12626107b6
first elements translated in french
2025-05-01 15:46:58 +02:00
Timothy Jaeryang Baek
5d5e351937
feat: notes scaffolding
Deploy to HuggingFace Spaces / check-secret (push) Waiting to run
Deploy to HuggingFace Spaces / deploy (push) Blocked by required conditions
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / merge-main-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-cuda-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-ollama-images (push) Blocked by required conditions
Python CI / Format Backend (3.11.x) (push) Waiting to run
Python CI / Format Backend (3.12.x) (push) Waiting to run
Frontend Build / Format & Build Frontend (push) Waiting to run
Frontend Build / Frontend Unit Tests (push) Waiting to run
2025-05-01 16:39:36 +04:00
Tim Jaeryang Baek
6f2d61dc4f
Merge pull request #13398 from hurxxxx/i18n-korean
...
i18n: Update Korean translation.json and parsed messages
2025-05-01 04:48:56 -07:00
Tim Jaeryang Baek
e57f2c928a
Merge pull request #13379 from NoMoreFood/dev
...
feat: Azure STT Allow Base URL & Max Speaker Setting
2025-04-30 22:26:18 -07:00
hurxxxx
513d5c8bf5
Fix typos
2025-05-01 13:21:15 +09:00
hurxxxx
d72e41c563
Consolidate duplicate messages into a single one
2025-05-01 13:16:47 +09:00
hurxxxx
1ca5d532b8
chore(i18n): update parsed i18n data and Korean translations
2025-05-01 13:00:27 +09:00
hurxxxx
f46c7d53b7
update Korean translation
2025-05-01 12:55:07 +09:00
hurxxxx
a7cbf62c68
update Korean translation
2025-05-01 12:43:19 +09:00
Tim Jaeryang Baek
336d20fa33
Merge pull request #13364 from NovoNordisk-OpenSource/websocket-behind-auth
...
refactor: hiding websocket initalization behind authentication
2025-04-30 13:35:27 -07:00
Timothy Jaeryang Baek
dadfa5f043
refac: HTML_FILE_ID handling
2025-05-01 00:32:29 +04:00
Timothy Jaeryang Baek
e52e45d613
refac: collapsible
Deploy to HuggingFace Spaces / check-secret (push) Waiting to run
Deploy to HuggingFace Spaces / deploy (push) Blocked by required conditions
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / merge-main-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-cuda-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-ollama-images (push) Blocked by required conditions
Python CI / Format Backend (3.11.x) (push) Waiting to run
Python CI / Format Backend (3.12.x) (push) Waiting to run
Frontend Build / Format & Build Frontend (push) Waiting to run
Frontend Build / Frontend Unit Tests (push) Waiting to run
2025-04-30 22:26:07 +04:00
shcodenick
4c81b6ebc5
hiding websocket initalization behind authentication
2025-04-30 15:05:57 +02:00
Timothy Jaeryang Baek
783d409b1d
refac
2025-04-30 16:58:38 +04:00
Timothy Jaeryang Baek
c1fa989cb8
refac: styling
2025-04-30 16:54:51 +04:00
Bryan Berns
6c8a9d000e
Azure STT Allow Base URL & Max Speaker Setting
2025-04-30 08:51:01 -04:00
Timothy Jaeryang Baek
f9d238e850
refac: user list sub-standard code
2025-04-30 16:49:41 +04:00
Tim Jaeryang Baek
db06a925fe
Merge pull request #13267 from AnapatChaiwongse/dev
...
feat: implement pagination for /admin/users
2025-04-30 05:04:14 -07:00
Tim Jaeryang Baek
e87f2669fa
Merge pull request #13191 from tth37/feat_firecrawl_search_engine
...
feat: Add Firecrawl search engine
2025-04-29 08:38:28 -07:00
Tim Jaeryang Baek
8f4be09dd2
Merge pull request #13315 from aleixdorca/dev
...
i18n: Update Catalan translation.json
2025-04-29 08:35:28 -07:00
Tim Jaeryang Baek
7b863465a9
Merge pull request #13311 from stephen304/yacy-support
...
feat: Yacy search support
2025-04-29 08:35:10 -07:00
Aleix Dorca
bc88a9bc8b
Update Catalan translation.json
2025-04-29 07:04:16 +02:00
Tim Jaeryang Baek
5a1c4dbe1b
Merge pull request #13279 from panda44312/patch-14
...
i18n: zh-cn
2025-04-28 11:17:24 -07:00
Panda
63e4d1ea41
i18n: fix
2025-04-28 18:22:36 +02:00
Timothy Jaeryang Baek
3ac74a4fcb
refac: styling
2025-04-28 18:21:48 +04:00
Timothy Jaeryang Baek
63fe426a52
chore: format
2025-04-28 17:46:05 +04:00
Timothy Jaeryang Baek
ee8de1ee0b
refac: disable jwt display for non-admin users
2025-04-28 17:45:17 +04:00
Timothy Jaeryang Baek
791c19acf7
enh: unicode char support for user import
2025-04-28 17:26:19 +04:00
Tim Jaeryang Baek
a9999833d2
Merge pull request #13185 from Chayud-Ac/feature-thai-i18n
...
fix(i18n): improve Thai translations
2025-04-28 06:16:20 -07:00
Timothy Jaeryang Baek
9398c843d3
refac
2025-04-28 17:08:07 +04:00
Tim Jaeryang Baek
146a08c68f
Merge branch 'dev' into patch-1
2025-04-28 05:49:50 -07:00
Panda
ec496de593
i18n: zh-cn
2025-04-28 11:05:06 +02:00
Stefan Schultheis, OE1SCS
d9186e138b
Update de-DE translation.json
...
added a few translations and corrected some typos
2025-04-28 08:21:21 +02:00
KaeOhhhh
2112067054
Support pagination in /admin/users API
...
Update Users.svelte
Update index.ts
Update users.py
Update users.py
Update UserList.svelte
2025-04-28 11:29:42 +07:00
Stephen Smith
240d91d38d
Add yacy config for user/pass, automatically add yacy json api path
2025-04-26 22:28:30 -04:00
Stephen Smith
0f73b96616
first pass at yacy support copied from searxng
2025-04-26 14:07:13 -04:00
Timothy Jaeryang Baek
1349bc47b1
fix: chat message input ui styling
Deploy to HuggingFace Spaces / check-secret (push) Has been cancelled
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Has been cancelled
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Has been cancelled
Create and publish Docker images with specific build args / build-cuda-image (linux/amd64) (push) Has been cancelled
Create and publish Docker images with specific build args / build-cuda-image (linux/arm64) (push) Has been cancelled
Create and publish Docker images with specific build args / build-ollama-image (linux/amd64) (push) Has been cancelled
Create and publish Docker images with specific build args / build-ollama-image (linux/arm64) (push) Has been cancelled
Frontend Build / Format & Build Frontend (push) Has been cancelled
Frontend Build / Frontend Unit Tests (push) Has been cancelled
Deploy to HuggingFace Spaces / deploy (push) Has been cancelled
Create and publish Docker images with specific build args / merge-main-images (push) Has been cancelled
Create and publish Docker images with specific build args / merge-cuda-images (push) Has been cancelled
Create and publish Docker images with specific build args / merge-ollama-images (push) Has been cancelled
2025-04-25 14:21:58 +09:00
tth37
92dbeb1939
feat: Add Firecrawl search engine
2025-04-24 14:57:28 +08:00
Chayud
86b9f252c6
fix(i18n): improve Thai translations
2025-04-24 10:35:02 +07:00
Timothy Jaeryang Baek
0b5514f376
refac
Deploy to HuggingFace Spaces / check-secret (push) Has been cancelled
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Has been cancelled
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Has been cancelled
Create and publish Docker images with specific build args / build-cuda-image (linux/amd64) (push) Has been cancelled
Create and publish Docker images with specific build args / build-cuda-image (linux/arm64) (push) Has been cancelled
Create and publish Docker images with specific build args / build-ollama-image (linux/amd64) (push) Has been cancelled
Create and publish Docker images with specific build args / build-ollama-image (linux/arm64) (push) Has been cancelled
Python CI / Format Backend (3.11.x) (push) Has been cancelled
Python CI / Format Backend (3.12.x) (push) Has been cancelled
Frontend Build / Format & Build Frontend (push) Has been cancelled
Frontend Build / Frontend Unit Tests (push) Has been cancelled
Deploy to HuggingFace Spaces / deploy (push) Has been cancelled
Create and publish Docker images with specific build args / merge-main-images (push) Has been cancelled
Create and publish Docker images with specific build args / merge-cuda-images (push) Has been cancelled
Create and publish Docker images with specific build args / merge-ollama-images (push) Has been cancelled
2025-04-24 03:16:46 +09:00
Timothy Jaeryang Baek
28ec3069de
enh: exp token check
2025-04-24 03:12:22 +09:00
Peter Dave Hello
c798adb04c
i18n: improve zh-TW Traditional Chinese locale
2025-04-24 00:37:15 +08:00
Tim Jaeryang Baek
2b10b378b6
Merge pull request #13170 from TiancongLx/dev
...
Deploy to HuggingFace Spaces / check-secret (push) Waiting to run
Deploy to HuggingFace Spaces / deploy (push) Blocked by required conditions
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / merge-main-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-cuda-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-ollama-images (push) Blocked by required conditions
Frontend Build / Format & Build Frontend (push) Waiting to run
Frontend Build / Frontend Unit Tests (push) Waiting to run
i18n: update zh-TW
2025-04-23 08:22:27 -07:00
Tiancong Li
afdba443f4
i18n: update zh-TW
2025-04-23 21:28:46 +08:00
Ole Guldberg
176ff56e85
Merge branch 'update-danish-translation' of https://github.com/oleguldberg/open-webui into update-danish-translation
2025-04-23 12:30:19 +02:00
Ole Guldberg
f2765bee72
More Danish Translation
...
i18n - add to Danish translation. Made agains -dev.
2025-04-23 12:25:32 +02:00
Ole Guldberg
497a7b4ded
More Danish Translation
...
i18n - add to Danish translation. Made agains -dev.
2025-04-23 12:06:17 +02:00
Timothy Jaeryang Baek
5030041683
chore: format
Deploy to HuggingFace Spaces / check-secret (push) Waiting to run
Deploy to HuggingFace Spaces / deploy (push) Blocked by required conditions
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / merge-main-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-cuda-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-ollama-images (push) Blocked by required conditions
Python CI / Format Backend (3.11.x) (push) Waiting to run
Python CI / Format Backend (3.12.x) (push) Waiting to run
Frontend Build / Format & Build Frontend (push) Waiting to run
Frontend Build / Frontend Unit Tests (push) Waiting to run
2025-04-23 16:05:15 +09:00
Timothy Jaeryang Baek
2f7b5acdf8
enh: chat share & export permissions
2025-04-23 14:43:33 +09:00
Tim Jaeryang Baek
7937ed3ee1
Merge pull request #13144 from PeterDaveHello/FixI18nInMultiResponseMessages
...
i18n: Add missing i18n locale for "Merged Response" string
2025-04-22 20:38:37 -07:00
Peter Dave Hello
4eb6985c1b
i18n: improve zh-TW Traditional Chinese locale
2025-04-23 02:03:07 +08:00
Peter Dave Hello
5f81755b86
i18n: Add missing i18n locale for "Merged Response" string
2025-04-23 02:01:18 +08:00
tth37
5b9c1de3d1
fix: Translatable 'Searching the web'
2025-04-22 01:24:30 +08:00
Timothy Jaeryang Baek
1a6e4c2948
refac
2025-04-19 23:40:31 -07:00
Timothy Jaeryang Baek
6fd082d55f
enh: html token (allow yt embed)
2025-04-19 23:38:08 -07:00
Timothy Jaeryang Baek
f4de3b4c45
enh: notificationSoundAlways option
Deploy to HuggingFace Spaces / check-secret (push) Waiting to run
Deploy to HuggingFace Spaces / deploy (push) Blocked by required conditions
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / merge-main-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-cuda-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-ollama-images (push) Blocked by required conditions
Frontend Build / Format & Build Frontend (push) Waiting to run
Frontend Build / Frontend Unit Tests (push) Waiting to run
2025-04-19 23:13:19 -07:00
Timothy Jaeryang Baek
48637893b1
fix: scroll on branch change w/ multi response chat
Deploy to HuggingFace Spaces / check-secret (push) Waiting to run
Deploy to HuggingFace Spaces / deploy (push) Blocked by required conditions
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / merge-main-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-cuda-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-ollama-images (push) Blocked by required conditions
Python CI / Format Backend (3.11.x) (push) Waiting to run
Python CI / Format Backend (3.12.x) (push) Waiting to run
Frontend Build / Format & Build Frontend (push) Waiting to run
Frontend Build / Frontend Unit Tests (push) Waiting to run
2025-04-19 04:09:46 -07:00
Timothy Jaeryang Baek
463d7fb628
refac: openapi to tool spec
2025-04-19 03:46:06 -07:00
Timothy Jaeryang Baek
ad8c8da438
refac
2025-04-19 02:47:48 -07:00
Timothy Jaeryang Baek
f0447b24ab
refac: wording
2025-04-19 01:51:40 -07:00
Tim Jaeryang Baek
87844a8042
Merge pull request #12822 from tth37/feat_external_search_loader
...
feat: Support for Self-Hosted/External Web Search/Loader Engines
2025-04-18 23:51:27 -07:00
Tim Jaeryang Baek
6101067ea4
Merge pull request #12974 from holmlund/fix/prompts-international
...
fix: improve international character handling in prompt commands
2025-04-18 18:19:12 -07:00
Timothy Jaeryang Baek
8b9527d887
refac
2025-04-18 17:14:09 -07:00
Timothy Jaeryang Baek
a5476ef7d8
refac
2025-04-18 17:10:44 -07:00
Timothy Jaeryang Baek
60d84a3aae
chore: license "branding" clause
2025-04-18 14:49:20 -07:00
Erfan Asadi
527c5e73dc
fix: revert اولاما to ollama after feedback
2025-04-18 18:56:01 +03:30
Erfan Asadi
2ecfd3dbed
Merge branch 'dev' of https://github.com/erandow/open-webui into translate-persian-texts
2025-04-18 18:55:14 +03:30
Erfan Asadi
5989b6ca12
Merge branch 'main' of https://github.com/erandow/open-webui into translate-persian-texts
2025-04-18 18:54:35 +03:30
Erfan Asadi
e3af831db1
feat: translate the remaining texts in persian
2025-04-18 18:38:06 +03:30
Timothy Jaeryang Baek
0d09e46281
refac
Deploy to HuggingFace Spaces / check-secret (push) Waiting to run
Deploy to HuggingFace Spaces / deploy (push) Blocked by required conditions
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / merge-main-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-cuda-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-ollama-images (push) Blocked by required conditions
Python CI / Format Backend (3.11.x) (push) Waiting to run
Python CI / Format Backend (3.12.x) (push) Waiting to run
Frontend Build / Format & Build Frontend (push) Waiting to run
Frontend Build / Frontend Unit Tests (push) Waiting to run
2025-04-18 05:32:11 -07:00
Timothy Jaeryang Baek
961869a60c
refac
2025-04-18 05:30:50 -07:00
Timothy Jaeryang Baek
b8fb4e528d
enh: toast close button
2025-04-18 04:33:18 -07:00
Tim Jaeryang Baek
794360addc
Merge pull request #12997 from Elmolesto/feat/knowledge-lazy-load-content
...
feat: Lazy load file content on click
2025-04-18 04:04:29 -07:00
Tim Jaeryang Baek
fa8132903e
Merge pull request #12904 from hurxxxx/feat/onedrive-orgs
...
feat: support Organization and School accounts in OneDrive
2025-04-18 04:03:54 -07:00
Timothy Jaeryang Baek
a86a932b46
refac: deprecate event dispatcher
2025-04-18 02:38:53 -07:00
Felipe Hernandez
14fa7d16f9
feat: Cache file content
2025-04-18 11:38:15 +02:00
Timothy Jaeryang Baek
8f67ffabbd
fix: model editor system not being preserved
2025-04-18 02:23:25 -07:00
Timothy Jaeryang Baek
a22be555cb
refac
2025-04-18 01:26:42 -07:00
Tim Jaeryang Baek
840dd9c89a
Merge pull request #12971 from tth37/fix_source_indexing
...
fix: Align backend <source> tag indexing with frontend citation grouping
2025-04-17 22:08:07 -07:00
Tim Jaeryang Baek
477ac7de86
Merge pull request #12968 from alpha-pet/feat-openapi-parameter-description
...
feat: support OpenAPI parameter description and enum values in tool spec
2025-04-17 22:02:50 -07:00
Felipe Hernandez
88f97372d9
fix: Show content on upload file
2025-04-18 02:01:47 +02:00
Felipe Hernandez
0577dc2990
feat: Lazy load file content on click
2025-04-18 01:40:30 +02:00
Tim Jaeryang Baek
3b20c57ea8
Merge pull request #12956 from lukasz-pekala/feat/improve-polish-translation
...
fix: update Polish translations for clarity and consistency
2025-04-17 12:38:14 -07:00
Tim Jaeryang Baek
43b9bf17dc
Merge pull request #12966 from damianmr/dev
...
i18n: Update es-ES (Spanish) translation.json
2025-04-17 12:38:03 -07:00
knight-upstage
cdf26d8189
i18n: Update ko-KR (Korean) translation.json
2025-04-17 09:57:22 -07:00
tth37
79bde6fa47
fix: Align backend <source> tag indexing with frontend citation grouping
2025-04-17 22:27:22 +08:00
Thomas Rehn
3dcbf1acf5
feat: support OpenAPI parameter description and enum values in tool spec
2025-04-17 15:48:55 +02:00
Damian Mendez Romera
b1629d8660
i18n: Update es-ES (Spanish) translation.json
2025-04-17 13:58:00 +01:00
David Holmlund
9f8b94e45f
fix: improve international character handling in prompt commands
2025-04-17 14:56:57 +02:00
Łukasz Pękala
c4edcdb12a
fix: update Polish translations for clarity and consistency
2025-04-17 10:56:23 +02:00