release-script icon indicating copy to clipboard operation
release-script copied to clipboard

Translation timeout

Open GermanBluefox opened this issue 2 years ago • 2 comments

If translating many readme changes, the script gets timeout. E.g.

* (foxriver76) Many GUI improvements
* (bluefox) New json config component added: license agreement
* (foxriver76) also show non-stable repo warning on the hosts tab
* (foxriver76) fixed jsonConfig slider with different max/min values than 0/100
* (foxriver76) fixed jsonConfig number element arrows
* (foxriver76) fixed jsonConfig coordinates not triggering onChange and not being prefilled
* (foxriver76) fixed jsonConfig jsonEditor component
* (foxriver76) assume status as offline if status state value has been deleted (e.g., via `setState` with `expire` option)
* (foxriver76) fixed jsonConfig CheckLicense edge case error
* (foxriver76) added tooltip to ObjectBrowserValue to show that ack-flag cannot be used to control a device
* (foxriver76) fixed host name not being visible on some themes
* (foxriver76) fixed issue with jsonConfig CRON placeholder overlapping input
* (foxriver76) button color in non-expert mode will not be changed according to ack/q anymore
* (foxriver76) fixed multiple problems with jsonConfig coordinates when using `useSystemName` and separate `latitude`/`longitutde` states
* (foxriver76) when adding an icon to an object, to not show already uploaded non-existing image initially
* (foxriver76) when the session timer falls below the 2 - minute mark, show button to extend the session

will be terminated with translation timeout

Solution: increase translation timeout

GermanBluefox avatar Jul 17 '23 15:07 GermanBluefox

This timeout is really annoying, because if the developer spent al lot of time to inform his users about the implemented changes and then you will be blamed for that during release process. The often stressed argument: “Don’t overload your users with to much information” should not be decided from a third person or a tool. Instead this should be in the hands of the developer. But if this is so important, than why this will not be checked at first? Removing all the already changed things and then try it again, just to figure out the ### WORK IN PROGRESS is still too long, is absolutely frustrating.

smarthausleben avatar Jul 26 '23 07:07 smarthausleben

The translation is done by https://translator.iobroker.in/translator, not the release script itself. If I take the above changelog and try to translate it there, it also times out 🤷‍♂️

AlCalzone avatar Jul 26 '23 09:07 AlCalzone