mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
Polish locale doesn't work #693
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?
Originally created by @lucz-volue on GitHub (Apr 22, 2024).
Bug Report
Description
Bug Summary:
[Provide a brief but clear summary of the bug]
Steps to Reproduce:
[Outline the steps to reproduce the bug. Be as detailed as possible.]
Expected Behavior:
After switching to polish, language is changed.
Actual Behavior:
After switching to polish, language is still english
Environment
Logs and Screenshots
Seems like directory name for polish translation is incorrect - it is name 'pl-pl', and probably should be 'pl-PL, as for other languages':

@justinh-rahb commented on GitHub (Apr 22, 2024):
There was a PR for this that may have been closed in error:- #1583We'll have to do a new one, but this will be fixed.
@tjbck commented on GitHub (Apr 22, 2024):
Should be fixed now, let me know if the issue persists!