whoeevee / EeveeSpotify

A tweak to get Spotify Premium for free, just like Spotilife
3.02k stars 221 forks source link

Turkish Loc updated #510

Closed gototheskinny closed 2 weeks ago

gototheskinny commented 2 weeks ago

latest update reverted almost all of the words to english. i dont know why.. i hope this fixes it. cant really try too bc there's no building option in the actions, sorry ;(

whoeevee commented 2 weeks ago

starting from version 5.7, EeveeSpotify uses an English localization for missing strings if you see it, feel free to open a pr like this one

gototheskinny commented 2 weeks ago

starting from version 5.7, EeveeSpotify uses an English localization for missing strings

if you see it, feel free to open a pr like this one

OK thank you.

ElliotCHEN37 commented 2 weeks ago

@gototheskinny Please do not use double quotes within double quotes (please use single quotes or non-English double quotes), because this will cause JSON parsing errors and directly lead to compilation failure. This was fixed in #516

yodaluca23 commented 2 weeks ago

@gototheskinny Please do not use double quotes within double quotes (please use single quotes or non-English double quotes), because this will cause JSON parsing errors and directly lead to compilation failure.

Can you not use escape characters in JSON? \"?

ElliotCHEN37 commented 2 weeks ago

@gototheskinny Please do not use double quotes within double quotes (please use single quotes or non-English double quotes), because this will cause JSON parsing errors and directly lead to compilation failure.

Can you not use escape characters in JSON? \"?

nice

gototheskinny commented 2 weeks ago

@gototheskinny Please do not use double quotes within double quotes (please use single quotes or non-English double quotes), because this will cause JSON parsing errors and directly lead to compilation failure.

This was fixed in #516

Oh thank you for letting me know about it.