Skip to content

Commit

Permalink
Merge pull request #1032 from 0x1-company/invite-friend
Browse files Browse the repository at this point in the history
feat: 🎸 localize
tomokisun authored Nov 29, 2023
2 parents 74cf07d + 0fd80a4 commit 8606ded
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -114,7 +114,7 @@ public struct InviteFriendLogic {
TextState("OK", bundle: .module)
}
} message: {
TextState("God is by invitation only; send invitations to 3 people and you will be specifically invited.", bundle: .module)
TextState("God is by invitation only; send invitations to 5 people and you will be specifically invited.", bundle: .module)
}
)
return .none
@@ -239,7 +239,7 @@ public struct InviteFriendView: View {
store.send(.whyFriendsButtonTapped)
} label: {
Label {
Text("Why 3 friends", bundle: .module)
Text("Why 5 friends", bundle: .module)
.font(.system(.callout, design: .rounded, weight: .medium))
} icon: {
Image(systemName: "info.circle.fill")
Original file line number Diff line number Diff line change
@@ -57,12 +57,12 @@
}
}
},
"God is by invitation only; send invitations to 3 people and you will be specifically invited." : {
"God is by invitation only; send invitations to 5 people and you will be specifically invited." : {
"localizations" : {
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "Godは招待制です。3人に招待を送ることで、あなたは特別に招待されます。"
"value" : "Godは招待制です。5人に招待を送ることで、あなたは特別に招待されます。"
}
}
}
@@ -177,7 +177,7 @@
}
}
},
"Why 3 friends" : {
"Why 5 friends" : {
"localizations" : {
"ja" : {
"stringUnit" : {

0 comments on commit 8606ded

Please sign in to comment.