From 8e5d35e882c7304695ef97d80b91778d477a8182 Mon Sep 17 00:00:00 2001 From: Mathieu Hautot Date: Mon, 10 Aug 2026 17:18:59 -0400 Subject: [PATCH] Add Translate Google extension --- README.md | 4 ++++ repositories.json | 3 +++ 2 files changed, 7 insertions(+) diff --git a/README.md b/README.md index fba81d94..0872acc7 100644 --- a/README.md +++ b/README.md @@ -246,3 +246,7 @@ There are some FreshRSS extensions out there, developed by community members. ### By [@chenhaoc](https://github.com/chenhaoc) * [Title Dedup](https://github.com/chenhaoc/freshrss-dedup-extension): Mark target feed entries as read when the same title already exists in source feeds. + +### By [@profduweb](https://github.com/profduweb) + +* [Translate Google](https://github.com/profduweb/xExtension-TranslateGoogle): Open articles in Google Translate from the native article toolbar with a configurable target language. diff --git a/repositories.json b/repositories.json index e9ba87fb..17926422 100644 --- a/repositories.json +++ b/repositories.json @@ -136,4 +136,7 @@ }, { "url": "https://github.com/chenhaoc/freshrss-dedup-extension", "type": "git" +}, { + "url": "https://github.com/profduweb/xExtension-TranslateGoogle", + "type": "git" }]