View Single Post
11/30/18, 12:57 PM   #5
Pollox
AddOn Author - Click to view addons
Join Date: Nov 2018
Posts: 6
Originally Posted by Baertram View Post
Please provide an updated post with missing translations then and I'll help you with the German strings missing.
Everything else can be used via GetString(SI_....) in your addon by help of the list Scootworks provided you.
Thanks! I pulled what I could from Scootworks link. I'm not sure if all the strings I used that make sense in English will make sense in other languages, but I can wait to see if anyone reports an issue. Here's the ones I couldn't find. (The comment lines are just for context, not for translation.)

-- Miscellanoues UI
L.SI_DQT_TOGGLE_DISPLAY = "Toggle Display"
L.SI_DQT_TIME_UNTIL_RESET = "Time until reset"
L.SI_DQT_CHARACTERS_HEADER = "Characters to Show"
L.SI_DQT_SECTION_HEADER = "Sections to Show"

-- Section Names
L.SI_DQT_UNDAUNTED_PLEDGE = "Undaunted Pledges"
L.SI_DQT_SUMMERSET = "Summerset"
L.SI_DQT_VVARDENFELL = "Vvardenfell"
L.SI_DQT_CYRODILIC_COLLECTIONS = "Cyrodilic Collections"
L.SI_DQT_CLOCKWORK_CITY = "Clockwork City"
L.SI_DQT_WROTHGAR = "Wrothgar"
L.SI_DQT_THIEVES_GUILD = "Thieves Guild"
L.SI_DQT_DARK_BROTHERHOOD = "Dark Brotherhood"
L.SI_DQT_MURKMIRE = "Murkmire"

-- Quest Type Names
L.SI_DQT_GROUP_BOSS = "Group Boss"
L.SI_DQT_GEYSERS = "Geysers"
L.SI_DQT_ASHLANDER_HUNT = "Ashlander Hunt"
L.SI_DQT_ASHLANDER_RELIC = "Ashlander Relic"
L.SI_DQT_FIGHTERS_GUILD = "Fighters Guild"
L.SI_DQT_MAGES_GUILD = "Mages Guild"
L.SI_DQT_UNDAUNTED_DELVE = "Undaunted Delve"
L.SI_DQT_TARNISHED = "Tarnished"
L.SI_DQT_BLACKFEATHER_COURT = "Blackfeather Court"
L.SI_DQT_RYES_REACQUISITIONS = "Rye's Reacquisitions"
L.SI_DQT_HEIST = "Heist"
L.SI_DQT_SACRAMENT = "Sacrament"
L.SI_DQT_ROOT_WHISPER = "Root-Whisper"
  Reply With Quote