[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
poc is feature complete
- To: "Documentation and Translation" <doc at arabeyes dot org>
- Subject: poc is feature complete
- From: "Djihed Afifi" <djihedlists at googlemail dot com>
- Date: Tue, 5 Sep 2006 10:50:33 +0100
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=R6Yb3Rnjhi3kD3cPVFkw1YbmKENS6QZTbrxKLb5ivhFUUSZf1cA32ZHleFgElDS+Ss6hXaRQemEq4PbKjhE/rsnB4wKk18S0xDa8TTogsesftobblXo5zeln1I3tNDlFBiq4wte2PHxzC2htx3xX9QxV3z11ENksLrw+44QrFlM=
Salam
poc, the commit script I wrote a few days ago is now more feature
complete, please use it and report errors/suggestions. It's been
committing happily for me and it saved me lots of time.
The script: http://djihed.com/poc (or from cvs)
Usage: poc [OPTION] file1.po file2.po ...
--no-fuzzy Do not commit if there are fuzzy strings
--no-untranslated Do not commit if there are untranslated strings
--commitanyway if msgfmt returns errors, commit anyway
--no-commit do not commit, check only
--printmessage display check message
--check=TYPE type of check, where type can be one of:
standard: msgfmt -cv (default)
kde: msgfmt --statistics
mozilla: msgfmt --statistics (for Arabeyes)
--msgfmtoptions=OPTINS provide your own options to be passed to msgfmt
Djihed