Quantcast

Locale update

Erik L. Vonderscheer [06-26-09 - 05:39]
Locale update
Filename
TradeFilter3Locale.lua
diff --git a/TradeFilter3Locale.lua b/TradeFilter3Locale.lua
index 3ad81ea..5d2fd27 100644
--- a/TradeFilter3Locale.lua
+++ b/TradeFilter3Locale.lua
@@ -19,3 +19,15 @@ if L then
 --@localization(locale="deDE", format="lua_additive_table", same-key-is-true=true, handle-subnamespaces="concat")@
 if GetLocale() == "deDE" then return end
 end
+
+local L =  LibStub("AceLocale-3.0"):NewLocale("TradeFilter3", "zhCN", true, debug)
+if L then
+--@localization(locale="zhCN", format="lua_additive_table", same-key-is-true=true, handle-subnamespaces="concat")@
+if GetLocale() == "zhCN" then return end
+end
+
+local L =  LibStub("AceLocale-3.0"):NewLocale("TradeFilter3", "zhTW", true, debug)
+if L then
+--@localization(locale="zhTW", format="lua_additive_table", same-key-is-true=true, handle-subnamespaces="concat")@
+if GetLocale() == "zhTW" then return end
+end