LibBabble-DigSites-3.0
Easily translate the dig site strings into all the locales. This won't return locations, distance, or anything else of the like, only the dig site names.
How to Use:
pkgmeta and Repository
Libs/LibBabble-DigSites-3.0: svn://svn.wowace.com/wow/libbabble-digsites-3-0/mainline/trunk -- or wherever you wish to put it!
MyAddon.toc
Libs\LibBabble-DigSites-3.0\lib.xml
MyAddon.lua
local DS = LibStub("LibBabble-DigSites-3.0"):GetLookupTable() print(DS["Altar of Quetz'lun Digsite"]) -- output will be localized -- if the game's locale is German (deDE) -- Ausgrabungsstätte am Altar von Quetz'lun -- would be printed to chat
Translators:
Here is the link for the translation page.
You can find more information about the management process of the Babble libraries here.