fix(donation): 후원 문구에 다국어를 적용한다

This commit is contained in:
Yu Sung
2026-08-26 13:18:27 +09:00
parent e46198f87a
commit e3642b3f1b
6 changed files with 267 additions and 8 deletions

View File

@@ -3567,6 +3567,14 @@ If you block this user, the following features will be restricted.
ja: "まだサポートがありません。\n最初のサポートをしてみましょう!"
)
}
static func defaultMessage(_ can: Int) -> String {
pick(
ko: "\(can)캔을 후원하였습니다",
en: "Donated \(can) cans.",
ja: "\(can)canをサポートしました。"
)
}
}
enum HomeRecommendation {