Skip to content

Commit c92ce34

Browse files
Add tools namespace to Korean strings
1 parent 9776aa4 commit c92ce34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/values-ko-rKR/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<resources>
2+
<resources xmlns:tools="http://schemas.android.com/tools">
33
<string name="image_view_preview_desc">이미지 뷰 미리보기</string>
44
<string name="app_short_description">Android Studio에서 간단한 Java 앱을 만드는 방법을 배워보세요. 📱</string>
55
<string name="notification_update_title">새로운 업데이트가 있습니다.</string>

0 commit comments

Comments
 (0)