Mercurial > wow > mailopener
view Localization/frFR.lua @ 135:9998d4ff8152
A C stack overflow when clicking the mail opener options in the interface -> addons tab should no longer occur.
| author | Zerotorescue |
|---|---|
| date | Fri, 12 Nov 2010 17:57:05 +0100 |
| parents | a5f725b9492c |
| children |
line wrap: on
line source
local L = LibStub("AceLocale-3.0"):NewLocale("MailOpener", "frFR"); if not L then return; end -- Core --@localization(locale="frFR", format="lua_additive_table", same-key-is-true=true, namespace="", handle-subnamespaces="none")@ -- BeanCounterSupport --@localization(locale="frFR", format="lua_additive_table", same-key-is-true=true, namespace="BeanCounterSupport", handle-subnamespaces="none")@ -- Collected --@localization(locale="frFR", format="lua_additive_table", same-key-is-true=true, namespace="Collected", handle-subnamespaces="none")@ -- Config --@localization(locale="frFR", format="lua_additive_table", same-key-is-true=true, namespace="Config", handle-subnamespaces="none")@ -- FailSafe --@localization(locale="frFR", format="lua_additive_table", same-key-is-true=true, namespace="FailSafe", handle-subnamespaces="none")@ -- Indicator --@localization(locale="frFR", format="lua_additive_table", same-key-is-true=true, namespace="Indicator", handle-subnamespaces="none")@ -- OpenAll --@localization(locale="frFR", format="lua_additive_table", same-key-is-true=true, namespace="OpenAll", handle-subnamespaces="none")@
