From 0848e51c81b101a30341c37e8359879e5de66445 Mon Sep 17 00:00:00 2001
From: tomokisun <github@tomokisun.com>
Date: Thu, 28 Dec 2023 19:37:50 +0900
Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20received=20like?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../MatchFeature/Localizable.xcstrings        | 26 ++-----------------
 .../MatchFeature/ReceivedLikeGrid.swift       |  2 +-
 .../Localizable.xcstrings                     |  3 +--
 3 files changed, 4 insertions(+), 27 deletions(-)

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" : {