diff --git a/Packages/BeMatch/Sources/MatchFeature/Localizable.xcstrings b/Packages/BeMatch/Sources/MatchFeature/Localizable.xcstrings index b8356710..d8a5ef34 100644 --- a/Packages/BeMatch/Sources/MatchFeature/Localizable.xcstrings +++ b/Packages/BeMatch/Sources/MatchFeature/Localizable.xcstrings @@ -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" diff --git a/Packages/BeMatch/Sources/MatchFeature/ReceivedLikeGrid.swift b/Packages/BeMatch/Sources/MatchFeature/ReceivedLikeGrid.swift index baa431ad..399f0f43 100644 --- a/Packages/BeMatch/Sources/MatchFeature/ReceivedLikeGrid.swift +++ b/Packages/BeMatch/Sources/MatchFeature/ReceivedLikeGrid.swift @@ -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) } diff --git a/Packages/BeMatch/Sources/ProfileExternalFeature/Localizable.xcstrings b/Packages/BeMatch/Sources/ProfileExternalFeature/Localizable.xcstrings index ad27ec16..f679936d 100644 --- a/Packages/BeMatch/Sources/ProfileExternalFeature/Localizable.xcstrings +++ b/Packages/BeMatch/Sources/ProfileExternalFeature/Localizable.xcstrings @@ -1,7 +1,7 @@ { "sourceLanguage" : "en", "strings" : { - "🔗 bere.al/%@" : { + "🔗 %@" : { }, "🔗 BeRe.al/%@" : { @@ -57,7 +57,6 @@ } }, "Send Message" : { - "extractionState" : "stale", "localizations" : { "ja" : { "stringUnit" : {