Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: libadblockplus-android-webviewapp/res/values/strings.xml

Issue 29588559: Issue 5930 - Turn off "MissingTranslation" lint warnings (Closed)
Patch Set: Created Oct. 25, 2017, 7:56 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « libadblockplus-android-settings/res/values/adblock_settings_strings_internal.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libadblockplus-android-webviewapp/res/values/strings.xml
diff --git a/libadblockplus-android-webviewapp/res/values/strings.xml b/libadblockplus-android-webviewapp/res/values/strings.xml
index 3f9c247a1b65a21b5ffb78076ed445148dd663a9..3b0c289a76270164bc029ff33be9761c1e6482bc 100644
--- a/libadblockplus-android-webviewapp/res/values/strings.xml
+++ b/libadblockplus-android-webviewapp/res/values/strings.xml
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
-<resources>
+<resources
+ xmlns:tools="http://schemas.android.com/tools"
+ tools:ignore="MissingTranslation">
<string name="app_name">AdblockWebView App</string>
<string name="settings_name">Settings</string>
« no previous file with comments | « libadblockplus-android-settings/res/values/adblock_settings_strings_internal.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld