refactor(home): 팔로잉 문구를 다국어화한다

This commit is contained in:
Yu Sung
2026-07-01 14:13:43 +09:00
parent e3dd508528
commit 641b00e66b
5 changed files with 45 additions and 9 deletions

View File

@@ -88,7 +88,7 @@ private struct LiveTagView: View {
.fill(Color.red400)
.frame(width: 8, height: 8)
Text("LIVE")
Text(I18n.HomeFollowing.liveTag)
.appFont(size: 12, weight: .regular)
.foregroundColor(.white)
.lineLimit(1)