From d7c0cac84fcf5356fddf78d60c673c26a7d0a4b9 Mon Sep 17 00:00:00 2001 From: ryoya ito Date: Wed, 11 Sep 2024 12:58:11 +0900 Subject: [PATCH] fix localize --- .../Resources/Localizable.xcstrings | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/app-ios/Sources/EventMapFeature/Resources/Localizable.xcstrings b/app-ios/Sources/EventMapFeature/Resources/Localizable.xcstrings index ef97ccc25..f92a234e5 100644 --- a/app-ios/Sources/EventMapFeature/Resources/Localizable.xcstrings +++ b/app-ios/Sources/EventMapFeature/Resources/Localizable.xcstrings @@ -3,9 +3,15 @@ "strings" : { "Description" : { "localizations" : { - "ja" : { + "en" : { "stringUnit" : { "state" : "translated", + "value" : "In addition to the sessions, DroidKaigi will also hold other events that participants can enjoy. Enjoy the conference through communication and technical exchange!" + } + }, + "ja" : { + "stringUnit" : { + "state" : "needs_review", "value" : "DroidKaigiでは、セッション以外にも参加者が楽しめるイベントを開催。コミュニケーションや技術交流を通じてカンファレンスを満喫しましょう!" } } @@ -13,9 +19,15 @@ }, "Detail" : { "localizations" : { - "ja" : { + "en" : { "stringUnit" : { "state" : "translated", + "value" : "Read More" + } + }, + "ja" : { + "stringUnit" : { + "state" : "needs_review", "value" : "詳しく見る" } }