View Single Post
07/26/16, 01:18 PM   #3
silvereyes
 
silvereyes's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2015
Posts: 66
Thank you! I'll make sure to include those translations in a future version!

Speaking of, if you could be so kind, there are a couple new options in the next version that need translation as well:

Lua Code:
  1. ZO_CreateStringId("SI_PM_SKIPEMPTYSYSMAIL", "|cFF00FF"..GetString(SI_LOOT_TAKE_ALL).."|r Skips Empty System Mail")
  2. ZO_CreateStringId("SI_PM_SKIPEMPTYSYSMAIL_TOOLTIP", "When this option is enabled, the |cFF00FF"..GetString(SI_LOOT_TAKE_ALL).."|r command will skip over any system mail that does not have an attachment, such as notifications for items added to collections. Disable to remove such mail instead.")
  3. ZO_CreateStringId("SI_PM_SKIPEMPTYPLAYERMAIL", "|cFF00FF"..GetString(SI_LOOT_TAKE_ALL).."|r Skips Empty Player Mail")
  4. ZO_CreateStringId("SI_PM_SKIPEMPTYPLAYERMAIL_TOOLTIP", "When this option is enabled, the |cFF00FF"..GetString(SI_LOOT_TAKE_ALL).."|r command will skip over any mail from other players that does not have an attachment. Disable to remove such mail instead.")
  Reply With Quote