crowdin tm upload
Description​
Upload translation memory to localization resources
Synopsis​
crowdin tm upload <file> [CONFIG OPTIONS] [OPTIONS]
Arguments​
<file>
File to upload
Options​
--id
=…
Translation memory identifier for uploading to the existing TM
--language
=…
Translation Memory language identifier
--scheme
=…
Defines data columns scheme (required for CSV or XLS/XLSX files)
--first-line-contains-header
Defines whether the file contains the first-row header that shouldn’t be
imported (used only for CSV or XLS/XLSX files)
-V
, --version
Display version information and exit
-h
, --help
Display help message and exit
--no-progress
Disable progress on executed command
-v
, --verbose
Provide more information about the command execution
--no-colors
Disable colors and styles
-c
, --config
=…
Specify a path to the configuration file. Default: crowdin.yml
or
crowdin.yaml
--identity
=…
Specify a path to user-specific credentials
--plain
Provide plain, processable output
Config Options​
-T
, --token
=…
Personal access token required for authentication
--base-url
=…
Base URL of Crowdin server for API requests execution
--base-path
=…
Path to your project directory on a local machine
Notes​
To form the scheme for your CSV or XLS/XLSX glossary file, use the following constants:
{language_code}
– Column contains translation memory elements for the specified language.{column_number}
– Column number.Numbering starts from 0.
Where {language_code}
– Language code for the specified language.See
the full list of Supported
Languages.
--first-line-contains-header
– used to skip the import of the first
row (header).