Skip to content

Commit

Permalink
Merge pull request #49 from 0x1-company/received-list
Browse files Browse the repository at this point in the history
feat: 🎸 received like
  • Loading branch information
tomokisun authored Dec 28, 2023
2 parents 21c19cc + 0848e51 commit 16b36e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 27 deletions.
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されてます"
}
}
}
Expand All @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sourceLanguage" : "en",
"strings" : {
"🔗 bere.al/%@" : {
"🔗 %@" : {

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

0 comments on commit 16b36e2

Please sign in to comment.