labelenum setting with translatable and untranslatable strings
#1
I have an issue with localizing one of my addons because one of the labelenum settings has a value which needs to be localized and other values which are not translatable.

Hard coding strings with lvalues= as below does not work as the string1 and string2 strings are both displayed as "Programs".

Code:
<setting label="32001" type="labelenum" id="setting" lvalues="32002|string1|string2" default="string1"/>

Is this a bug or is my only option to add an id for the untranslatable strings in strings.po and somehow mark them as such?
Leopold's Repository: Home of LibreELEC Dev Updater ...
Reply

Logout Mark Read Team Forum Stats Members Help
labelenum setting with translatable and untranslatable strings0