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 -m translation memories
          -p index path
          -i input data
          -o output data

DESCRIPTION

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

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

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

OPTIONS

m

pomagic searches for all .po files under specified paths. This option can be used multiple times.

p

index path

i

Input data. Can be either a .po file or a directory having .po files.

o

Output directory

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.