feat(i18n): 콘텐츠 모듈 그룹2 하드코딩 문구를 I18n 키로 통일한다

This commit is contained in:
Yu Sung
2026-04-01 16:08:26 +09:00
parent 49e2487617
commit a90996603b
11 changed files with 184 additions and 80 deletions

View File

@@ -28,7 +28,7 @@ struct ContentCreateSelectThemeView: View {
VStack(spacing: 0) {
HStack(alignment: .top, spacing: 0) {
Text("테마 선택")
Text(I18n.CreateContent.selectTheme)
.appFont(size: 18.3, weight: .bold)
.foregroundColor(.white)