Skip to content

Commit

Permalink
refactor: CreateStudyScreenPreview 언어 한글로 변경 (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
pengcon committed Jan 9, 2025
1 parent 841361a commit e3fea50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ fun isValidateNumber(inputNumber: String): Boolean {
return isValid && inputNumber.toIntOrNull()?.let { it in 2..50 } == true
}

@Preview(showBackground = true)
@Preview(showBackground = true, locale = "ko")
@Composable
fun CreateStudyScreenPreview() {
WeQuizTheme {
Expand Down

0 comments on commit e3fea50

Please sign in to comment.