From ab7e4fe5098cfc4084869e5b51cd53a2e0d975ed Mon Sep 17 00:00:00 2001 From: YuevUwU <96368079+YuevUwU@users.noreply.github.com> Date: Sat, 21 Mar 2026 15:01:21 +0800 Subject: [PATCH 1/2] fix(l10n): missing en-US translation for import.toast --- src/views/CollectionView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/CollectionView.vue b/src/views/CollectionView.vue index 5c72417..d928033 100644 --- a/src/views/CollectionView.vue +++ b/src/views/CollectionView.vue @@ -12,7 +12,7 @@ en: done: Reported successfully. Thank you for your contribution to the health of the Phira community! import: label: Import - tooltip: Copied to clipboard. Please paste it in "Collections" -> "Import" in-game. + toast: Copied to clipboard. Please paste it in "Collections" -> "Import" in-game. visibility: title: Visibility public: Public From 29bb18ce2ac8e24f13b1dcf368e4c2c2771dc18f Mon Sep 17 00:00:00 2001 From: YuevUwU <96368079+YuevUwU@users.noreply.github.com> Date: Sat, 21 Mar 2026 15:03:57 +0800 Subject: [PATCH 2/2] chore(l10n): en-US import guide, COLLECTIONS -> Favorites --- src/views/CollectionView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/CollectionView.vue b/src/views/CollectionView.vue index d928033..d97fabb 100644 --- a/src/views/CollectionView.vue +++ b/src/views/CollectionView.vue @@ -12,7 +12,7 @@ en: done: Reported successfully. Thank you for your contribution to the health of the Phira community! import: label: Import - toast: Copied to clipboard. Please paste it in "Collections" -> "Import" in-game. + toast: Copied to clipboard. Please paste it in "Favorites" -> "Import" in-game. visibility: title: Visibility public: Public