tmxclean - Simple tool to clean TMX files
Contents
Copyright And License
This software is copyright (c) 2010-2017 by Projeto Natura <natura@di.uminho.pt>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5
programming language system itself.
perl v5.38.2 2024-03-09 TMXCLEAN(1p)
Description
Removes the translation units (TU) that
1. have no letters... (unless -junk=0)
2. seg(L1) = seg(L2) (if -eq)
Name
tmxclean - Simple tool to clean TMX files
See Also
XML::TMX
Synopsis
$ tmx-clean file.tmx
-junk remove if one of the languages just have junk (def: True)
-eq remove if seg(l1) = seg(l2)
-len remove if len(li) > 50 ∧ len(lj) > 2len(li)
-output=out.tmx
-v, -verbose
-all same as -junk -eq -len
Version
version 0.39
