annotate locale-zhTW.lua @ 7:332550e56fd2
Handle the case of a guildmaster opening the main window manually. This whole thing should be moved to LoD.
| author |
Farmbuyer of US-Kilrogg <farmbuyer@gmail.com> |
| date |
Sat, 10 Dec 2011 19:12:10 +0000 |
| parents |
001b15e07b87 |
| children |
|
| rev |
line source |
|
farmbuyer@3
|
1 -- Which Rank Does What Locale
|
|
farmbuyer@3
|
2 -- Please use the Localization App on WoWAce to Update this
|
|
farmbuyer@3
|
3 -- http://www.wowace.com/addons/whichrankdoeswhat/localization/
|
|
farmbuyer@3
|
4 local nametag = ...
|
|
farmbuyer@3
|
5 local L = LibStub("AceLocale-3.0"):NewLocale(nametag, "zhTW")
|
|
farmbuyer@3
|
6 if not L then return end
|
|
farmbuyer@3
|
7
|
|
farmbuyer@3
|
8 --@localization(locale="zhTW", format="lua_additive_table", handle-unlocalized="comment")@
|