diff --git a/keyBound/keyBound.xml b/keyBound/keyBound.xml
index 64298f3..ed3c8fb 100644
--- a/keyBound/keyBound.xml
+++ b/keyBound/keyBound.xml
@@ -3,6 +3,7 @@
+
diff --git a/keyBound/localization/localization.tw.lua b/keyBound/localization/localization.tw.lua
new file mode 100644
index 0000000..942b691
--- /dev/null
+++ b/keyBound/localization/localization.tw.lua
@@ -0,0 +1,19 @@
+--[[
+--[[
+ KeyBound localization file
+ Traditional Chinese
+--]]
+
+local L = LibStub('AceLocale-3.0'):NewLocale('KeyBound', 'zhTW')
+if not L then return end
+
+L.Enabled = "按鍵綁定模式已啟用"
+L.Disabled = "按鍵綁定模式已禁用"
+L.ClearTip = format("按 %s 清除所有綁定", GetBindingText("ESCAPE", "KEY_"))
+L.NoKeysBoundTip = "目前没有綁定按鍵"
+L.ClearedBindings = "從 %s 移除按鍵綁定"
+L.BoundKey = "設置 %s 到 %s"
+L.UnboundKey = "取消綁定 %s 从 %s"
+L.CannotBindInCombat = "不能在戰鬥狀態綁定按鍵"
+L.CombatBindingsEnabled = "離開戰鬥狀態, 按鍵綁定模式已啟用"
+L.CombatBindingsDisabled = "進入戰鬥狀態, 按鍵綁定模式已禁用"
\ No newline at end of file