- March 26, 2007
- 3,715
- 180
- Home Country
- Germany
Add the ability to combine localized strings with properties in a skin xml .
Currently, properties cannot be combined with a localized strings in skin files. Thus if a skin wishes to display #runtime 'minutes' or 'min', it is not possible to localize the strings, even though they exist in the strings files, because strings cannot be combined with properties like #runtime in a skin xml file.
There are many potential uses of this feature, especially using #itemcount such as:
string.format(#itemcount, 135) where 135 is the ID of a string in the language file.
http://mantis.team-mediaportal.com/view.php?id=3023
Open the issue in Mantis...
Currently, properties cannot be combined with a localized strings in skin files. Thus if a skin wishes to display #runtime 'minutes' or 'min', it is not possible to localize the strings, even though they exist in the strings files, because strings cannot be combined with properties like #runtime in a skin xml file.
There are many potential uses of this feature, especially using #itemcount such as:
string.format(#itemcount, 135) where 135 is the ID of a string in the language file.
http://mantis.team-mediaportal.com/view.php?id=3023
Open the issue in Mantis...