artandor / multistream-tools

We help you remove all the redundancy that comes with streaming to multiple platforms.
https://multistream-tools.live/
GNU General Public License v3.0
13 stars 5 forks source link

After each change, on Twitch, Broadcast language is French. #28

Closed alexei4884 closed 2 years ago

alexei4884 commented 2 years ago

French is set by default after changing the category, the name of the stream image

artandor commented 2 years ago

Thanks for providing feedback. This is indeed a wrong behavior. This is due to some poor code on our end, the language is hard coded here https://github.com/artandor/multistream-tools/blob/master/src/Provider/TwitchProvider.php#L68

We need to look into https://symfony.com/doc/current/translation/locale.html in order to retrieve the locale and send it to twitch.

Considering this is the behaviour for twitch, we should probly check other Providers aswell.

vasilvestre commented 2 years ago

We'll deploy the fix ASAP @alexei4884 , nice catch and thank you again !