fix(donation): 후원 문구에 다국어를 적용한다
This commit is contained in:
@@ -7,7 +7,7 @@ struct CreatorChannelDonationRankingSection: View {
|
||||
var body: some View {
|
||||
if rankings.isEmpty == false {
|
||||
VStack(alignment: .leading, spacing: SodaSpacing.s14) {
|
||||
Text("후원 랭킹")
|
||||
Text(I18n.Explorer.donationRankingTitle)
|
||||
.appFont(size: 20, weight: .bold)
|
||||
.foregroundColor(.white)
|
||||
.frame(maxWidth: .infinity, alignment: .leading)
|
||||
@@ -19,7 +19,7 @@ struct CreatorChannelDonationRankingSection: View {
|
||||
}
|
||||
|
||||
Button(action: onTapViewAll) {
|
||||
Text("전체보기")
|
||||
Text(I18n.CreatorChannelHome.viewAll)
|
||||
.appFont(size: 16, weight: .medium)
|
||||
.foregroundColor(.white)
|
||||
.frame(maxWidth: .infinity)
|
||||
|
||||
Reference in New Issue
Block a user