Skip to content

Commit

Permalink
fix localize
Browse files Browse the repository at this point in the history
  • Loading branch information
ry-itto committed Sep 11, 2024
1 parent a4906df commit d7c0cac
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 d7c0cac

Please sign in to comment.