MikeSiLVO / skin.aeon.nox.silvo

A skin for Kodi
Other
123 stars 94 forks source link

Hard coded texts #92

Closed mvalec closed 5 years ago

mvalec commented 5 years ago

Hi, some hardcoded texts prevent complete localization of the skin:

1. File: /16x9/Includes_ViewSettings.xml, line: 244

<control type="radiobutton" id="1521">
            <include>ButtonCommonValues</include>
            <label>   - Sets</label>

Instead Sets you can use $LOCALIZE[20434]

2. File: /16x9/Includes_ViewSettings.xml, line: 794

<control type="radiobutton" id="1531">
            <include>ButtonCommonValues</include>
            <label>   - InfoPopup</label>

Instead InfoPopup you can use $LOCALIZE[31292]

Previously reported in Issue #64

MikeSiLVO commented 5 years ago

Done.

Thanks 😃

Any more?

mvalec commented 5 years ago

There were some bugs in /shortcuts/overrides.xml in the past, but they are probably fixed.

MikeSiLVO commented 5 years ago

I just re-coded that so yeah hopefully fixed...

Please close this and open a new one if you find more.

Thanks for letting me know about these.