feat(i18n): 온보딩 시작하기 문구를 I18n 키로 통일한다
This commit is contained in:
@@ -3906,6 +3906,12 @@ If you block this user, the following features will be restricted.
|
||||
}
|
||||
}
|
||||
|
||||
enum Onboarding {
|
||||
static var startAction: String {
|
||||
pick(ko: "시작하기", en: "Get started", ja: "始める")
|
||||
}
|
||||
}
|
||||
|
||||
enum MyPage {
|
||||
enum Common {
|
||||
static var totalPrefix: String {
|
||||
|
||||
Reference in New Issue
Block a user