plugin.video.auvio icon indicating copy to clipboard operation
plugin.video.auvio copied to clipboard

You can help translate the addon

Open rickybiscus opened this issue 3 years ago • 7 comments

We should have the plugin localized so we can submit it to the official kodi repo.

see https://romanvm.github.io/script.module.simpleplugin/gettext.html

rickybiscus avatar May 15 '21 08:05 rickybiscus

Hey rickybiscus,

Thanks for all you do on this addon! I'm a total beginner in python and GitHub usage but I'll be glad to contribute if I can. However, I have no idea where to start... Do you think it can help to create a board on the "Projects" tab here above to organize work?

denisvr163 avatar May 15 '21 15:05 denisvr163

Hello, Thanks for your kind reply ! Translating it is quite simple, if you search a little you'll find how to do ! (see the link in the first post).

Regarding github, it's quite easy too. The best way is to use it with a terminal; but personnaly I prefer using it through the Atom code editor (that integrates a Github panel).

The idea is to

1/fork my depo so you have a local copy of it 2/create a new branch on your depo (eg. "translated-addon") 3/make all your code edits 4/publish that branch 5/once done, you have to create a "pull request". That will give me a notification and i'll be able to merge your code!

rickybiscus avatar May 25 '21 08:05 rickybiscus

Thank you for the explanation!

I completed steps 1 and 2 (ok they were the easiest!) and I started to have a look at the code and where to put the translations but I'm not yet there... I'll keep on searching and I come back to you if I need more help :)

denisvr163 avatar May 31 '21 18:05 denisvr163

I would like to help with the translation. Unfortunately, the link in the first post doesn't work. Any hint where i can find the info now? :)

chavotronic avatar Jul 13 '21 00:07 chavotronic

@chavotronic Apparently the address romanvm.github.io is not working anymore...

piettt avatar Oct 27 '21 09:10 piettt

Link is indeed borked

KaiNickson avatar Dec 01 '21 20:12 KaiNickson

The link should be https://vlmaksime.github.io/script.module.simpleplugin/gettext.html now (not that the content makes the required steps much clearer for prospective translators...).

loucasal avatar Jan 20 '22 22:01 loucasal