aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2015-09-04 01:45:09 +0900
committerKazuki Yamaguchi <k@rhe.jp>2015-09-04 01:45:09 +0900
commit3cb3ad1f0668f0cca948ec1e8e5aee5c69bb1838 (patch)
treed807a8d7c00183372cfa00b0923568ea6fbf2d4d /app/src/main/res
parent1a0fae38878e28e7b6ac89e57f15537c09799337 (diff)
downloadSmileEssence-3cb3ad1f0668f0cca948ec1e8e5aee5c69bb1838.tar.gz
suppress unneeded MissingTranslation lint error
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/values/app_info.xml3
-rw-r--r--app/src/main/res/values/arrays.xml3
-rw-r--r--app/src/main/res/values/keys.xml3
-rw-r--r--app/src/main/res/values/license.xml3
-rw-r--r--app/src/main/res/values/strings.xml1
5 files changed, 8 insertions, 5 deletions
diff --git a/app/src/main/res/values/app_info.xml b/app/src/main/res/values/app_info.xml
index dc8fa580..8a924181 100644
--- a/app/src/main/res/values/app_info.xml
+++ b/app/src/main/res/values/app_info.xml
@@ -22,7 +22,8 @@
~ SOFTWARE.
-->
-<resources>
+<resources xmlns:tools="http://schemas.android.com/tools"
+ tools:ignore="MissingTranslation">
<string name="app_name">rSmileEssence</string>
<string name="app_version_full">1.0.11 \"Dolphin\"</string>
<string name="app_url">http://smileessence.lacolaco.net</string>
diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml
index 15c09f3c..6f699a9d 100644
--- a/app/src/main/res/values/arrays.xml
+++ b/app/src/main/res/values/arrays.xml
@@ -22,7 +22,8 @@
~ SOFTWARE.
-->
-<resources>
+<resources xmlns:tools="http://schemas.android.com/tools"
+ tools:ignore="MissingTranslation">
<string-array name="setting_namestyle_names">
<item>@string/namestyle_s_n</item>
<item>@string/namestyle_n_s</item>
diff --git a/app/src/main/res/values/keys.xml b/app/src/main/res/values/keys.xml
index 7449d5ed..20741f15 100644
--- a/app/src/main/res/values/keys.xml
+++ b/app/src/main/res/values/keys.xml
@@ -22,7 +22,8 @@
~ SOFTWARE.
-->
-<resources>
+<resources xmlns:tools="http://schemas.android.com/tools"
+ tools:ignore="MissingTranslation">
<string name="key_test_preference">testPreference</string>
<string name="key_setting_text_size">textSize</string>
<string name="key_setting_back_to_home">onSubmit</string>
diff --git a/app/src/main/res/values/license.xml b/app/src/main/res/values/license.xml
index db854ca5..bcc483ab 100644
--- a/app/src/main/res/values/license.xml
+++ b/app/src/main/res/values/license.xml
@@ -22,7 +22,8 @@
~ SOFTWARE.
-->
-<resources>
+<resources xmlns:tools="http://schemas.android.com/tools"
+ tools:ignore="MissingTranslation">
<string name="apache">
Apache License
Version 2.0, January 2004
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index bc364689..66e39d68 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -230,7 +230,6 @@
<string name="command_select_image_from_gallery">From gallery</string>
<string name="command_select_image_from_camera">From camera</string>
<string name="command_save_as_template">Save as template</string>
- <string name="command_create_search_page_dialog">Search page</string>
<string name="command_paste_to_post">Paste to post</string>
<string name="command_search_on_twitter">Search on Twitter</string>
<string name="command_search_on_google">Search on Google</string>