Skip to content

Commit

Permalink
Adjust
Browse files Browse the repository at this point in the history
Signed-off-by: Daiki Matsudate <[email protected]>
  • Loading branch information
d-date committed Mar 19, 2024
1 parent 97f1a50 commit 810317c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions MyLibrary/Sources/GuidanceFeature/Guidance.swift
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ public struct GuidanceView: View {
Image(direction.imageName, bundle: .module)
.resizable()
.aspectRatio(contentMode: .fit)
.frame(maxWidth: 400)
}
.padding()
}
Expand Down
8 changes: 7 additions & 1 deletion MyLibrary/Sources/GuidanceFeature/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -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 ベルサール渋谷ファースト"
}
}
Expand Down

0 comments on commit 810317c

Please sign in to comment.