From 16a6986b0c9496abcb10af4f21f0ae3019807a28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pascal=20K=C3=BCsgen?= Date: Wed, 4 Feb 2026 16:16:22 +0100 Subject: [PATCH 1/4] fix(i18n): add translation for 'likes' key --- i18n/locales/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/i18n/locales/en.json b/i18n/locales/en.json index a3673e79f..38d9f2f21 100644 --- a/i18n/locales/en.json +++ b/i18n/locales/en.json @@ -183,7 +183,8 @@ "code": "code", "docs": "docs", "fund": "fund", - "compare": "compare" + "compare": "compare", + "likes": "Likes" }, "docs": { "not_available": "Docs not available", From 688b7a131c95b803baed4fa91b02021c7e5c47f8 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 15:18:25 +0000 Subject: [PATCH 2/4] [autofix.ci] apply automated fixes --- lunaria/files/en-GB.json | 3 ++- lunaria/files/en-US.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lunaria/files/en-GB.json b/lunaria/files/en-GB.json index 1733333c1..cd929c9b1 100644 --- a/lunaria/files/en-GB.json +++ b/lunaria/files/en-GB.json @@ -183,7 +183,8 @@ "code": "code", "docs": "docs", "fund": "fund", - "compare": "compare" + "compare": "compare", + "likes": "Likes" }, "docs": { "not_available": "Docs not available", diff --git a/lunaria/files/en-US.json b/lunaria/files/en-US.json index a3673e79f..38d9f2f21 100644 --- a/lunaria/files/en-US.json +++ b/lunaria/files/en-US.json @@ -183,7 +183,8 @@ "code": "code", "docs": "docs", "fund": "fund", - "compare": "compare" + "compare": "compare", + "likes": "Likes" }, "docs": { "not_available": "Docs not available", From 6256d102abc0c7d20c63e1456bb4f16ec868275d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pascal=20K=C3=BCsgen?= Date: Wed, 4 Feb 2026 16:33:47 +0100 Subject: [PATCH 3/4] Apply suggestion from @coderabbitai[bot] Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- i18n/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/locales/en.json b/i18n/locales/en.json index 38d9f2f21..af747bc2f 100644 --- a/i18n/locales/en.json +++ b/i18n/locales/en.json @@ -184,7 +184,7 @@ "docs": "docs", "fund": "fund", "compare": "compare", - "likes": "Likes" + "like": "like" }, "docs": { "not_available": "Docs not available", From f52791717944784e813ed7028388b7b327b8813e Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 15:34:43 +0000 Subject: [PATCH 4/4] [autofix.ci] apply automated fixes --- lunaria/files/en-GB.json | 2 +- lunaria/files/en-US.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lunaria/files/en-GB.json b/lunaria/files/en-GB.json index cd929c9b1..dff0383e6 100644 --- a/lunaria/files/en-GB.json +++ b/lunaria/files/en-GB.json @@ -184,7 +184,7 @@ "docs": "docs", "fund": "fund", "compare": "compare", - "likes": "Likes" + "like": "like" }, "docs": { "not_available": "Docs not available", diff --git a/lunaria/files/en-US.json b/lunaria/files/en-US.json index 38d9f2f21..af747bc2f 100644 --- a/lunaria/files/en-US.json +++ b/lunaria/files/en-US.json @@ -184,7 +184,7 @@ "docs": "docs", "fund": "fund", "compare": "compare", - "likes": "Likes" + "like": "like" }, "docs": { "not_available": "Docs not available",