annotate locale-esES.lua @ 28:06455617f5d4
Added tag 1.4.3 for changeset b13173d29153
| author |
Farmbuyer of US-Kilrogg <farmbuyer@gmail.com> |
| date |
Sun, 28 Jun 2015 13:21:50 -0400 |
| 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, "esES")
|
|
farmbuyer@3
|
6 if not L then return end
|
|
farmbuyer@3
|
7
|
|
farmbuyer@3
|
8 --@localization(locale="esES", format="lua_additive_table", handle-unlocalized="comment")@
|