table of contents
TMX-EXPLODE(1p) | User Contributed Perl Documentation | TMX-EXPLODE(1p) |
NAME¶
tmx-explode - Explodes tmx files in a file per language
VERSION¶
version 0.39
SYNOPSIS¶
tmx-explode foo.tmx bar.tmx # if foo.tmx and bar.tmx have only PT and EN languages, you will get # \-EN # \-- foo # \-- bar # \-PT # \-- foo # \-- bar
DESCRIPTION¶
Explodes a set of tmx files, creating a folder per language, and a file per tmx file.
AUTHORS¶
- Alberto Simões <ambs@cpan.org>
- José João Almeida <jj@di.uminho.pt>
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.
2022-07-11 | perl v5.34.0 |