diff --git a/SodaLive/Resources/Localizable.xcstrings b/SodaLive/Resources/Localizable.xcstrings index b46248d..bcef594 100644 --- a/SodaLive/Resources/Localizable.xcstrings +++ b/SodaLive/Resources/Localizable.xcstrings @@ -9664,6 +9664,54 @@ } } } + }, + "홈" : { + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Home" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ホーム" + } + } + } + }, + "채팅" : { + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Chat" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "チャット" + } + } + } + }, + "마이" : { + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "My" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "マイ" + } + } + } } }, "version" : "1.1" diff --git a/SodaLive/Sources/Main/Home/TabButton.swift b/SodaLive/Sources/Main/Home/TabButton.swift index f2798c2..72f07fa 100644 --- a/SodaLive/Sources/Main/Home/TabButton.swift +++ b/SodaLive/Sources/Main/Home/TabButton.swift @@ -9,7 +9,7 @@ import SwiftUI struct TabButton: View { - let title: String + let title: LocalizedStringResource let action: () -> Void let image: () -> String let fontName: () -> String