Skip to content

🌏 i18n guide

借助 Weblate 托管多语言的翻译

Translation hosting by Weblate

Development

检查当前语言环境 / Check lang env

python
python3 -c "from PyQt5.QtCore import QLocale;print(QLocale.system().name())"

TIP

没找到对应语言编码的翻译文件时会默认使用 en_US
If not yml file of your lang exists, default en_US will be used

Ui

翻译仅需处理单个 yaml 文件如 en_US.yaml
编译翻译的流程会在客户端使用时自动实现,无需将精力放编译上

Translation only needs to handle single yaml file such as en_US.yaml
The compilation process of translation will be automatically implemented when the client is used, there is no need to focus on compilation

Documentation

文档皆存放在 docs 目录里,经由 Github-Action 做成 github pages
参考英文的存储路径为 docs/locate/en/*

documents are stored in the docs directory, which will be made into github pages by Github-Action
Reference English storage path is docs/locate/en/*

Usage

crawler

对适用区域为🌏的网站发出的请求会基于 Vars.ua_accept_language

Websites which applicable to 🌏 requests base on Vars.ua_accept_language

Contant us

通过 issue 进行反馈

feedback by issue

ComicGUISpider Released under the MIT License. (latest: v2.2)