검색 화면 하드 코딩된 텍스트 다국어 전환

This commit is contained in:
Yu Sung
2026-01-23 05:27:26 +09:00
parent 9533b06d1e
commit 02d767d5d8
4 changed files with 45 additions and 17 deletions

View File

@@ -61,6 +61,34 @@ enum I18n {
ja: "2文字以上で入力してください"
)
}
static var tabUnified: String {
pick(ko: "통합", en: "All", ja: "統合")
}
static var tabCreator: String {
pick(ko: "채널", en: "Channel", ja: "チャンネル")
}
static var tabContent: String {
pick(ko: "콘텐츠", en: "Content", ja: "コンテンツ")
}
static var tabSeries: String {
pick(ko: "시리즈", en: "Series", ja: "シリーズ")
}
static var noResults: String {
pick(
ko: "검색 결과가 없습니다.",
en: "No results found.",
ja: "検索結果がありません。"
)
}
static var more: String {
pick(ko: "더보기 >", en: "More >", ja: "もっと見る >")
}
}
enum ContentDetail {
static var creatorOtherContents: String {