Skip to content

Commit

Permalink
#32 / string 파일 충돌 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
l2zh authored and taeheeL committed Jul 15, 2023
1 parent 36c2f14 commit 9d957ba
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,12 @@
<string name="dialog_ok_text">확인</string>
<string name="dialog_title_text">Title</string>

<!-- createShortGame -->
<string name="create_short_game_title">한판승부</string>
<string name="create_short_game_select_mission">미션 카테고리 선택하기</string>
<string name="create_short_game_more_script">더보기 버튼을 눌러 설명을 볼 수 있어요</string>
<string name="create_short_game_wish">소원 정하기</string>
<string name="create_short_game_wish_content_hint">이번 승부에 걸 소원을 입력해주세요! \n소원은 지금 정하지 않고 승부가 끝난 뒤에도 작성할 수 있어요</string>
<string name="create_short_game_btn">한판 승부 만들기</string>

</resources>

0 comments on commit 9d957ba

Please sign in to comment.