Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 

ESOUI » Developer Discussions » Translation Help » Alchemy Tooltips translation needed


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off