diff options
Diffstat (limited to 'python/polib/README')
-rw-r--r-- | python/polib/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/python/polib/README b/python/polib/README new file mode 100644 index 0000000000000..69123d0da4ec4 --- /dev/null +++ b/python/polib/README @@ -0,0 +1,11 @@ +polib allows you to manipulate, create, modify gettext files +(pot, po and mo files). + +You can load existing files, iterate through it's entries, add, +modify entries, comments or metadata, etc... or create new po files +from scratch. + +polib supports out of the box any version of python ranging from +2.4 to latest 3.X version. + +Optional dependency: Sphinx |