Open mcrae1 opened 5 months ago
Buenas quería saber como instalar libreelec_argondevice_1.1.1 y ponerlo en español.
Please try to communicate in English, because I could only translate it back via Google, Deepl or something like that.
You should install Version 1.1.1 first, like already described at the README.md
After the installation, you can find a directory for every existing translation at /storage/.kodi/addons/script.service.argonforty-device/resources/language
For every additional language there must created a directory named with correct locale code.
https://kodi.wiki/view/Language_support
https://github.com/xbmc/xbmc/tree/master/addons/skin.estuary/language
In case of Spanish it should be "resource.language.es_es"
Create the directory "resource.language.es_es" there with
mkdir -p /storage/.kodi/addons/script.service.argonforty-device/resources/language/resource.language.es_es
or with a tool of your choice.
Start with the English strings.po and fill for every item the msgstr line. Please leave msgid fields untouched. Place the translated copy of the strings.po into "/storage/.kodi/addons/script.service.argonforty-device/resources/language/resource.language.es_es" directory
Restart KODI to reload the translation files
systemctl restart kodi
Open the add-on settings and check if the translation looks like you expected
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like A clear and concise description of what you want to happen.
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.