From 28b843777d3515446f8b876fe7eb3b90e97eed14 Mon Sep 17 00:00:00 2001 From: "Erik L. Vonderscheer" Date: Sun, 6 Sep 2009 05:22:12 +0000 Subject: [PATCH] Locale touch --- TradeFilter3Locale.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TradeFilter3Locale.lua b/TradeFilter3Locale.lua index 547919c..8bfdba6 100644 --- a/TradeFilter3Locale.lua +++ b/TradeFilter3Locale.lua @@ -43,3 +43,9 @@ if L then --@localization(locale="frFR", format="lua_additive_table", same-key-is-true=true, handle-subnamespaces="subtable")@ if GetLocale() == "frFR" then return end end + +local L = LibStub("AceLocale-3.0"):NewLocale("TradeFilter3", "ruRU") +if L then +--@localization(locale="ruRU", format="lua_additive_table", same-key-is-true=true, handle-subnamespaces="subtable")@ +if GetLocale() == "ruRU" then return end +end -- 1.7.9.5