Add Polish translation (closes #19)#21
Merged
Merged
Conversation
New src/translations/pl.json (community-provided in the issue), wired into localize.ts. Polish added as a first-class target in the check-translations and translate maintenance scripts (incl. DeepL PL mapping). README localization list updated.
These three locales were missing 7 keys that had been added to en.json (card.section_channels, card.empty_channels, the four telemetry entity pickers, editor.node_order_label). At runtime the localizer falls back to English per-key so users saw no breakage, but check-translations was red. Hand-translated to match each file's existing style; all four locales now pass 52/52.
sefinek
reviewed
Jun 16, 2026
sefinek
left a comment
There was a problem hiding this comment.
Sometimes it's written as MeshCore, and elsewhere as meshcore. Why?
Owner
Author
Typos should be MeshCore everywherethat it is show as user facing text, I've fixed in in my source and will push the fix with the next release. |
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.
Adds Polish (
pl) localization, requested in #19. The Polish strings were provided by @dida886 in the issue.Changes
src/translations/pl.json— full Polish translation (52/52 keys), wired intolocalize.ts. Activates automatically when the Home Assistant language ispl.pladded as a first-class target incheck-translations.mjsandtranslate.mjs(including the DeepLPLmapping), so future key additions flag Polish too.en.json(section_channels,empty_channels, the four telemetry entity pickers,node_order_label). The runtime falls back to English per-key, so users saw no breakage, butcheck-translationswas red. Hand-translated to match each file's style. All four locales now pass 52/52.Validation
npm run check-translations— all four locales 52/52 ✅npm run typecheck✅npm run build✅Notes
Closes #19