- Home
- Downloads
-
Addons & Mods
Featured
World of Warcraft
5,105 Addons
-
Popular Downloads
- Top World of Warcraft Addons
- Top Minecraft Server Mods
- Top Rift Addons
- Top Skyrim Mods
- Top World of Tanks WoT Mods
- Top Starcraft II Maps
- Top Terraria Maps
- Top Runes of Magic Addons
- Top Warhammer Online Addons
- Top Age of Conan Addons
-
- Curse Client
- Premium
- News
- Giveaways
- Videos
- Forums
LibBabble-SubZone-3.0
- 2 Likes
- World of Warcraft
- 93 Monthly Downloads
- Supports: 4.3
- 23,979 Total Downloads
- Updated 12/4/2011 10:05:12 AM
- Created 6/27/2010 8:12:59 AM
- 18 Favorites
- Project Site
- Comments
- Release Type: Release
- License: MIT License
- Newest File: 4.3-release4
About LibBabble-SubZone-3.0
Overview
The existing LibBabble-Zone-3.0 already provided the main zone names and most major sub-zone names so it should be sufficient for most of the needs to lookup the translation of zones. But still there are several occurrences that some addons also need the sub-zone names' translation. And since the sub-zone names actually can be extracted from WoW client's MPQ, we don't really need to bother translators to manually translate it. So here this library was created.
What's Included
Currently the location/zone/sub-zone names from below MPQ files are included:
- AreaTable
- WMOAreaTable
- TaxiNodes
- Map
- AchievementCriteria (Zone Info only)
But not everything in those MPQ files are included. For example, there is no reason to include the names which contains "NOTUSED", right?
Notes for Translators
- Please do not manually edit the lua to revise the translation, since the translation entries will be overwritten by WoWAce localization exporting feature. The SVN repository is locked now and it will be read-only to all users.
- If you would like to help on translate or revise the translation, please go to: http://www.wowace.com/addons/libbabble-subzone-3-0/localization/
- If you got quite a lot of translation to be added into the database, you may try the import translation feature, or send me the translation and I will do the importing thing for you.
- Please see http://forums.wowace.com/showthread.php?t=15655.... This post will provide you with information on how to contribute to the translation of this babble library.
- In case you are not aware the SVN repository is locked and you already done the translation revision but can not commit it to SVN, you can send me your revision. And then I will upload it to server.
- If you find any zone is not included, please PM me or leave comment to Curse / WoWAce, and I will add it if it looks reasonable.
Possible Problems / Known Issues
The location names extracted from MPQ files are not unique. For several reasons some of the location names have multiple entries in the MPQ tables. And I do find sometimes the translation is not consistent. However, the LibBabble can only have unique entry for each name. So even it is true that some specific English location name may have multiple translation and it's valid, but we can only keep one in this library. If you found any existing translation which I extracted from MPQ appears to be improper, you are welcome to update them. Well you'd better leave a message in the "Comment" so that we can have a record. Since next time when I extract the MPQ again, your revision might get overwritten.
Release Frequency
When will a new version be released? It depends. Basically I will judge from below conditions:
- If there are huge changes being implemented recently, then a new release will be out when it comes to be stable.
- If we got several minor changes being implemented, such as some translation update or some few new entries being added, then I probably will wait a little bit longer (maybe 2 weeks) to make a new release.
To use stable release or the SVN main trunk / alpha release?
Again, it depends. If you are an addon developer or you are familiar with coding, it's fine for you to monitoring on SVN's main trunk and try to get every revision to your local hard drive. But you need to take the risk as the latest revision may not be stable or even has syntax error (Oops....). If you are an addon user, then basically the addon you installed which include this library, should already include the most recent stable version. There is no need for you to pay too much attention on if there is any new release for this library. Basically, your addon author will pay attention on it. But for any reason the addon you installed is not updated frequently and you have the need to update this library, it would be better to get the most recent stable version.
Which Addon use this library?
As far as I know, below addons use this library:
- Atlas
- WorldExplorer
- FishingBuddy
If you are the addon owner and you addon use this library but not mentioned above, PM me.
------------------------------------------------------------------------
r125 | arith | 2011-12-04 16:04:01 +0000 (Sun, 04 Dec 2011) | 1 line
Changed paths:
A /tags/4.3-release4 (from /trunk:124)
Tagging as 4.3-release4
------------------------------------------------------------------------
r124 | arith | 2011-12-04 15:59:29 +0000 (Sun, 04 Dec 2011) | 1 line
Changed paths:
M /trunk/LibBabble-SubZone-3.0.lua
D /trunk/LibBabble-SubZone-3.0_de-DE.lua
D /trunk/LibBabble-SubZone-3.0_es-ES.lua
D /trunk/LibBabble-SubZone-3.0_fr-FR.lua
D /trunk/LibBabble-SubZone-3.0_ko-KR.lua
D /trunk/LibBabble-SubZone-3.0_pt-BR.lua
D /trunk/LibBabble-SubZone-3.0_ru-RU.lua
D /trunk/LibBabble-SubZone-3.0_zh-CN.lua
D /trunk/LibBabble-SubZone-3.0_zh-TW.lua
M /trunk/lib.xml
merge all languages' translation into one single file to resolve the issue when multiple addons have embedded this lib and causing the table cannot be properly loaded
------------------------------------------------------------------------
r122 | arith | 2011-12-01 06:02:40 +0000 (Thu, 01 Dec 2011) | 1 line
Changed paths:
M /trunk/LibBabble-SubZone-3.0.lua
M /trunk/lib.xml
remove redundant esMX reference
------------------------------------------------------------------------
r120 | arith | 2011-11-30 15:35:13 +0000 (Wed, 30 Nov 2011) | 1 line
Changed paths:
M /trunk/LibBabble-SubZone-3.0.lua
M /trunk/LibBabble-SubZone-3.0_pt-BR.lua
added ptPT to share the same data with ptBR
------------------------------------------------------------------------
r118 | arith | 2011-11-26 03:14:34 +0000 (Sat, 26 Nov 2011) | 1 line
Changed paths:
M /trunk/LibBabble-SubZone-3.0.lua
M /trunk/LibBabble-SubZone-3.0.toc
M /trunk/LibBabble-SubZone-3.0_zh-CN.lua
zhCN translation update to 4.3.0.15005; TOC change to support WoW 4.3
------------------------------------------------------------------------
r116 | arith | 2011-11-14 13:17:54 +0000 (Mon, 14 Nov 2011) | 1 line
Changed paths:
M /trunk/LibBabble-SubZone-3.0.lua
M /trunk/LibBabble-SubZone-3.0_de-DE.lua
M /trunk/LibBabble-SubZone-3.0_es-ES.lua
M /trunk/LibBabble-SubZone-3.0_fr-FR.lua
M /trunk/LibBabble-SubZone-3.0_ko-KR.lua
M /trunk/LibBabble-SubZone-3.0_pt-BR.lua
M /trunk/LibBabble-SubZone-3.0_ru-RU.lua
M /trunk/LibBabble-SubZone-3.0_zh-TW.lua
translation update to 4.3.0.14980
------------------------------------------------------------------------
r115 | arith | 2011-11-13 14:39:09 +0000 (Sun, 13 Nov 2011) | 1 line
Changed paths:
M /trunk/LibBabble-SubZone-3.0_es-ES.lua
D /trunk/LibBabble-SubZone-3.0_es-MX.lua
combine esES and esMX into one since they have the same zone names
------------------------------------------------------------------------
r114 | arith | 2011-11-12 03:00:40 +0000 (Sat, 12 Nov 2011) | 1 line
Changed paths:
M /trunk/LibBabble-SubZone-3.0.lua
A /trunk/LibBabble-SubZone-3.0_de-DE.lua
A /trunk/LibBabble-SubZone-3.0_es-ES.lua
A /trunk/LibBabble-SubZone-3.0_es-MX.lua
A /trunk/LibBabble-SubZone-3.0_fr-FR.lua
A /trunk/LibBabble-SubZone-3.0_ko-KR.lua
A /trunk/LibBabble-SubZone-3.0_pt-BR.lua
A /trunk/LibBabble-SubZone-3.0_ru-RU.lua
A /trunk/LibBabble-SubZone-3.0_zh-CN.lua
A /trunk/LibBabble-SubZone-3.0_zh-TW.lua
M /trunk/lib.xml
split languages into separated lua files
------------------------------------------------------------------------
r113 | dynaletik | 2011-10-30 12:38:07 +0000 (Sun, 30 Oct 2011) | 1 line
Changed paths:
M /trunk/LibBabble-SubZone-3.0.lua
- deDE fix
------------------------------------------------------------------------
| File Name | Release Type | Game Version | Downloads | Date |
|---|---|---|---|---|
| 4.3-release4 | Release | 4.3 | 5,063 | 12/4/2011 10:05:12 AM |
| 4.3-release3 | Release | 4.3 | 3,891 | 12/1/2011 12:43:59 AM |
| 4.3-release2 | Release | 4.3 | 2,340 | 11/30/2011 9:44:08 AM |
| 4.3-release1 | Release | 4.3 | 1,820 | 11/29/2011 9:11:13 AM |
| 4.3-beta-r116 | Beta | 4.2 | 485 | 11/14/2011 8:18:35 AM |
| 4.2-release4 | Release | 4.2 | 1,804 | 8/11/2011 9:11:05 AM |
| 4.2-release3 | Release | 4.2 | 775 | 8/8/2011 12:02:09 PM |
| 4.2-release2 | Release | 4.2 | 34 | 8/8/2011 8:59:38 AM |
| 4.2-release1 | Release | 4.2 | 994 | 6/28/2011 10:00:54 AM |
| 4.1-release1 | Release | 4.1 | 1,352 | 4/28/2011 8:30:36 AM |
| 4.0.6-release1 | Release | 4.0.6 | 222 | 3/10/2011 11:06:02 AM |
| 4.0.3-release5 | Release | 4.0.3a | 173 | 1/23/2011 12:52:07 PM |
| 4.0.3-release4 | Release | 4.0.3a | 18 | 1/6/2011 7:18:36 AM |
| 4.0.3-release3 | Release | 4.0.3a | 244 | 12/9/2010 12:00:42 PM |
| 4.0.3-release2 | Release | 4.0.3a | 60 | 11/28/2010 7:05:17 AM |
| 4.0.3-release1 | Release | 4.0.3a | 127 | 11/25/2010 4:19:51 AM |
| 4.0.3-beta1 | Beta | 4.0.3 | 38 | 11/21/2010 4:33:45 AM |
| 4.0-release1 | Release | 4.0.1 | 113 | 10/25/2010 1:30:25 PM |
| 3.3-release6 | Release | 3.3.5 | 68 | 10/6/2010 9:03:01 AM |
| 3.3-release5 | Release | 3.3.5 | 2 | 10/6/2010 8:11:55 AM |
| 3.3-release4 | Release | 3.3.5 | 53 | 8/6/2010 7:07:20 AM |
| 3.3-release3 | Release | 3.3.5 | 144 | 7/11/2010 12:34:54 PM |
| 3.3-release2 | Release | 3.3.5 | 38 | 7/3/2010 1:39:02 AM |
| 3.3-release1 | Release | 3.3.5 | 29 | 6/30/2010 10:59:24 AM |
Addon Packs Containing This...
Top Downloads
-
- Bagnon
- Bags & Inventory
- 380,324 Monthly Downloads
-
- Deadly Boss Mods
- Combat and Boss Encounters
- 302,560 Monthly Downloads
-
- Recount
- Combat
- 301,016 Monthly Downloads
-
- SpellFlash
- PvP, Buffs & Debuffs, Quests & Leveling, Action Bars, and Combat
- 282,737 Monthly Downloads
-
- GatherMate2_Data
- Achievements
- 210,508 Monthly Downloads

Comments
Excellent..the error is gone
Works perfect now with Patch 4.3 and FishingBuddy and Atlas!
Thank you very much :)
Revisions after r.74 are designed for WoW 4.2, some old zone names have been removed or renamed.
French: 100%
German: 100%
Korean: 99.89%
Latin American Spanish: 100%
Russian: 99.99%
Simplified Chinese: 98%
Spanish: 100%
Traditional Chinese: 100%
http://www.wowace.com/addons/libbabble-subzone-3-0/localization/