View Single Post
09/25/18, 04:17 AM   #2
votan
 
votan's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 577
French localization file:
SafeAddString(SI_FORMAT_ICON_TEXT, "", 0)
SafeAddString(SI_FORMAT_ICON_TEXT_NO_SPACE, "", 0)

Not good!
And not the only localization wiped out.

German:
SafeAddString(SI_FORMAT_ICON_TEXT, "<<X:1>>*<<!aC:2>>", 0)
SafeAddString(SI_FORMAT_ICON_TEXT_NO_SPACE, "<<X:1>><<2>>", 0)

English:
SafeAddString(SI_FORMAT_ICON_TEXT, "<<X:1>> <<2>>", 0)
SafeAddString(SI_FORMAT_ICON_TEXT_NO_SPACE, "<<X:1>><<2>>", 0)

zo_iconFormatInheritColor and zo_iconFormat do not use localization and will work the same in all languages.
  Reply With Quote