如何对imagePy进行汉化
第一步:Fork原始仓库imagePy
-
fork ImagePy仓库 #将父仓库fork到自己账户下,XXXX/.git(A仓库)
-
conda create imagePy #在本地创建虚拟环境
-
pip install -r requirements.txt
-
python main.py #运行程序
第二步:汉化
-
在lang/Chinese/Plugins下创建*.dic
-
进行汉化
-
汉化后,push到自己的仓库中(A仓库中)
第三步:pull request到父仓库中
-
在github.com中,打开父仓库(https://github.com/Image-Py/imagepy),点击New Pull request
2. Open a pull request
3. 完成