View Single Post
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