Open GodHon opened 6 years ago
Thank you, I'll try to implement this soon. Although, I think what I actually need is just english to russian translation. The keys for the table should remain in english I think, as they are irrelevant to the user. The russian translation should actually go in the locales/russian_config.lua, similar to the following.
-- *_DESC locales L["AURAS_DESC"] = "Настройка иконок эффектов, находящихся у миникарты." L["BAGS_DESC"] = "Настройки сумок ElvUI" L["CHAT_DESC"] = "Настройте отображение чата ElvUI."
except it would be: L["HEALING_TOUCH"] = "Целительное прикосновение"
I assume the above is Healing Touch from the order, but even if it's not, I think you get the point.
Feel free to add any translation you'd like to that file, and give me a pull request here on github. Or, just send me the data and I'll add it. EIther way is fine with me.
Thank you SO much for the effort!
Hi.
Rummaging through the files I was able to translate and adapt the some skills of the druid for this addon. Hope this helps you. File World of Warcraft\Interface\AddOns\ElvUI_SpellBinder\modules\ ExtraTables.lua
Code:
and