From 6fd38b7f2efcfe645b85ed054a78ab50475f15c8 Mon Sep 17 00:00:00 2001 From: SputNikPlop <100245448+SputNikPlop@users.noreply.github.com> Date: Wed, 24 Jul 2024 10:19:32 -0700 Subject: [PATCH] fix: dupe translation string (#1289) --- lib/l10n/app_en.arb | 6 +----- lib/l10n/app_pt.arb | 1 - lib/l10n/app_zh_Hant.arb | 1 - 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/lib/l10n/app_en.arb b/lib/l10n/app_en.arb index 88caa502..64344eae 100644 --- a/lib/l10n/app_en.arb +++ b/lib/l10n/app_en.arb @@ -75,7 +75,7 @@ }, "activityFeed": "Activity feed", "@activityFeed": { - "description": "Tooltip text for a button that shows the activity feed" + "description": "Header for the activity feed settings page and tooltip text for a button that shows the activity feed" }, "streamOnline": "Stream online at {date}, {time}", "@streamOnline": { @@ -221,10 +221,6 @@ "@or": { "description": "Text label that separates two options" }, - "activityFeed": "Activity feed", - "@activityFeed": { - "description": "Header for the activity feed settings page" - }, "clearCookies": "Clear cookies", "@clearCookies": { "description": "Button label that clears the cookies" diff --git a/lib/l10n/app_pt.arb b/lib/l10n/app_pt.arb index 0176a31b..15409d96 100644 --- a/lib/l10n/app_pt.arb +++ b/lib/l10n/app_pt.arb @@ -46,7 +46,6 @@ "invalidUrlErrorText": "Isso não parece ser um URL válido", "duplicateUrlErrorText": "Este link já existe", "or": "ou", - "activityFeed": "Feed de atividade", "clearCookies": "Limpar cookies", "disabled": "Desabilitado", "twitchActivityFeed": "Feed de atividade da Twitch", diff --git a/lib/l10n/app_zh_Hant.arb b/lib/l10n/app_zh_Hant.arb index f5907456..c6a52588 100644 --- a/lib/l10n/app_zh_Hant.arb +++ b/lib/l10n/app_zh_Hant.arb @@ -46,7 +46,6 @@ "invalidUrlErrorText": "這似乎不是有效的網址", "duplicateUrlErrorText": "此連結已存在", "or": "或", - "activityFeed": "活動動態", "clearCookies": "清除 Cookies", "disabled": "停用", "twitchActivityFeed": "Twitch 活動動態",