fix(i18n): 크리에이터 채널 탭을 다국어화한다
This commit is contained in:
@@ -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: "サポート") }
|
||||
|
||||
Reference in New Issue
Block a user