Skip to content

Commit 093d5fd

Browse files
Fix lint error
1 parent 5e0db50 commit 093d5fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compose/snippets/src/main/res/values/strings.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
~ limitations under the License.
1515
~
1616
-->
17-
<resources>
17+
<resources xmlns:tools="http://schemas.android.com/tools">
1818
<string name="app_name">snippets</string>
1919
<string name="dog_content_description">Golden Retriever in fall leaves</string>
2020
<string name="shopping_cart_content_desc">Shopping cart</string>
@@ -53,5 +53,5 @@
5353
<string name="shopping">Shopping</string>
5454
<string name="profile">Profile</string>
5555
<string name="detail_placeholder">This is just a placeholder.</string>
56-
<string name="custom">Custom</string>
56+
<string name="custom" tools:ignore="MissingTranslation">Custom</string>
5757
</resources>

0 commit comments

Comments
 (0)