Appearance
To push glossary entries to Zanata, the command-line client's glossary-push command can be used.
The source language of the glossary file should be in en-US
Push to System glossary
bash
zanata-cli glossary-push --file glossary.csvThis command will:
- Look up the server config from
zanata.xml. - Push glossary.csv file to Zanata.
Push to Project glossary
bash
zanata-cli glossary-push --file glossary.csv --project project1This command will:
- Look up the server config from
zanata.xml. - Push glossary.csv file to
project1in Zanata.
Push po file
--trans-lang option will be needed. For example:
bash
zanata-cli glossary-push --file german-glossary.po --trans-lang deTo see all options available for glossary-push option:
bash
zanata-cli help glossary-push