View Single Post
08/05/16, 04:55 PM   #1
silvereyes
 
silvereyes's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2015
Posts: 66
Japanese mail subjects

I am trying to add Japanese support for filtering out different types of mail by subject in Postmaster, but without access to the Japanese client, I don't know what the subjects are. Does anyone who plays on the JP client know the Japanese for the following types of mail?

Lua Code:
  1. ["SI_PM_CHAMPION_160_REWARD"]       = "Champion Reward 160",
  2. ["SI_PM_CRAFT_BLACKSMITH"]          = "Raw Blacksmith Materials",
  3. ["SI_PM_CRAFT_CLOTHIER"]            = "Raw Clothier Materials",
  4. ["SI_PM_CRAFT_ENCHANTER"]           = "Raw Enchanter Materials",
  5. ["SI_PM_CRAFT_PROVISIONER"]         = "Raw Provisioner Materials",
  6. ["SI_PM_CRAFT_WOODWORKER"]          = "Raw Woodworker Materials",
  7. ["SI_PM_GUILD_STORE_CANCELED"]      = "Item Canceled",
  8. ["SI_PM_GUILD_STORE_EXPIRED"]       = "Item Expired",
  9. ["SI_PM_GUILD_STORE_PURCHASED"]     = "Item Purchased",
  10. ["SI_PM_GUILD_STORE_SOLD"]          = "Item Sold",
  11. ["SI_PM_PVP_FOR_THE_WORTHY"]        = "Rewards for the Worthy!",
  12. ["SI_PM_PVP_FOR_THE_ALLIANCE_1"]    = "For the Dominion!",
  13. ["SI_PM_PVP_FOR_THE_ALLIANCE_2"]    = "For the Pact!",
  14. ["SI_PM_PVP_FOR_THE_ALLIANCE_3"]    = "For the Covenant!",
  15. ["SI_PM_PVP_THE_ALLIANCE_THANKS_1"] = "The Dominion Thanks You",
  16. ["SI_PM_PVP_THE_ALLIANCE_THANKS_2"] = "The Pact Thanks You",
  17. ["SI_PM_PVP_THE_ALLIANCE_THANKS_3"] = "The Covenant Thanks You",
  18. ["SI_PM_PVP_LOYALTY"]               = "Campaign Loyalty Reward",
  19. ["SI_PM_UNDAUNTED_NPC_NORMAL"]      = "Maj al-Ragath",
  20. ["SI_PM_UNDAUNTED_NPC_VET"]         = "Glirion the Redbeard",
Thanks!
silvereyes
  Reply With Quote