Man page - pofilter(1)
Packages contains this manual
- po2tmx(1)
- phppo2pypo(1)
- porestructure(1)
- flatxml2po(1)
- prop2po(1)
- poclean(1)
- pretranslate(1)
- pypo2phppo(1)
- po2xliff(1)
- po2prop(1)
- pocount(1)
- pomigrate2(1)
- tbx2po(1)
- odf2xliff(1)
- popuretext(1)
- json2po(1)
- posegment(1)
- pocompile(1)
- xliff2oo(1)
- symb2po(1)
- po2php(1)
- pocompendium(1)
- csv2po(1)
- resx2po(1)
- po2ts(1)
- po2moz(1)
- posplit(1)
- po2ini(1)
- mozlang2po(1)
- idml2po(1)
- poreencode(1)
- po2oo(1)
- txt2po(1)
- moz2po(1)
- poswap(1)
- yaml2po(1)
- android2po(1)
- dtd2po(1)
- md2po(1)
- php2po(1)
- po2idml(1)
- pomerge(1)
- podebug(1)
- po2ical(1)
- tmserver(1)
- po2md(1)
- pot2po(1)
- sub2po(1)
- po2yaml(1)
- pocommentclean(1)
- po2txt(1)
- csv2tbx(1)
- po2json(1)
- po2mozlang(1)
- po2resx(1)
- xliff2odf(1)
- pofilter(1)
- oo2po(1)
- web2py2po(1)
- po2flatxml(1)
- ical2po(1)
- ts2po(1)
- po2csv(1)
- html2po(1)
- po2symb(1)
- po2sub(1)
- po2dtd(1)
- po2rc(1)
- rc2po(1)
- poconflicts(1)
- pogrep(1)
- po2wordfast(1)
- msghack(1)
- poterminology(1)
- tiki2po(1)
- oo2xliff(1)
- po2html(1)
- xliff2po(1)
- ini2po(1)
- po2tiki(1)
apt-get install translate-toolkit
Manual
pofilter
NAMESYNOPSIS
DESCRIPTION
OPTIONS
NAME
pofilter - Perform quality checks on Gettext PO, XLIFF and TMX localization files.
SYNOPSIS
pofilter [ --version ] [ -h | --help ] [ --manpage ] [ --progress PROGRESS ] [ --errorlevel ERRORLEVEL ] [ -i | --input ] INPUT [ -x | --exclude EXCLUDE ] [ -o | --output ] OUTPUT [ -l | --listfilters ] [ --review ] [ --noreview ] [ --fuzzy ] [ --nofuzzy ] [ --nonotes ] [ --autocorrect ] [ --language LANG ] [ --openoffice ] [ --libreoffice ] [ --mozilla ] [ --drupal ] [ --gnome ] [ --kde ] [ --wx ] [ --excludefilter FILTER ] [ -t | --test FILTER ] [ --notranslatefile FILE ] [ --musttranslatefile FILE ] [ --validcharsfile FILE ]
DESCRIPTION
Snippet files are created whenever a test fails. These can be examined, corrected and merged back into the originals using pomerge.
See: http://docs.translatehouse.org/projects/translate-toolkit/en/latest/commands/pofilter.html for examples and usage instructions and http://docs.translatehouse.org/projects/translate-toolkit/en/latest/commands/pofilter_tests.html for full descriptions of all tests.
OPTIONS
--version
show program’s version number and exit
-h/--help
show this help message and exit
--manpage
output a manpage based on the help
--progress
show progress as: dots, none, bar, names, verbose
--errorlevel
show errorlevel as: none, message, exception, traceback
-i/--input
read from INPUT in po, pot, tmx, xlf, xliff formats
-x/--exclude
exclude names matching EXCLUDE from input paths
-o/--output
write to OUTPUT in po, pot, tmx, xlf, xliff formats
-l/--listfilters
list filters available
--review
include units marked for review (default)
--noreview
exclude units marked for review
--fuzzy
include units marked fuzzy (default)
--nofuzzy
exclude units marked fuzzy
--nonotes
don’t add notes about the errors
--autocorrect
output automatic corrections where possible rather than describing issues
--language
set target language code (e.g. af-ZA) [required for spell check and recommended in general]
--openoffice
use the standard checks for OpenOffice translations
--libreoffice
use the standard checks for LibreOffice translations
--mozilla
use the standard checks for Mozilla translations
--drupal
use the standard checks for Drupal translations
--gnome
use the standard checks for Gnome translations
|
--kde |
use the standard checks for KDE translations |
|||
|
--wx |
use the standard checks for wxWidgets translations |
--excludefilter
don’t use FILTER when filtering
-t/--test
only use test FILTERs specified with this option when filtering
--notranslatefile
read list of untranslatable words from FILE (must not be translated)
--musttranslatefile
read list of translatable words from FILE (must be translated)
--validcharsfile
read list of all valid characters from FILE (must be in UTF-8)