Skip to content

Commit

Permalink
[CHORE/#32] string ์ถ”์ถœ
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyobeen-Park committed Jul 10, 2024
1 parent 8d85dc8 commit 69b88a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import androidx.compose.ui.Modifier
import androidx.compose.ui.res.stringResource
import androidx.compose.ui.text.style.TextAlign
import androidx.compose.ui.unit.dp
import com.terning.core.R
import com.terning.core.designsystem.theme.Black
import com.terning.core.designsystem.theme.Grey200
import com.terning.core.designsystem.theme.Grey400
Expand All @@ -42,7 +43,7 @@ fun SortingBottomSheet(
TerningBasicBottomSheet(
content = {
Text(
text = "๊ณต๊ณ  ์ •๋ ฌ ์ˆœ์„œ",
text = stringResource(id = R.string.sort_bottom_sheet_title),
style = TerningTheme.typography.title2,
color = Black,
modifier = modifier
Expand Down
4 changes: 2 additions & 2 deletions core/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
<!-- button-->
<string name="button_preview">button</string>

<!-- ์ •๋ ฌ ๋ฒ„ํŠผ -->
<!-- ์ •๋ ฌ ๋ฒ„ํŠผ + ๋ฐ”ํ…€์‹œํŠธ -->
<string name="sort_by_earliest">์ฑ„์šฉ ๋งˆ๊ฐ ์ด๋ฅธ์ˆœ</string>
<string name="sort_by_shortest">์งง์€ ๊ทผ๋ฌด ๊ธฐ๊ฐ„์ˆœ</string>
<string name="sort_by_longest">๊ธด ๊ทผ๋ฌด ๊ธฐ๊ฐ„์ˆœ</string>
<string name="sort_by_scrap">์Šคํฌ๋žฉ ๋งŽ์€์ˆœ</string>
<string name="sort_by_view_count">์กฐํšŒ์ˆ˜ ๋งŽ์€์ˆœ</string>
<string name="sort_button_description">์ •๋ ฌ ๊ธฐ์ค€</string>

<string name="sort_bottom_sheet_title">๊ณต๊ณ  ์ •๋ ฌ ์ˆœ์„œ</string>

</resources>

0 comments on commit 69b88a9

Please sign in to comment.