콘텐츠 상세 미리듣기 버튼 변경

This commit is contained in:
Yu Sung
2026-01-19 21:18:14 +09:00
parent 68dab028cc
commit f1353fc2e6
5 changed files with 6327 additions and 6241 deletions

View File

@@ -86,6 +86,22 @@ enum I18n {
ja: "固定上限到達"
)
}
static var preview: String {
pick(
ko: "미리듣기",
en: "Preview",
ja: "試聴"
)
}
static var noPreview: String {
pick(
ko: "미리듣기 미지원",
en: "No Preview",
ja: "試聴非対応"
)
}
static var pinLimitDesc: String {
pick(