feat(i18n): add Polish translations for context compression #77
Conversation
There was a problem hiding this comment.
Code Review
This pull request adds Polish (pl-PL) localization to the async-context-compression filter plugin. The review feedback points out that Polish is not currently on the list of supported languages defined in the repository style guide. Furthermore, a spelling error was identified in the Polish translation for the 'status_external_refs_injected' key.
Introduces Polish (pl-PL) language support for all user-facing status and summary messages in the context compression plugin, improving accessibility for Polish-speaking users.
…tions Merge PR #77 from mhajder/openwebui-extensions - Add complete pl-PL translation set to TRANSLATIONS dict - Update GEMINI.md to list pl-PL in supported languages - Add contributors NexZhu (code, PR #73) and mhajder (translation, PR #77) to README.md, README_CN.md, and .all-contributorsrc (badge: 8 → 10) Co-authored-by: mhajder <mhajder@users.noreply.github.com>
|
Thank you for the great contribution, @mhajder! 🎉 The Polish ( Since the change was applied directly as part of a combined commit (to keep the changes atomic with #73), this PR is being closed rather than merged via the UI. Your contribution is fully credited in the contributors section. Thanks for helping make this plugin accessible to Polish speakers! 🇵🇱 |
Overview
Rationale
Providing Polish translations expands the plugin’s accessibility, making context compression features more user-friendly and inclusive for a broader audience. This supports internationalization goals and improves the experience for Polish users.