Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit 4b8b5af

Browse files
committed
fix(resources): some string are untranslatable (closes #1117)
1 parent 440358a commit 4b8b5af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/src/main/res/values/strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
33

44
<!-- AndroidIDE -->
5-
<item name="copy" type="string" tools:override="true">Copy</item>
6-
<item name="text_to_search" type="string">Text to search</item>
5+
<string name="copy" tools:override="true">Copy</string>
6+
<string name="text_to_search">Text to search</string>
77
<string name="app_name" translatable="false">AndroidIDE</string>
88
<string name="title_open_source_licenses">Open source licenses</string>
99
<string name="msg_about_licensed_under">Licensed under: </string>

0 commit comments

Comments
 (0)