Skip to content

KennethNielsen/pyg3t

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyG3T, the Python GetText Translation Toolkit, is a collection of
tools for computer assisted translation using GNU gettext.

PyG3T is released under GNU General Public License version 3 or later; see 
the LICENSE and COPYING files.

Introduction
------------

PyG3T consists of the following tools:

 * gtcat: write catalog to standard out and change encoding
 * gtcheckargs: check the translation of command line arguments heuristically
 * gtcompare: print qualitative comparison of differences between two catalogs
 * gtgrep: perform grep-like operations on catalogs
 * gtmerge: merge translations from one catalog into another
 * gtxml: find syntax errors in xml-formatted messages
 * poabc: check for common translation errors such as missing punctuation
 * podiff: generate a message-wise diff between two catalogs
 * popatch: construct a catalog by patching a catalog with a podiff
 * gtparse: python module for parsing gettext catalogs

Please see the --help pages for each script for further information.

About

No description, website, or topics provided.

Resources

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.3%
  • Shell 0.7%