Skip to content

Commit

Permalink
โ™ป๏ธ extract string resource
Browse files Browse the repository at this point in the history
  • Loading branch information
Hogu59 committed Oct 24, 2024
1 parent 9be5079 commit a901652
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/src/main/res/layout/fragment_edit_steps.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
app:appbarEventListener="@{appbarEventListener}"
app:leftIcon="@{@drawable/ic_back_24}"
app:rightIcon="@{@drawable/ic_complete_making}"
app:title="@{@string/making_appbar_title}" />
app:title="@{@string/edit_step_appbar_title}" />

<androidx.viewpager2.widget.ViewPager2
android:id="@+id/vp_step_making"
Expand Down
2 changes: 2 additions & 0 deletions android/app/src/main/res/values-ko-rKR/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@
<string name="comment_menu_block">์ฐจ๋‹จํ•˜๊ธฐ</string>
<string name="comment_menu_report">์‹ ๊ณ ํ•˜๊ธฐ</string>

<string name="edit_step_appbar_title">๋ ˆ์‹œํ”ผ ์ˆ˜์ •</string>

<string name="report_title_bottom">์‹ ๊ณ  ์‚ฌ์œ ๋ฅผ ์„ ํƒํ•ด์ฃผ์„ธ์š”.</string>
<string name="report_title_dialog">์‹ ๊ณ  ์‚ฌ์œ ๋ฅผ ์„ ํƒํ•ด์ฃผ์„ธ์š”.</string>
<string name="recipe_report_success">์‹ ๊ณ ๊ฐ€ ์™„๋ฃŒ๋˜์—ˆ์Šต๋‹ˆ๋‹ค.</string>
Expand Down
1 change: 1 addition & 0 deletions android/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
<string name="comment_menu_block">Block</string>
<string name="comment_menu_report">Report</string>

<string name="edit_step_appbar_title">Edit Step</string>

<string name="report_title_bottom">Please choose the reason of report</string>
<string name="report_title_dialog">Choose reason of report</string>
Expand Down

0 comments on commit a901652

Please sign in to comment.