Add zh_TW test file for Lion localization

Change-Id: I30ce77ded84fa525c7386fabe66605946c5b6c46
diff --git a/core/api/src/test/java/org/onosproject/ui/lion/LionUtilsTest.java b/core/api/src/test/java/org/onosproject/ui/lion/LionUtilsTest.java
index 1d91819..8469f24 100644
--- a/core/api/src/test/java/org/onosproject/ui/lion/LionUtilsTest.java
+++ b/core/api/src/test/java/org/onosproject/ui/lion/LionUtilsTest.java
@@ -21,6 +21,7 @@
 import org.junit.Before;
 import org.junit.BeforeClass;
 import org.junit.Test;
+import org.junit.Ignore;
 import org.onosproject.ui.AbstractUiTest;
 
 import java.util.Locale;
@@ -131,4 +132,12 @@
         Locale.setDefault(new Locale("it", "IT"));
         checkLookups("Calcolatore", "Disco", "Schermo", "Tastiera");
     }
+
+    @Test
+    @Ignore("Jenkins not chinese friendly, yet...")
+    public void messagesInZhTw() {
+        title("messagesInZhTW");
+        Locale.setDefault(Locale.TRADITIONAL_CHINESE);
+        checkLookups("電腦", "磁碟", "螢幕", "鍵盤");
+    }
 }
diff --git a/core/api/src/test/resources/org/onosproject/ui/lion/MyBundle_zh_TW.properties b/core/api/src/test/resources/org/onosproject/ui/lion/MyBundle_zh_TW.properties
new file mode 100644
index 0000000..a6cdf51
--- /dev/null
+++ b/core/api/src/test/resources/org/onosproject/ui/lion/MyBundle_zh_TW.properties
@@ -0,0 +1,20 @@
+#
+# Copyright 2017-present Open Networking Laboratory
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+computer=電腦
+disk=磁碟
+monitor=螢幕
+keyboard=鍵盤