The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

serge-push-ts - Push translation files to translation server

SYNOPSIS

serge push-ts [configuration-files] [--force] [--lang=aa,bb,cc] [--echo-commands] [--echo-output]

Where [configuration-files] is a path to a specific .serge file, or a directory to scan .serge files in. You can specify multiple paths as separate command-line parameters. If no paths provided, Serge will look up for .serge files in the current directory.

DESCRIPTION

Based on each configuration file's sync section, push translation files to remote translation server.

OPTIONS

--force

Instruct the remote party to skip any optimizations and force update data from all translation files.

--lang=xx[,yy][,zz], --language=xx[,yy][,zz] --languages=xx[,yy][,zz]

An optional comma-separated list of target languages. If not specified, all the available languages are supposed to be synchronized.

--echo-commands

Echo system commands about to be executed (useful for debugging)

--echo-output

Echo commands' output (useful for debugging)

SEE ALSO

Part of serge suite.