Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed May 22, 2024
1 parent 49766e5 commit b38c0d5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<div align="center">

Expand Down Expand Up @@ -45,17 +46,12 @@ This is a cross-platform and it runs in a terminal on Linux based and macOS oper

Visit the [documentation](https://crowdin.github.io/crowdin-cli/) for more details.

## Seeking Assistance
## Seeking Assistance and Contributing

If you find any problems or would like to suggest a feature, please read the [How can I contribute](/CONTRIBUTING.md#how-can-i-contribute) section in our contributing guidelines.

Need help working with Crowdin CLI or have a question? Visit our [Community Forum](https://community.crowdin.com/) or contact [Customer Success Service](https://crowdin.com/contacts).

## Contributing

If you would like to contribute, please read the [Contributing Guidelines](/CONTRIBUTING.md).

## License

<pre>
The Crowdin CLI is licensed under the MIT License.
See the LICENSE file distributed with this work for additional
Expand Down
3 changes: 2 additions & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website/blog/2024-05-28-cli-v4/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Tip: Use the [`file list`](/commands/crowdin-file-list) command to get the file
* Now <kbd>--identifier</kbd> is used as an option to edit and not to find the needed string.
* The [`string delete`](/commands/crowdin-string-delete) command changes:
* Moved <kbd>id</kbd> to a parameter instead of a command option. Now only 1 string can be removed at a time.
* Removed the <kbd>--text</kbd> and <kbd>--identifier</kbd> options. Only <kbd>id</kbd> is used as a string identifier.
* Removed the <kbd>--text</kbd> and <kbd>--identifier</kbd> 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
Expand Down

0 comments on commit b38c0d5

Please sign in to comment.