View Single Post
09/13/17, 10:49 AM   #4
Dolgubon
 
Dolgubon's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2016
Posts: 408
Originally Posted by Ayantir View Post
-- CRAFTING_WRIT_TYPE_NAME
ZO_CreateStringId("SI_CWA_BLACK_SMITH_WRIT_NAME", "Blacksmith Writ")
ZO_CreateStringId("SI_CWA_WOODWORKING_WRIT_NAME","Woodworker Writ")
ZO_CreateStringId("SI_CWA_CLOTHIER_WRIT_NAME", "Clothier Writ")
ZO_CreateStringId("SI_CWA_PROVISIONER_WRIT_NAME", "Provisioner Writ")
ZO_CreateStringId("SI_CWA_ALCHEMIST_WRIT_NAME", "Alchemist Writ")
ZO_CreateStringId("SI_CWA_ENCHANTER_WRIT_NAME", "Enchanter Writ")

-- CRAFTING_WRIT_TEXT_INDICATORS
ZO_CreateStringId("SI_CWA_BLACK_SMITH", "Blacksmith")
ZO_CreateStringId("SI_CWA_WOODWORKING","Woodworker")
ZO_CreateStringId("SI_CWA_CLOTHIER", "Clothier")
ZO_CreateStringId("SI_CWA_PROVISIONER", "Provisioner")
ZO_CreateStringId("SI_CWA_ALCHEMIST", "Alchemist")
ZO_CreateStringId("SI_CWA_ENCHANTER", "Enchanter")



-- MASTER_WRIT_TEXT_INDICATORS
--ZO_CreateStringId("SI_CWA_BLACK_SMITH", "Blacksmith")
--ZO_CreateStringId("SI_CWA_WOODWORKING","Woodworker")
ZO_CreateStringId("SI_CWA_MW_CLOTHIER", "Tailoring")
ZO_CreateStringId("SI_CWA_MW_PROVISIONER", "Feast")
ZO_CreateStringId("SI_CWA_MW_ALCHEMIST", "Concoction")
ZO_CreateStringId("SI_CWA_MW_ENCHANTER", "Glyph")

-- MASTER_WRIT_WEAPON_TYPE_INDICATORS
ZO_CreateStringId("SI_CWA_WEAPON", "Weapon")

--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")

should not be translated, it's ZOS strings.

d(GetString("SI_ITEMTYPE", WEAPONTYPE_BOW)) display bow per example.
http://wiki.esoui.com/Globals#WeaponType

same with SI_TRADESKILLTYPE and http://wiki.esoui.com/Globals#TradeskillType and ITEMTYPE and ITEMTYPE_WEAPON.

for the other strings, i'll translate them later today.


Actually, some of those, afaik, should be translated. (namely, the Writ names, Masterful, the completion texts. I don't think there's any way to get them.


You should be able to find them in the Writ Crafter though! I've already 'translated' most of the strings, (i.e. changed client language to German and French) so no need to do it twice. I also have the weapon and armour strings too, actually.
  Reply With Quote