App-xlate

 view release on metacpan or  search on metacpan

README.md  view on Meta::CPAN

    xlate -DMa -t EN-US example.docx

2\. Translate to multiple languages and formats:

    xlate -M -o 'xtxt ifdef' -t 'EN-US KO ZH' example.docx

3\. Run a command in Docker container:

    xlate -C sdif -V --nocdif example.EN-US.cm

4\. Translate without using API (via clipboard):

    xlate -t JA README.md

# SEE ALSO

[App::Greple::xlate](https://metacpan.org/pod/App%3A%3AGreple%3A%3Axlate)

# AUTHOR

Kazumasa Utashiro

lib/App/xlate.pod  view on Meta::CPAN

   xlate -DMa -t EN-US example.docx

2. Translate to multiple languages and formats:

   xlate -M -o 'xtxt ifdef' -t 'EN-US KO ZH' example.docx

3. Run a command in Docker container:

   xlate -C sdif -V --nocdif example.EN-US.cm

4. Translate without using API (via clipboard):

   xlate -t JA README.md

=head1 SEE ALSO

L<App::Greple::xlate>

=head1 AUTHOR

Kazumasa Utashiro

script/xlate  view on Meta::CPAN

fi

declare -a module option

module+=(-Mxlate) 
option+=(--xlate-engine="$engine")
option+=(--xlate-to="$tgt_lang" --xlate-format="$format" --xlate-cache=yes)
option+=(--all)

[[ $base_lang      ]] && option+=(--xlate-from "$base_lang")
[[ $use_api == yes ]] || use_clipboard=yes
[[ $check   == yes ]] || option+=(--xlate${use_clipboard:+-labor})
[[ $wrap           ]] && option+=(--xlate-fold-line --xlate-fold-width=$wrap)
[[ $debug   == yes ]] && option+=(-dmo)
[[ $refresh == yes ]] && option+=(--xlate-cache=clear)
[[ $update  == yes ]] && option+=(--xlate-update)
[[ $silent  == yes ]] && option+=(--no-xlate-progress)
[[ $max            ]] && option+=(--xlate-maxlen="$max")
[[ $maskfile       ]] && option+=(--xlate-setopt "maskfile=$maskfile")
[[ $glossary       ]] && option+=(--xlate-glossary "$glossary")

declare -a area

script/xlate  view on Meta::CPAN

   xlate -DMa -t EN-US example.docx

2. Translate to multiple languages and formats:

   xlate -M -o 'xtxt ifdef' -t 'EN-US KO ZH' example.docx

3. Run a command in Docker container:

   xlate -C sdif -V --nocdif example.EN-US.cm

4. Translate without using API (via clipboard):

   xlate -t JA README.md

=head1 SEE ALSO

L<App::Greple::xlate>

=head1 AUTHOR

Kazumasa Utashiro



( run in 0.979 second using v1.01-cache-2.11-cpan-df04353d9ac )