diff options
author | Sam Whited <sam@samwhited.com> | 2014-12-29 19:09:27 -0500 |
---|---|---|
committer | Sam Whited <sam@samwhited.com> | 2014-12-29 19:38:47 -0500 |
commit | 0882da2568e8ca926cfcebbefe91adbfebe0e0d9 (patch) | |
tree | fb14f3482e01b6fe8acdc5a68d56b6e2a8a42ac1 /src/main/res/values-zh-rTW/strings.xml | |
parent | 3c5d7d4f1b8af9568fdc7ba17f4c6d0a11167a4e (diff) |
Make `app_name' string untranslatable
Remove untranslatable about message
Escape single quote in NL translation
Diffstat (limited to '')
-rw-r--r-- | src/main/res/values-zh-rTW/strings.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/res/values-zh-rTW/strings.xml b/src/main/res/values-zh-rTW/strings.xml index 2c3ea225..24872cf7 100644 --- a/src/main/res/values-zh-rTW/strings.xml +++ b/src/main/res/values-zh-rTW/strings.xml @@ -1,7 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <resources> - <string name="app_name">Conversations</string> <string name="action_settings">設定</string> <string name="action_add">新對話</string> <string name="action_accounts">管理帳戶</string> @@ -260,4 +259,4 @@ <string name="pref_conference_name">群組名稱</string> <string name="pref_conference_name_summary">使用群組的名稱而不是 JID 來識別之。 </string> -</resources>
\ No newline at end of file +</resources> |