crowdin glossary upload
Description​
Upload glossary to localization resources
Synopsis​
crowdin glossary upload <file> [OPTIONS]
Arguments​
<file>
File to upload
Options​
--id=…
Glossary identifier for uploading to the existing glossary
--language=…
Glossary language identifier
--scheme=…
Defines data columns scheme (used only for CSV or XLS/XLSX files configuration)
--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)
-h, --help
Display help message and exit
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
Global Options​
-v, --verbose
Provide more information about the command execution
-c, --config=…
Specify a path to the configuration file
--identity=…
Specify a path to user-specific credentials
--no-colors
Disable colors and styles
--no-progress
Disable progress on executed command
-o, --output=…
Change output format (choices: "json", "toon", "plain")
Notes​
To form the scheme for your CSV or XLS/XLSX glossary file, use the following constants:
term_{language_code}– Column contains terms.{column_number}– Column number.Numbering starts from 0.description_{language_code}– Column contains term descriptions.partOfSpeech_{language_code}– Column contains part of speech for terms.
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).