Quantcast

Locale touch

Erik L. Vonderscheer [09-06-09 - 05:22]
Locale touch
Filename
TradeFilter3Locale.lua
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