Skip to main content

crowdin glossary upload

Description​

Upload glossary to localization resources

Synopsis​

crowdin glossary upload <file> [CONFIG OPTIONS] [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)

-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:

  • 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).