如何对imagePy进行汉化

 

第一步:Fork原始仓库imagePy

  1. fork ImagePy仓库 #将父仓库fork到自己账户下,XXXX/.git(A仓库)

  2. conda create imagePy #在本地创建虚拟环境

  3. pip install -r requirements.txt

  4. python main.py #运行程序

第二步:汉化

  1. 在lang/Chinese/Plugins下创建*.dic

  2. 进行汉化

  3. 汉化后,push到自己的仓库中(A仓库中)

 

第三步:pull request到父仓库中

  1. 在github.com中,打开父仓库(https://github.com/Image-Py/imagepy),点击New Pull request

如何对imagePy进行汉化

2. Open a pull request

 

如何对imagePy进行汉化

 

3. 完成

相关文章:

  • 2021-04-02
  • 2022-01-11
  • 2021-08-17
  • 2021-07-06
  • 2022-01-01
  • 2021-07-20
  • 2021-12-16
  • 2021-07-25
猜你喜欢
  • 2022-12-23
  • 2022-01-18
  • 2022-01-20
  • 2022-12-23
  • 2022-12-23
  • 2021-10-24
  • 2022-12-23
相关资源
相似解决方案