From 3e60a8c340d9f9df0b194cf1a6c9dc2aaae4b4ff Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Fri, 5 Dec 2025 15:59:12 +0900 Subject: [PATCH] =?UTF-8?q?=ED=83=AD=20=EB=B2=84=ED=8A=BC=20=EC=A0=9C?= =?UTF-8?q?=EB=AA=A9=EC=9D=84=20=ED=98=84=EC=A7=80=ED=99=94=ED=95=9C?= =?UTF-8?q?=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Resources/Localizable.xcstrings | 48 ++++++++++++++++++++++ SodaLive/Sources/Main/Home/TabButton.swift | 2 +- 2 files changed, 49 insertions(+), 1 deletion(-) 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