보관함 문자열 국제화 적용

This commit is contained in:
Yu Sung
2026-01-23 06:01:13 +09:00
parent 7cdb46dd8a
commit 0a40bdbee8
3 changed files with 17 additions and 4 deletions

View File

@@ -27,5 +27,5 @@ struct ContentBoxTabView: View {
}
#Preview {
ContentBoxTabView(title: "재생목록", isSelected: false)
ContentBoxTabView(title: I18n.ContentBox.tabPlaylist, isSelected: false)
}