PDA

View Full Version : Make Media Scanner translatable



rimas
03-03-16, 15:49
At the moment, Media Scanner in Plugin Browser is not translatable. It can be fixed in /usr/lib/enigma2/python/Plugins/Extensions/MediaScanner/plugin.py

Change PluginDescriptor(name="Media scanner" to PluginDescriptor(name=_("Media scanner")

47098

rimas
04-03-16, 09:41
Look here https://github.com/rimasx/enigma2/commit/29f079992af616826e4b47b9abbab6d015e21bbe

I noticed, that on OpenPLi translation for Media Scanner works and used their solution.
https://github.com/OpenPLi/enigma2/blob/master/lib/python/Plugins/Extensions/MediaScanner/plugin.py

It's not super important, but would be nice.

abu baniaz
07-03-16, 00:42
This has been committed to the Dev branch
https://github.com/OpenViX/enigma2/commit/e4e47e6b68ce32469a68af802e0bebbe85ae0a58
There was a subsequnt commit to remove whitespace