fix(i18n): 전체 수량 표기를 다국어화한다
This commit is contained in:
@@ -5,7 +5,7 @@ struct CreatorChannelDonationCountBar: View {
|
||||
|
||||
var body: some View {
|
||||
HStack(spacing: SodaSpacing.s4) {
|
||||
Text("전체")
|
||||
Text(I18n.CreatorChannelCommunity.totalLabel)
|
||||
.appFont(size: 16, weight: .medium)
|
||||
.foregroundColor(.white)
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ struct CreatorChannelFanTalkCountBar: View {
|
||||
|
||||
var body: some View {
|
||||
HStack(spacing: SodaSpacing.s4) {
|
||||
Text("전체")
|
||||
Text(I18n.CreatorChannelCommunity.totalLabel)
|
||||
.appFont(size: 16, weight: .medium)
|
||||
.foregroundColor(.white)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user