Skip to content

Commit

Permalink
Add new extension reference: TranslateTitlesCN (#193)
Browse files Browse the repository at this point in the history
* Update README.md

Add TranslateTitlesCN

* Update extensions.json

Add TranslateTitlesCN

* Update repositories.json

Add TranslateTitlesCN
  • Loading branch information
jacob2826 authored Dec 14, 2023
1 parent 6148b58 commit c11959d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,7 @@ There are some FreshRSS extensions out there, developed by community members:
### By [@tunbridgep](https://github.com/tunbridgep)

* [Invidious Video Feed](https://github.com/tunbridgep/freshrss-invidious/tree/master/xExtension-Invidious): Embed YouTube feeds inside article content, but with Invidious.

### By [@jacob2826](https://github.com/jacob2826)

* [TranslateTitlesCN](https://github.com/jacob2826/FreshRSS-TranslateTitlesCN): Translate article titles of the specified feed into Chinese, using [DeepLX](https://github.com/OwO-Network/DeepLX) or Google Translate.
11 changes: 11 additions & 0 deletions extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,17 @@
"method": "git",
"directory": "xExtension-TouchControl"
},
{
"name": "TranslateTitlesCN",
"author": "jacob2826",
"description": "Translate article titles of the specified feed into Chinese, using DeepLX or Google Translate.",
"version": 0.2,
"entrypoint": "TranslateTitles",
"type": "user",
"url": "https://github.com/jacob2826/FreshRSS-TranslateTitlesCN",
"method": "git",
"directory": "TranslateTitlesCN"
},
{
"name": "TwitchChannel2RssFeed",
"author": "Babico",
Expand Down
3 changes: 3 additions & 0 deletions repositories.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
}, {
"url": "https://github.com/ravenscroftj/freshrss-flaresolverr-extension",
"type": "git"
}, {
"url": "https://github.com/jacob2826/FreshRSS-TranslateTitlesCN",
"type": "git"
}, {
"url": "https://github.com/babico/xExtension-TwitchChannel2RssFeed",
"type": "git"
Expand Down

0 comments on commit c11959d

Please sign in to comment.