Mercurial > wow > mailopener
view Localization/esES.lua @ 167:38dddadc7b0d v1.3.1-beta
Tagging as v1.3.0-beta
Bump TOC for WoW5.2
This doesn't actually fix all the things that broke in WoW5.0, but many parts still work, so we'll start with a beta tag to let people know the project is again under development.
| author | hg@repo01.curselive.local |
|---|---|
| date | Sun, 10 Mar 2013 22:33:05 +0000 |
| parents | a5f725b9492c |
| children |
line wrap: on
line source
local L = LibStub("AceLocale-3.0"):NewLocale("MailOpener", "esES"); if not L then return; end -- Core --@localization(locale="esES", format="lua_additive_table", same-key-is-true=true, namespace="", handle-subnamespaces="none")@ -- BeanCounterSupport --@localization(locale="esES", format="lua_additive_table", same-key-is-true=true, namespace="BeanCounterSupport", handle-subnamespaces="none")@ -- Collected --@localization(locale="esES", format="lua_additive_table", same-key-is-true=true, namespace="Collected", handle-subnamespaces="none")@ -- Config --@localization(locale="esES", format="lua_additive_table", same-key-is-true=true, namespace="Config", handle-subnamespaces="none")@ -- FailSafe --@localization(locale="esES", format="lua_additive_table", same-key-is-true=true, namespace="FailSafe", handle-subnamespaces="none")@ -- Indicator --@localization(locale="esES", format="lua_additive_table", same-key-is-true=true, namespace="Indicator", handle-subnamespaces="none")@ -- OpenAll --@localization(locale="esES", format="lua_additive_table", same-key-is-true=true, namespace="OpenAll", handle-subnamespaces="none")@
