fix(i18n): 크리에이터 채널 탭을 다국어화한다

This commit is contained in:
Yu Sung
2026-08-14 13:41:33 +09:00
parent 1e68e2a282
commit b011616175
2 changed files with 8 additions and 6 deletions

View File

@@ -3427,6 +3427,8 @@ If you block this user, the following features will be restricted.
}
enum CreatorChannelHome {
static var home: String { pick(ko: "", en: "Home", ja: "ホーム") }
static var live: String { pick(ko: "라이브", en: "Live", ja: "ライブ") }
static var currentLive: String { pick(ko: "현재 라이브", en: "Live now", ja: "現在ライブ") }
static var latestAudio: String { pick(ko: "최신 오디오 콘텐츠", en: "Latest audio", ja: "最新オーディオ") }
static var donation: String { pick(ko: "후원", en: "Donations", ja: "サポート") }