Aardvark is a farming / bag management addon that will auto allow you to auto repair, sell and destroy each time you visit a vendor.
I don't come from a background of coding at all, I was actually a construction worker, but when a workplace accident forced me to cease work WoW was one of the things that gave me joy.
My code is undoubtedly very messy, overly verbose and more than likely very inefficient, but I will continue to read and learn more about coding and hopefully clean up and reduce the code more and more.
I can translate for a few languages, but before I do (or anyone else does) you should really fix your localization setup. Each phrase should be separate in the localization app. Don't dump all of your strings into a single string with linebreaks, and then split them up in your addon; that just makes extra work for you in addon development and future maintenance, and extra work for translators in the already-cumbersome Curse translation interface.
Since you don't have any translations yet, you can just use the import function to import a new list of strings, and check the box labelled (something like) "delete all unimported phrases" to remove all the existing mega-strings.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I am brand new to coding and this is my very first addon.
Aardvark
Aardvark is a farming / bag management addon that will auto allow you to auto repair, sell and destroy each time you visit a vendor.
I don't come from a background of coding at all, I was actually a construction worker, but when a workplace accident forced me to cease work WoW was one of the things that gave me joy.
My code is undoubtedly very messy, overly verbose and more than likely very inefficient, but I will continue to read and learn more about coding and hopefully clean up and reduce the code more and more.
:)
I have made some changes to Aardvark that allow global lists, protected list, scaling and an action bar.
http://wow.curseforge.com/addons/aardvark/
I would love some help with localizations.
Since you don't have any translations yet, you can just use the import function to import a new list of strings, and check the box labelled (something like) "delete all unimported phrases" to remove all the existing mega-strings.