Releases: crowdin/crowdin-cli
Releases · crowdin/crowdin-cli
3.6.5
3.6.4
3.6.3
3.6.2
3.6.1
3.6.0
Added
-
crowdin pre-translate
command (#354)Allows you to Pre-Translate files that match the wild-card pattern contained in the current project via TM or MT.
$ crowdin pre-translate --method tm $ crowdin pre-translate --method mt --engine-id=...
For a complete list of available command options use
crowdin pre-translate -h
. -
crowdin list languages
command (#354)List target languages in the current project.
$ crowdin list languages $ crowdin list languages --code two_letters_code $ crowdin list languages --plain
For a complete list of available command options use
crowdin list languages -h
. -
--dest
parameter support as a command config option (#354)Now you can pass the
--dest
parameter as a command config option also.$ crowdin upload sources -s "..." -t "..." --dest="..."
Fixed
- Fix error type selection for invalid CSV scheme (#354)
3.5.5
3.5.4
Added
- Add
--[no-]translate-hidden
parameter toupload translations
command (#344) - Add
%file_name%
placeholder fordest
parameter (#344) - Add support for downloading file groups with
dest
parameter (#344) - Add
branch exists
message toupload
command (#344)
Updated
- Upload file as spreadsheet if
dest
parameter has .csv extension (#344)