Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 🎸 received like #49

Merged
merged 1 commit into from
Dec 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat: 🎸 received like
  • Loading branch information
tomokisun committed Dec 28, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 0848e51c81b101a30341c37e8359879e5de66445
26 changes: 2 additions & 24 deletions Packages/BeMatch/Sources/MatchFeature/Localizable.xcstrings
Original file line number Diff line number Diff line change
@@ -1,23 +1,12 @@
{
"sourceLanguage" : "en",
"strings" : {
"Activate" : {
"extractionState" : "stale",
"Liked by %lld people" : {
"localizations" : {
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "有効にする"
}
}
}
},
"Like" : {
"localizations" : {
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "Like"
"value" : "%lld人にLikeされてます"
}
}
}
@@ -31,17 +20,6 @@
}
}
}
},
"You'll need to enable notifications to notice when you have a match." : {
"extractionState" : "stale",
"localizations" : {
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "マッチした時に気づくために通知を有効にしてね。"
}
}
}
}
},
"version" : "1.0"
Original file line number Diff line number Diff line change
@@ -83,7 +83,7 @@ public struct ReceivedLikeGridView: View {
.offset(y: 17)
}

Text("Like")
Text("Liked by \(viewStore.count) people", bundle: .module)
.font(.system(.subheadline, weight: .semibold))
.frame(maxWidth: .infinity, maxHeight: .infinity, alignment: .leading)
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sourceLanguage" : "en",
"strings" : {
"🔗 bere.al/%@" : {
"🔗 %@" : {

},
"🔗 BeRe.al/%@" : {
@@ -57,7 +57,6 @@
}
},
"Send Message" : {
"extractionState" : "stale",
"localizations" : {
"ja" : {
"stringUnit" : {