View Single Post
03/01/20, 04:56 AM   #1
Hyperioxes
 
Hyperioxes's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2020
Posts: 6
Alchemy Tooltips translation needed

Hi, I'm adding multi language support to my addon Alchemy Tooltips and I need these strings translated to other languages (except of german and polish translations which I've already made myself).

Lua Code:
  1. local strings = {
  2.  
  3.     AT_CheapestCombination = "Cheapest Combination: ",
  4.     AT_CraftingCost = "Crafting Cost: ",
  5.     AT_CantCraft = "This potion cannot be crafted, it can only be looted",
  6.     AT_SendHelp = "It appears I haven't added that potion/poison to addon's database yet. If you want to help, please mail one sample of this potion/poison to @Hyperioxes on PC EU. Attachment will be sent back after I write down potion/poison's ID",
  7. }

Last edited by Hyperioxes : 03/01/20 at 05:58 AM.
  Reply With Quote