-
Notifications
You must be signed in to change notification settings - Fork 406
PL lang #2522
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
PL lang #2522
Conversation
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 adds Polish language translations to the Homebridge UI by converting the existing English translation file to Polish. All user-facing strings in the interface have been translated to provide a localized experience for Polish-speaking users.
- Complete translation of the UI from English to Polish
- Maintains the same JSON structure and key hierarchy
- Covers all functionality areas including accessories, plugins, settings, backups, and user management
Comments suppressed due to low confidence (1)
ui/src/i18n/pl.json:6
- [nitpick] Inconsistent capitalization in Polish translation. 'Użytkownik Mostka Podrzędnego' uses title case while similar terms like 'Użytkownik Mostka' on line 9 use different capitalization patterns. Consider standardizing the capitalization approach for consistency.
"accessories.bridge_link_username": "Użytkownik Mostka Podrzędnego",
@mkz212 thanks! a couple of comments from copilot 🙏 if you can fix if they are valid or resolve them if they are nonsense! |
Done |
Thanks1 |
No description provided.