gupekmop / youtube

Youtube for Stalker/Ministra portal
8 stars 10 forks source link

default language #1

Closed slypire closed 3 years ago

slypire commented 3 years ago

How do I set different default language and different default keyboard, to en-US?

gupekmop commented 3 years ago

Search in apps/magcore-app-youtube/3.0.13/js/release.js code

изображение

Change default language and order

slypire commented 3 years ago

I tried like this: image

and i changed line 801: image

keyboard is now in english but on the right side it still says its on RU(but letters are english), and rest of the options like go back etc, they are all in russian..

gupekmop commented 3 years ago

change order in this strings too from languagesCodeLocalized: ["\u0420\u0423", "EN", "\u0423\u041a\u0420", "DE", "AR"], languagesLocalized: ["\u0420\u0443\u0441\u0441\u043a\u0438\u0439", "English", "\u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430", "Deutch", "Arabian"],

to languagesCodeLocalized: ["EN", "\u0420\u0423", "\u0423\u041a\u0420", "DE", "AR"], languagesLocalized: ["English", "\u0420\u0443\u0441\u0441\u043a\u0438\u0439", "\u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430", "Deutch", "Arabian"],

Change language settings in apps/magcore-app-youtube/3.0.13/youtube.php for trending/search results

slypire commented 3 years ago

Changed it, now default is english and keyboard is in english, but when I try to exit the app using back button, its again on russian.

image

Everything else looks fine now, this seems to be only issue..

image image

gupekmop commented 3 years ago

Exit phrase

изображение

change to "Exit from app?" phrase from lang files

slypire commented 3 years ago

Does this looks good? image

gupekmop commented 3 years ago

yeah!

slypire commented 3 years ago

Thanks, that was it, now everything works just fine. I hope you will continue to develop this version as it really means a lot for us non android users!