BetterBags - Gear First

BetterBags - Gear First

7.6k Downloads

Plugin not working at all - French localization

Closed this issue ยท 2 comments

commented

Hello !
Plugin worked fine before TWW prepatch hit, since then, it doesn't work at all.
Localization of my game is French, is that the source of the problem?

Screen captures for references.

bag1
bag2
bags3

commented

Same problem for the german client. I think something changed in the localization module in betterbags. the localized names for the section do not get set anymore
L:S("Hearthstones", "Piedras de hogar")
throws an error.

workaround for me was to modify _retail_\Interface\AddOns\BetterBags\core\localization.lua file and add the S function before L:enable()

function L:S(key,localkey)
  if not self.data[key] then self.data[key] = {} end
  self.data[key][L.locale] = localkey
end
commented

Fixed in 1.0.11