NAME
serge-pull-ts - Pull translation files from translation server
SYNOPSIS
serge pull-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, pull updated translation files from remote translation server into the local directory.
OPTIONS
- --force
-
Instruct the remote party to skip any optimizations and force update 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.