Locale::Utils::Autotranslator::ApiMymemoryTranslatedNet - Interface for translated.net
$Id: ApiMymemoryTranslatedNet.pm 523 2014-10-16 05:42:25Z steffenw $
$HeadURL: $
0.001
use Locale::Utils::Autotranslator::ApiMymemoryTranslatedNet;
my $obj = Locale::Utils::Autotranslator::ApiMymemoryTranslatedNet->new( language => 'de', # optional debug_code => sub { my ( $language, $text ) = @_; ... }, ); $obj->translate( 'mydir/de.pot', 'mydir/de.po', );
Interface for translated.net
$translated = $object->translate_text($untranslated);
Inside of this distribution is a directory named example. Run the *.pl files.
none
none
not known
not known
http://en.wikipedia.org/wiki/Gettext
Steffen Winkler
Copyright (c) 2014,
Steffen Winkler
<steffenw at cpan.org>
.
All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.