Mercurial > wow > mailopener
view Localization/esES.lua @ 122:6a51405c7733
Hopefully fixed hooking errors (I can?t reproduce them, but this should still solve it).
| author | Zerotorescue |
|---|---|
| date | Sat, 16 Oct 2010 14:44:48 +0200 |
| 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")@
