-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Feature/translation Polish 🇵🇱 #997
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
@Armatorix is attempting to deploy a commit to the Listinai Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR introduces Polish language support for the Postiz application, adding comprehensive localization coverage for Polish-speaking users. The changes include a complete translation file with 505+ translated strings and necessary configuration updates.
- Adds complete Polish translation file (
pl.json
) with all UI strings translated to Polish - Updates the i18n configuration to include Polish (
pl
) in the supported languages list - Extends the language component to map Polish language code to Polish country flag (
PL
)
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
libraries/react-shared-libraries/src/translation/locales/pl/translation.json |
Complete Polish translation file with 505 translated strings covering all UI elements |
libraries/react-shared-libraries/src/translation/i18n.config.ts |
Adds pl to the supported languages array |
apps/frontend/src/components/layout/language.component.tsx |
Maps Polish language code to Polish country flag and adds mappings for other languages |
779fb47
to
e39513d
Compare
e39513d
to
1cedaa9
Compare
|
What kind of change does this PR introduce?
🌐 New language support: Polish (pl) translation
Why was this change needed?
Other information:
Checklist:
Put a "X" in the boxes below to indicate you have followed the checklist;