From 810317c41075b715795cbaa9b03d3cfed4f01ec6 Mon Sep 17 00:00:00 2001 From: Daiki Matsudate Date: Wed, 20 Mar 2024 03:19:58 +0900 Subject: [PATCH] Adjust Signed-off-by: Daiki Matsudate --- MyLibrary/Sources/GuidanceFeature/Guidance.swift | 1 + MyLibrary/Sources/GuidanceFeature/Localizable.xcstrings | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/MyLibrary/Sources/GuidanceFeature/Guidance.swift b/MyLibrary/Sources/GuidanceFeature/Guidance.swift index 002221e..7e806b2 100644 --- a/MyLibrary/Sources/GuidanceFeature/Guidance.swift +++ b/MyLibrary/Sources/GuidanceFeature/Guidance.swift @@ -274,6 +274,7 @@ public struct GuidanceView: View { Image(direction.imageName, bundle: .module) .resizable() .aspectRatio(contentMode: .fit) + .frame(maxWidth: 400) } .padding() } diff --git a/MyLibrary/Sources/GuidanceFeature/Localizable.xcstrings b/MyLibrary/Sources/GuidanceFeature/Localizable.xcstrings index 96caccd..3d0ed7e 100644 --- a/MyLibrary/Sources/GuidanceFeature/Localizable.xcstrings +++ b/MyLibrary/Sources/GuidanceFeature/Localizable.xcstrings @@ -16,9 +16,15 @@ }, "Belle Salle Shibuya First address" : { "localizations" : { - "ja" : { + "en" : { "stringUnit" : { "state" : "translated", + "value" : "〒150-0011\nBelle Calle Shibuya First Tower B1 / 2F\n1-2-20, Higashi, Shibuya city, Tokyo, Japan" + } + }, + "ja" : { + "stringUnit" : { + "state" : "needs_review", "value" : "〒150-0011\n東京都渋谷区東1-2-20 住友不動産渋谷ファーストタワーB1・2F ベルサール渋谷ファースト" } }