Steveb1968 / script.pseudotv

Channel surfing for your video library
Other
79 stars 27 forks source link

Add support to translation in many parts, and create POT file #43

Closed rafaelvieiras closed 4 years ago

Steveb1968 commented 4 years ago

Hi mate, thanks for this. It has been on my todo list for a long time. What is the .pot file for? Kodi does not need this! Please remove that.

rafaelvieiras commented 4 years ago

@Steveb1968

The POT file is a catalog index file to another translations, used to update active translations with new keys or to start a new translation. Kodi don't use this, but is very relevant to .po editors like poedit.

I generated this and push to repository to help new translators and to make an easy way to update he_il translation.

I can remove this, but consider maintain this. :D

image

Steveb1968 commented 4 years ago

Files used in your dev environment should be added to .gitignore and not pushed to the repo.

rafaelvieiras commented 4 years ago

It's no only for me, but I removed this! :smile:

Steveb1968 commented 4 years ago

Cheer mate, this looks good to go. I'll pull this in tonight. ps. you can add *.pot to .gitignore to stop the pot file from being pushed and still keep it locally. Cheers.

rafaelvieiras commented 4 years ago

Thanks @Steveb1968 , I'm looking forward to this. :smile_cat: