0 purchases
readset.i18n 1.0
This package provides a Normalizer for Chinese character.
Convert from Chinese character string to Chinese Pinyin string,
that is human-readable ASCII character format.
It is aimed at Plone, however this package should work with plain Zope systems.
Features
Can be bullet points
Examples
This add-on can be seen in action at the following sites:
- Is there a page on the internet where everybody can see the features?
Documentation
Full documentation for end users can be found in the “docs” folder, and is also available online at http://docs.plone.org/foo/bar
Translations
This product has been translated into
Klingon (thanks, K’Plai)
Installation
Install readset.i18n by adding it to your buildout:
[buildout]
...
eggs =
readset.i18n
and then running bin/buildout
Contribute
Issue Tracker: https://github.com/collective/readset.i18n/issues
Source Code: https://github.com/collective/readset.i18n
Documentation: https://docs.plone.org/foo/bar
Support
If you are having issues, please let us know.
We have a mailing list located at: [email protected]
License
The project is licensed under the GPLv2.
Contributors
Jian Aijun, [email protected]
Changelog
1.0 (2018-08-24)
PEP8/PyFlakes
Removed no longer needed utility from configure.zcml.
Added more tests.
Use the @implementer class decorator instead of implements.
The implements API is deprecated, and will not work in Python3.
Replace the pinyin with the python-slugify.
1.0.dev0 (2012-10-28)
Initial release
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.