Skip to content

Add Polish (pl) language support across all blueprints#355

Merged
dinki merged 6 commits intodinki:devfrom
SmolinskiP:main
Feb 3, 2026
Merged

Add Polish (pl) language support across all blueprints#355
dinki merged 6 commits intodinki:devfrom
SmolinskiP:main

Conversation

@SmolinskiP
Copy link
Copy Markdown
Contributor

Summary

Added Polish (pl) translations to all View Assist blueprints that have a translation system, and introduced i18n support to blueprints that previously had only hardcoded English strings.

Blueprints with Polish translations added to existing i18n system:

  • What_time_is_it (czas, dni tygodnia, miesiące)
  • Hows_the_weather (stany pogodowe)
  • Device_Functions (tryby, głośność, widoki)
  • Get_Sports_Scores (wyniki meczów)
  • List_Management (operacje na listach)
  • Locate_a_Person (lokalizacja osób)
  • Play_Music_with_Music_Assistant (odtwarzanie muzyki)
  • Search_Wikipedia (wyszukiwanie)
  • Spell_a_Word (literowanie)
  • Thermostat_Control (sterowanie termostatem)
  • Travel_Times_by_Waze (czas podróży)

Blueprints where translation system was introduced from scratch (en/de/pl):

  • Device_Functions — 5 hardcoded English set_conversation_response strings (volume, view switch, unmute) moved into translations block
  • View_Camera — camera not found / fallback messages
  • Conversions (community) — conversion result + display labels
  • Calculations (community) — calculation result + display labels

New files (Currency Convertor - community):

  • custom_sentences/pl/viewassist_currencyconvertor.response.yaml
  • custom_sentences/pl/viewassist_currencyconvertor.sentences.yaml
  • custom_sentences/pl/viewassist-currencyconvertor.currencies.yaml (128 currency names in Polish)

dinki and others added 6 commits January 28, 2026 10:40
Added Polish language support to 11 blueprint YAML files and created
Polish locale files for the Currency Convertor community contribution.
Blueprints updated: What_time_is_it, Hows_the_weather, Device_Functions,
Get_Sports_Scores, List_Management, Locate_a_Person,
Play_Music_with_Music_Assistant, Search_Wikipedia, Spell_a_Word,
Thermostat_Control, Travel_Times_by_Waze.

https://claude.ai/code/session_01MZrqBgsMMwMpys4HmNRbKZ
Add Polish (pl) translations to all blueprint files
Replaced 5 hardcoded English set_conversation_response strings with
translation lookups, and added corresponding Polish and German translations
for: view_switch, view_invalid, volume_set, volume_adjusted, sound_restored.

https://claude.ai/code/session_01MZrqBgsMMwMpys4HmNRbKZ
Added language selector and translations block (en, de, pl) to blueprints
that previously had only hardcoded English strings. Replaced all hardcoded
set_conversation_response strings with translation lookups.

https://claude.ai/code/session_01MZrqBgsMMwMpys4HmNRbKZ
@dinki
Copy link
Copy Markdown
Owner

dinki commented Jan 31, 2026

Thanks for this! I'll look at this next week.

@dinki
Copy link
Copy Markdown
Owner

dinki commented Feb 3, 2026

Thank you again for this. You put a ton of work and it is very much appreciated. I will push these to dev as we are fortunate to have another user offering translations to some other BPs. I am thinking about reducing the amount of updates pushed so that users are not bombarded with notifications of changes. This will probably be pushed to release after I get all PRs sorted. Thanks!

@dinki dinki changed the base branch from main to dev February 3, 2026 13:35
@dinki dinki merged commit a4ee71a into dinki:dev Feb 3, 2026
@SmolinskiP
Copy link
Copy Markdown
Contributor Author

Cool ;) I'm author of similar application but for Windows/Linux, and your Android version is awesome, i don't have much time now but i think i will be very active contributor soon ;) Have some ideas, and some things may need a little polishing. Glad i found this project ;)

@dinki
Copy link
Copy Markdown
Owner

dinki commented Feb 4, 2026

Excellent! Consider joining our Discord if you haven't already. That's really where all the discussion happens.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants