diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml
new file mode 100644
index 0000000..3e864f0
--- /dev/null
+++ b/app/src/main/res/values-zh-rTW/strings.xml
@@ -0,0 +1,35 @@
+<resources>
+    <string name="app_name">簡易應用程式啟動器</string>
+    <string name="app_launcher_name">簡易應用程式啟動器</string>
+    <string name="enter_launcher_name">請輸入啟動器名稱</string>
+    <string name="remove_explanation">這只會從畫面移除啟動器圖標,不會解除安裝實際程式。</string>
+
+    <!-- Apps -->
+    <string name="calculator">計算機</string>
+    <string name="calendar">行事曆</string>
+    <string name="camera">相機</string>
+    <string name="contacts">通訊錄</string>
+    <string name="draw">繪圖</string>
+    <string name="file_manager">檔案管理器</string>
+    <string name="flashlight">手電筒</string>
+    <string name="gallery">相簿</string>
+    <string name="music_player">音樂撥放器</string>
+    <string name="notes">筆記</string>
+    <string name="thank_you">Thank You</string>
+
+    <!-- Strings displayed only on Google Playstore. Optional, but good to have -->
+    <!-- Short description has to have less than 80 chars -->
+    <string name="app_short_description">一個用來開啟你最愛的應用程式的簡易平台。</string>
+    <string name="app_long_description">
+        你可以輕鬆加入任何應用程式,所以你將不必再滑過無用程式來找到你要的。也能如你所願地重新命名應用程式在啟動器上的名稱。這不是一個取代主頁螢幕的真正啟動器,只是個平台用來放你最愛的應用程式。
+
+        不包含廣告及非必要的權限,而且完全開放原始碼,並提供自訂顏色。
+		
+        這程式只是一系列眾多應用程式的其中一項,你可以在這發現更多 http://www.simplemobiletools.com
+    </string>
+
+    <!--
+        Haven't found some strings? There's more at
+        https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
+    -->
+</resources>