View Single Post
01/25/18, 09:38 PM   #5
Argusus
AddOn Author - Click to view addons
Join Date: Sep 2014
Posts: 120
Originally Posted by Averesin View Post
Excellent addon, Argusus, but don't work with RuESO (russification addon) without RU lang lua. I created my own RU.lua file and it's work good. I'm attaching my RU.lua file here. But since I have not yet get MASTERFUL writ, it has not yet been translated. If I have badly translated some elements, then I ask to forgive me, since I have been doing this for the first time. Some inscriptions overlap each other in main window (because the size of the text has changed), but it doesn't prevent you from using addon.
When I'll get MASTERFUL writ, I will complement translate or maybe someone else will do it and put his version here.
Can you please translate these items as well?

-- MASTER_WRIT_PHRASES
ZO_CreateStringId("SI_CWA_MASTERFUL", "Masterful")

-- MASTER_WRIT_TEXT_INDICATORS
ZO_CreateStringId("SI_CWA_MW_BLACK_SMITH_ARMOR", "Plate")
ZO_CreateStringId("SI_CWA_WOODWORKING_SHEILD","Shield")
ZO_CreateStringId("SI_CWA_MW_ALCHEMIST", "Concoction")
ZO_CreateStringId("SI_CWA_MW_ENCHANTER", "Glyph")

ZO_CreateStringId("SI_CWA_MW_CLOTHIER_MED", "Leatherwear")
ZO_CreateStringId("SI_CWA_MW_CLOTHIER_LIGHT", "Tailoring")
ZO_CreateStringId("SI_CWA_MW_PROVISIONER_FEAST", "Feast")

--Blacksmith
ZO_CreateStringId("SI_CWA_DAGGER", "Dagger")
ZO_CreateStringId("SI_CWA_SWORD", "Sword")
ZO_CreateStringId("SI_CWA_GREATSWORD", "Greatsword")
ZO_CreateStringId("SI_CWA_MACE", "Mace")
ZO_CreateStringId("SI_CWA_AXE", "Axe")
ZO_CreateStringId("SI_CWA_MAUL", "Maul")
--Woodworking
ZO_CreateStringId("SI_CWA_STAFF", "Staff")
ZO_CreateStringId("SI_CWA_BOW", "Bow")
ZO_CreateStringId("SI_CWA_SHEILD", "Shield")