文件名称:potypo:.po文件的拼写检查
文件大小:13KB
文件格式:ZIP
更新时间:2024-06-04 01:30:46
Python
Potypo 使用.po文件进行拼写检查以进行翻译。 目前正在开发中。 该项目专门为与django应用程序一起使用而设计,但是可以在使用.po文件进行翻译的任何项目中使用。 安装 可通过pip3 install potypo获得pip3 install potypo注意,这不是稳定的,可能会发生重大变化。 请使用它,并报告遇到的任何问题:) 配置 配置在名为setup.cfg的配置文件中setup.cfg 。 它遵循大多数python世界中使用的配置文件格式,因此可以轻松地与用于其他项目( flake8 , isort或其他项目)的类似文件一起使用。 这是potypo的示例配置。 [potypo] # This is the default language of the application, and the language that is # translated from.
【文件预览】:
potypo-master
----README.rst(3KB)
----test()
--------test_wordlist.py(1KB)
--------data()
----LICENSE(1KB)
----potypo()
--------check.py(3KB)
--------__main__.py(3KB)
--------filters.py(1KB)
--------__init__.py(0B)
--------chunkers.py(1KB)
----setup.cfg(1KB)
----setup.py(1KB)
----.gitignore(69B)