feat(i18n): add Polish localization - #380
Merged
Merged
Conversation
Dragonk
force-pushed
the
feat/polish-localization
branch
3 times, most recently
from
August 19, 2026 17:22
f25b67a to
7a8eacc
Compare
Dragonk
force-pushed
the
feat/polish-localization
branch
from
August 19, 2026 21:54
7a8eacc to
3a64806
Compare
Contributor
Author
|
Hi @maathimself - just a small ping in case this PR got buried. The Polish localization is ready for review and the CLA is complete. The branch has been kept up to date with main, and the frontend/backend validation passes locally. GitHub Actions is currently waiting for maintainer approval because this is my first contribution to MailFlow, so the required Backend/Frontend checks cannot start until the workflow is approved. When convenient, could you please approve the workflow run? Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds complete Polish (
pl) localization support to MailFlow.The change includes the Polish UI translation, language selection and persistence, Polish-aware AI language instructions, and Polish pluralization support.
Changes
frontend/src/locales/pl.jsonPolskito the language selectorplusing the existing language preference flowPolish pluralization
Polish plural resolution is tested through i18next for representative values:
This verifies the
one,few, andmanyforms used by Polish.Validation
The branch was validated with:
git diff --check: passingNotes
The translation was reviewed specifically for Polish grammar, terminology, plural forms, interpolation placeholders, and common email-client terminology.
Technical terms and established product/protocol names such as IMAP, SMTP, OAuth, OIDC, SSO, MFA, CardDAV, Gmail, Outlook, iCloud, Todoist, and Reply-To are intentionally preserved where appropriate.
Contributor License Agreement
By submitting this pull request I confirm that: