Skip to content

Commit

Permalink
Merge pull request #1034 from DroidKaigi/fix-ios-localize
Browse files Browse the repository at this point in the history
[iOS] fix localize
  • Loading branch information
ry-itto authored Sep 11, 2024
2 parents 87987c5 + d7c0cac commit c43a4cf
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions app-ios/Sources/EventMapFeature/Resources/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,31 @@
"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では、セッション以外にも参加者が楽しめるイベントを開催。コミュニケーションや技術交流を通じてカンファレンスを満喫しましょう!"
}
}
}
},
"Detail" : {
"localizations" : {
"ja" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Read More"
}
},
"ja" : {
"stringUnit" : {
"state" : "needs_review",
"value" : "詳しく見る"
}
}
Expand Down

0 comments on commit c43a4cf

Please sign in to comment.