diff --git a/i18n/deDE.lua b/i18n/deDE.lua index ee22612..892a698 100644 --- a/i18n/deDE.lua +++ b/i18n/deDE.lua @@ -3,7 +3,7 @@ local addonName, addon = ... local locale = GetLocale() if locale == "deDE" then - local L = {} + local L = addon.L L["ShowHKs"] = "Zeige Ehrenhafte Siege"; L["ShowHKsDescription"] = "Shows the total number of honor kills within the data text." diff --git a/i18n/esES.lua b/i18n/esES.lua index 519b8ea..7b95f07 100644 --- a/i18n/esES.lua +++ b/i18n/esES.lua @@ -3,7 +3,7 @@ local addonName, addon = ... local locale = GetLocale() if locale == "esES" then - local L = {} + local L = addon.L L["ShowHKs"] = "Show Honor Kills"; L["ShowHKsDescription"] = "Shows the total number of honor kills within the data text." diff --git a/i18n/frFR.lua b/i18n/frFR.lua index f3b0e0d..265f394 100644 --- a/i18n/frFR.lua +++ b/i18n/frFR.lua @@ -3,7 +3,7 @@ local addonName, addon = ... local locale = GetLocale() if locale == "frFR" then - local L = {} + local L = addon.L L["ShowHKs"] = "Afficher Victoires Honorables"; L["ShowHKsDescription"] = "Shows the total number of honor kills within the data text." diff --git a/i18n/ruRU.lua b/i18n/ruRU.lua index 4093621..540c67b 100644 --- a/i18n/ruRU.lua +++ b/i18n/ruRU.lua @@ -3,7 +3,7 @@ local addonName, addon = ... local locale = GetLocale() if locale == "ruRU" then - local L = {} + local L = addon.L -- Configuration options L["showHKs"] = "Почётные победы"; L["showHKsDescription"] = "Показывать общее количество почётных побед.";