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

    xlate - Front-end CLI tool for App::Greple::xlate module

SYNOPSIS

    xlate [ options ] file [ greple options ]
        -h   help
        -d   debug
        -a   use API
        -c   just check translation area
        -r   refresh cache
        -s   silent mode
        -e#  translation engine (default deepl, or gpt3)
        -p#  pattern to determine translation area
        -w#  wrap line by # width
        -o#  output format (default xtxt, or cm, ifdef)
        -f#  from lang (ignored)
        -t#  to lang
        -m#  max length per API call
        -l#  show library files (XLATE.mk, xlate.el)
        --   terminate option parsing
    Make options
        -M   run make
        -n   run make with -n dry-run option
    Docker options
        -G   mount git top-level directory
        -B   run in non-interactive (batch) mode
        -R   mount read-only
        -D   run xlate on the container
        -C   run any command on the container

    Control Files:
        *.LANG    translation languates
        *.FORMAT  translation foramt (xtxt, cm, ifdef)

VERSION

    Version 0.25