annotate locale-ruRU.lua @ 11:f9613ef500ad
AceGUIWidget-lib-st.lua to v5 for safety.
| author |
Farmbuyer of US-Kilrogg <farmbuyer@gmail.com> |
| date |
Sun, 29 Jan 2012 03:34:21 +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, "ruRU")
|
|
farmbuyer@3
|
6 if not L then return end
|
|
farmbuyer@3
|
7
|
|
farmbuyer@3
|
8 --@localization(locale="ruRU", format="lua_additive_table", handle-unlocalized="comment")@
|