Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nriver/jackett-translation
jackett汉化 jackett中文版
https://github.com/nriver/jackett-translation
chinese chinese-translation jackett rss subscription translation
Last synced: about 1 month ago
JSON representation
jackett汉化 jackett中文版
- Host: GitHub
- URL: https://github.com/nriver/jackett-translation
- Owner: Nriver
- License: agpl-3.0
- Created: 2022-01-17T05:57:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T07:08:17.000Z (8 months ago)
- Last Synced: 2024-04-12T15:06:09.822Z (8 months ago)
- Topics: chinese, chinese-translation, jackett, rss, subscription, translation
- Language: Python
- Homepage:
- Size: 1.25 MB
- Stars: 37
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jackett-cn
jackett 汉化
如果你喜欢,请给个star :)
# 截图
主界面
![](docs/screenshot_1.png)索引器搜索
![](docs/screenshot_2.png)# 食用方法
1. 下载[原版](https://github.com/Jackett/Jackett/releases)
2. 下载[汉化包 jackett-cn-patch.zip](https://github.com/Nriver/jackett-translation/releases), 解压覆盖原版对应的目录# 翻译打包流程
1. init.py
2. trans.py
3. make_release.py# 翻译
## 静态文件
在源码这个目录下 /Jackett/src/Jackett.Common/Content/ 的Release包Content目录的页面代码
## 源码
一些文字是写死在c#代码里的, 由于没有方便的编译环境, 没有进行处理, 有想法的欢迎提pr.
## 通过 Scoop 安装
添加我的scoop源
```
scoop bucket add Scoop-Nriver https://github.com/nriver/Scoop-Nriver
```安装 Jackett
```
scoop install jackett-cn
```更新
```
scoop update jackett-cn
```