ekutner / home-connect-hass

Alternative (and improved) Home Connect integration for Home Assistant
MIT License
511 stars 53 forks source link

Create cs.json #280

Closed michaelkmoch closed 8 months ago

michaelkmoch commented 8 months ago

Hi, I created a translation for czech language 👍🏻

ekutner commented 8 months ago

Thank you, but please take the base translation file from the config_flow branch, which added some other translation strings and is the basis for version 1.0.0

ekutner commented 8 months ago

you're still not using the correct base branch, you can either rebase or merge the config_flow branch and use one of the translation files from there as the base for your translation.

michaelkmoch commented 8 months ago

you're still not using the correct base branch, you can either rebase or merge the config_flow branch and use one of the translation files from there as the base for your translation.

Well, I used latest en.json and both files seem to me be same 😅 Sorry for troubles, I am new to GitHub.

ekutner commented 8 months ago

latest is pulling from master, you need to checkout from config_flow branch. If you don't know how to do that you can just use this file as the baseline: https://github.com/ekutner/home-connect-hass/blob/config_flow/custom_components/home_connect_alt/translations/en.json

ekutner commented 8 months ago

Thanks, I've merged it manually