From c6893140acfd7501997c761619926e50811c1655 Mon Sep 17 00:00:00 2001
From: naskya <m@naskya.net>
Date: Thu, 23 Nov 2023 00:17:24 +0900
Subject: [PATCH 1/3] chore (English locale, minor): remote users info are
 definitely incomplete

---
 locales/en-US.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/locales/en-US.yml b/locales/en-US.yml
index e9bf164a1b..d12ca8a753 100644
--- a/locales/en-US.yml
+++ b/locales/en-US.yml
@@ -312,7 +312,7 @@ agreeTo: "I agree to {0}"
 tos: "Terms of Service"
 start: "Begin"
 home: "Home"
-remoteUserCaution: "Information from remote users may be incomplete."
+remoteUserCaution: "Information from remote users are incomplete."
 activity: "Activity"
 images: "Images"
 birthday: "Birthday"

From 1dab1af16ec9e743f910760a441c7b245f714395 Mon Sep 17 00:00:00 2001
From: Ramdziana <ramdzian@gmail.com>
Date: Tue, 21 Nov 2023 15:46:32 +0000
Subject: [PATCH 2/3] chore: Translated using Weblate (Indonesian)

Currently translated at 100.0% (1872 of 1872 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/id/
---
 locales/id-ID.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/locales/id-ID.yml b/locales/id-ID.yml
index 22e0040ce8..e35a8f98b1 100644
--- a/locales/id-ID.yml
+++ b/locales/id-ID.yml
@@ -2192,3 +2192,5 @@ reactions: Reaksi
 replies: Balasan
 quotes: Kutipan
 renotes: Postingan ulang
+showAttachedNotes: Tampilkan postingan dengan berkas ini
+attachedToNotes: Posting dengan berkas ini

From ef71d23d801957fb433f67871b6b40825c685892 Mon Sep 17 00:00:00 2001
From: naskya <m@naskya.net>
Date: Thu, 23 Nov 2023 01:50:13 +0900
Subject: [PATCH 3/3] fix: wrong string substitution (misskey.io ->
 firefish.io) + stop depending on misskey.io (close #10813)

---
 packages/client/src/pages/settings/theme.vue | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/client/src/pages/settings/theme.vue b/packages/client/src/pages/settings/theme.vue
index 32a84fe517..c4c34d7c8f 100644
--- a/packages/client/src/pages/settings/theme.vue
+++ b/packages/client/src/pages/settings/theme.vue
@@ -108,11 +108,11 @@
 					>{{ i18n.ts._theme.manage
 					}}<template #suffix>{{ themesCount }}</template></FormLink
 				>
-				<FormLink to="https://assets.firefish.io/theme/list" external
+				<!-- <FormLink to="https://assets.misskey.io/theme/list" external
 					><template #icon
 						><i :class="icon('ph-planet')"></i></template
 					>{{ i18n.ts._theme.explore }}</FormLink
-				>
+				> -->
 				<FormLink to="/settings/theme/install"
 					><template #icon
 						><i :class="icon('ph-download-simple')"></i></template