We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e0db50 commit 093d5fdCopy full SHA for 093d5fd
compose/snippets/src/main/res/values/strings.xml
@@ -14,7 +14,7 @@
14
~ limitations under the License.
15
~
16
-->
17
-<resources>
+<resources xmlns:tools="http://schemas.android.com/tools">
18
<string name="app_name">snippets</string>
19
<string name="dog_content_description">Golden Retriever in fall leaves</string>
20
<string name="shopping_cart_content_desc">Shopping cart</string>
@@ -53,5 +53,5 @@
53
<string name="shopping">Shopping</string>
54
<string name="profile">Profile</string>
55
<string name="detail_placeholder">This is just a placeholder.</string>
56
- <string name="custom">Custom</string>
+ <string name="custom" tools:ignore="MissingTranslation">Custom</string>
57
</resources>
0 commit comments