-
Notifications
You must be signed in to change notification settings - Fork 525
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
[PT-BR] New sentences and some non-translated are now translated #1798
base: untranslated-state
Are you sure you want to change the base?
[PT-BR] New sentences and some non-translated are now translated #1798
Conversation
I hope it's ok now. |
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.
Great job @jmceara, thanks. I proposed some changes, let me know what you think.
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.
Should we add | abs
to the if verification to cover for "-1 grau"?
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.
Hi! I don't think it's necessary here. Can you elaborate a little more why you think we should use abs here? Tks!
Hi guys, when will this PR be merged? |
I can't find it atm, but I remember telling @jmceara somewhere that he shouldn't place all of the Brazilian Portuguese translations in this PR. If I haven't, I apologize and I'm saying it now. So... the But until then, if you want to have Also, regarding this specific PR, I've approved the CI pipeline run and linting fails, so it can't be merged regardless. Run |
@jmceara Hi, the issue here is that there are 16 space characters left in the 7th line of the sentences/pt-br/homeassistant_HassNevermind.yaml file. If there are errors remaining after running the |
Hi @jmceara, |
Done! All tests passed, including |
My vote doesn't count but I reviewed and approved anyways. :) |
If everything is perfect, then @luyzfernando08 it's your job to press the Approve and Run button :) You are the language leader. |
Well, I guess my application was not accepted LOL |
Thanks @jmceara! That was a quick reply. :) |
This branch into which the PR was merged is the "untranslated-state" branch, which as you also write, is intended for the handling of weather and person in "untranslated-state" to function if introduced. What is currently in there will fit, it won't bother anyone :). But what you would like to use from this that is not related to person and weather, you will need to implement into the main as well. It's important that any potentially missing parts of the _common.yaml file should definitely be added to the main branch too, to make the future merging easier. |
Thanks @v1k70rk4 , |
@gohlas As you say :) If there is no conflict, there is nothing preventing this. But you can also put the weather sentences in reduced mode into the main, so it will only display the temperature, but it will also work there. For example, in the responses\pt-br\HassGetWeather.yaml file, this is the response:
|
f278dd7
to
756feb2
Compare
As requested by @tetele in #1768 (comment)
based on #1767
waiting for: home-assistant/core#105524