A few libraries to help with localization.
This works as either an embedded library or a standalone addon.
English, German, French, Simplified Chinese.
This provides a lot of handy features.
I'll show German in the following examples, but it works for French and English as well:
Class: "Hexenmeister"
Class color: "Hexenmeister" -> purple
Zone: "Das Brachland"
Spell: "Blitzheilung"
Spell tree: "Wiederherstellung"
Spell icon: "Blitzheilung" -> "Interface\\Icons\\Spell_Holy_FlashHeal"
Boss name: "Vaelastrasz der Verdorbene"
Users:
TO INSTALL: Put the BabbleLib folder into
\World of Warcraft\Interface\AddOns\
Developers:
Place the BabbleLib lua files into your AddOn's folder, then add BabbleLib.lua to the .toc file.
Then, to access the library, in your code, write `local babbleCore = BabbleLib:GetInstance("Core 1.1")`.
From that point on, you can access BabbleLib's functions.
Facts
- Date created
- 10 May 2006
- Category
- Last update
- 09 May 2008
- Development stage
- Abandoned
- License
- All Rights Reserved
- Recent files
- R: 2.2-r73085 for 2.4.0 on 09 May 2008
- R: 2.2 for 2.4.0 on 26 Apr 2008
- R: 2.1.0 r36352 for 2.1.0 on 22 May 2007
- R: 1.1.1596 for 1.12.0 on 10 May 2006