The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

pomagic - L10N Message Translator

SYNOPSIS

% pomagic.pl -m directory of .po files [can be multiple values]
             -i an input .po file
                or a directory which contains .po files
             -o the output directory

DESCRIPTION

This tool builds up translation memory index and translates messages into localized versions.

                   pomagic.pl + Translation memories
The untranslated -------------------------------------> The translated

PO file names must have locale code patterns, such as 'my_app_zh_tw.po'.

COPYRIGHT

Copyright (c) 2007 Yung-chung Lin. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.