Last updated:
0 purchases
prop2po 1.1.0
Prop2PO
Prop2PO package converts a java property file into a Gettext PO file.
Installation
You can install the package from pypi.
pip install prop2po
Usage
# Basic use of the package
prop2po messages.properties messages.po
The available options are
Name
Shortcut
Type
Explanation
--language
-l
TEXT
Language of the translation
--project
-p
TEXT
Name of the project
--encoding
-e
TEXT
Encoding of the file
# Print help
prop2po --help
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.