Thread Tools Display Modes
Prev Previous Post   Next Post Next
08-31-19, 03:59 PM   #1
kernighan
A Cyclonian
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 45
AddOn for zone name translations?

I have an AddOn I'm working on that has a database with fields like:

Code:
[L("Stormwind City")] = {
   IsCity = true,
   Continent = 2,
   MapFile = "Stormwind-City",
   MapScale = 0.03819701270887,
   MapOffset = { x = 0.41531450060561, y = 0.67097280492581 },
So you can see that "Stormwind City" is the key. Right now it's set to use local localization files to do the translation as what it used to use (libBabble-Zone) has died. Does anyone know of a similar addon that I could use for these translations rather than keeping them locally?

Thanks!
  Reply With Quote
 

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » AddOn for zone name translations?

Thread Tools
Display Modes

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