View Single Post
02/02/16, 06:27 AM   #3
Terrillyn
AddOn Author - Click to view addons
Join Date: Jan 2016
Posts: 24
Hi thanks for looking into this.

About the anchor points, yes those values are only displayed in the settings menu, and mapped to the correct values in code, so translating them is fine.
As for the tags, the str ones below will be seen by the user so they need to be translated (if possible)
Lua Code:
  1. SXPB_TAG_XPSTR_VET = "VP",
  2. SXPB_TAG_XPSTR_CHAMP = "CP",
  3. SXPB_TAG_XPSTR_NORM = "XP",
  4. SXPB_TAG_LVLSTR_VET = "Rnk",
  5. SXPB_TAG_LVLSTR_CHAMP = "Chmp",
  6. SXPB_TAG_LVLSTR_NORM = "Lvl",

but not the ones in <> as per your suggestion, (I'll keep them mapped in the language files though, just in-case the user wants to change them.)
If you have any other suggestions on wording any of it better I'd be happy to make some changes to make it easier to understand, writing isn't exactly my thing .

Last edited by Terrillyn : 02/02/16 at 06:31 AM.
  Reply With Quote