diff --git a/README.md b/README.md index 9b5da187..87ce259a 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,10 @@ Crowdin CLI is a command line tool that allows you to manage and synchronize you - automate the process of updating your source files in your Crowdin project - download translations from Crowdin and automatically save them in the correct locations - upload all your existing translations to Crowdin in minutes -- integrate Crowdin with GIT, SVN, Mercurial, and other software +- manage your localization resources without leaving the terminal +- integrate Crowdin CLI with GitHub, GitLab, Jenkins, CircleCI, and other software -This is a cross-platform and it runs in a terminal on Linux based and macOS operating systems or in Command Prompt on Windows. +It is cross-platform and runs in a terminal on Linux-based and macOS operating systems, or in the command prompt on Windows.
The Crowdin CLI is licensed under the MIT License. See the LICENSE file distributed with this work for additional diff --git a/snapcraft.yaml b/snapcraft.yaml index 01d2b093..7330209e 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -6,7 +6,8 @@ description: | - automate the process of updating your source files in your Crowdin project - download translations from Crowdin and automatically save them in the correct locations - upload all your existing translations to Crowdin in minutes - - integrate Crowdin with GIT, SVN, Mercurial, and other software + - manage your localization resources without leaving the terminal + - integrate Crowdin CLI with GitHub, GitLab, Jenkins, CircleCI, and other software ## Usage diff --git a/website/blog/2024-05-28-cli-v4/index.md b/website/blog/2024-05-28-cli-v4/index.md index fb799ad9..08abb859 100644 --- a/website/blog/2024-05-28-cli-v4/index.md +++ b/website/blog/2024-05-28-cli-v4/index.md @@ -57,7 +57,7 @@ Tip: Use the [`file list`](/commands/crowdin-file-list) command to get the file * Now --identifier is used as an option to edit and not to find the needed string. * The [`string delete`](/commands/crowdin-string-delete) command changes: * Moved id to a parameter instead of a command option. Now only 1 string can be removed at a time. - * Removed the --text and --identifier options. Only id is used as a string identifier. + * Removed the --text and --identifier options. Only ID is used as a string identifier. * The `comment` command has been replaced with the [`comment add`](/commands/crowdin-comment-add) command. ```diff