Releases: crowdin/crowdin-cli
Releases · crowdin/crowdin-cli
3.7.2
Updated
- Add check if an archive is empty and add a message when there are no files to the 'download' command (#406)
- Improve timing for checking building translations (#406)
Fixed
- Fix
%original_path%
placeholder for downloading (#406)
3.7.1
Added
- Add
croql
parameter to string list
(#401)
Updated
- Minor text improvement for messages.properties (#403)
Fixed
- Fix selecting source files with
dest
param for download sources
, dryrun translations
and download
commands (#399)
- Little fix for
generate
command (#400)
3.7.0
Added
- Add new
branch
subcommands (#393)
- Add
custom_segmentation
field support in config (#389)
- Add
--branch
param for string list
command (#389)
Updated
- Improve
--delete-obsolete
logic (#394)
- Remove requirement for
files
block for some commands (#393)
Fixed
- Fix showing New version banner with
--plain
param (#389)
- Fix message in authorizing via browser (#389)
- Fix
dest
(#396)
- Fix exception handling at uploading file to storage in
upload sources
action (#389)
3.6.5
Added
- Add
--branch
option for status
commands (#374)
- Add
--delete-obsolete
option to upload sources
command (#374)
- Add
--label
option to string add
and string edit
commands (#384)
Fixed
- Fix uploading XLSX files (#377)
- Fix not showing all omitted files and improve building export patterns (#378)
3.6.4
Updated
- Update Crowdin API client to 1.3.10 (#380)
3.6.3
Updated
- Update subdependencies and code for Gradle 7.1 (#371)
- Update Crowdin API client to 1.3.9 (#375)
3.6.2
Added
- Add lazy initialization for .env code and error handling for duplicate environment variables (#363)
Updated
- Improve 'dest' parameter - add new placeholders (#363)
3.6.1
Updated
crowdin download
command improvements (#358)
- AUR package: remove Gradle dependency usage (#359)
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
Fixed
- Fix for searching files with a plus symbol in a name (#350)