View Single Post
07/22/15, 10:28 AM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,989
These are the german ones I could find at my character mails so far:

Code:
local TitlesHirelings = {
  -- English
  ["Raw Blacksmith Materials"] = true, 
  ["Raw Woodworker Materials"] = true, 
  ["Raw Clothier Materials"] = true, 
  ["Raw Enchanter Materials"] = true, 
  ["Raw Provisioner Materials"] = true,
  ["Getting Groceries"] = true   -- TODO: is this one obsolete?

  -- TODO: Add titles in other languages

  -- German
  ["Schmiedematerial"] = true, 
  ["Schreinermaterial"] = true, 
  ["Schneidermaterial"] = true, 
  ["Verzauberermaterial"] = true, 
  ["Versorgerzutaten"] = true,
  ["Getting Groceries"] = true   -- TODO: is this one obsolete?

}
  Reply With Quote