The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.