Skip to content

Commit

Permalink
[FEATURE]#74 : string Resource 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjaino committed Aug 3, 2024
1 parent 37fed18 commit dc70765
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/ui/src/main/res/values/string.xml

This file was deleted.

2 changes: 2 additions & 0 deletions core/ui/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="user_character_image">User Character Image</string>
<string name="message_edit">수정하기</string>
<string name="school_icon">school icon</string>
</resources>
2 changes: 2 additions & 0 deletions feature/entire/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,6 @@
<string name="revoke_bottom_sheet_content2">" • 탈퇴 후 계정을 복구하고 싶다면 15일(360시간)이\n 지나기 전에 가입한 계정으로 다시 로그인해 주세요"</string>
<string name="revoke_confirm_text">모든 내용을 숙지하였고, 탈퇴에 동의합니다</string>
<string name="do_revoke">탈퇴하기</string>
<string name="unblock">차단 해제</string>
<string name="unblock_done">해제 완료</string>
</resources>

0 comments on commit dc70765

Please sign in to comment.