View Single Post
07/19/19, 12:39 PM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,979
Just a hint about existing translation ingame:
https://github.com/esoui/esoui/blob/...tedstrings.lua

You should use them for strings like tel var, trade skill, justice via GetString(SI_JUSTICE...) instead of redefining them in your addon. Makes translations easier
  Reply With Quote