@crowdin/cli
Advanced tools
Comparing version 3.19.4 to 4.0.0
@@ -8,3 +8,3 @@ #! /usr/bin/env node | ||
var warPath = ""; | ||
var javaVersionString = "11"; | ||
var javaVersionString = "17"; | ||
var tryJavaHomeFirst = false; | ||
@@ -545,3 +545,3 @@ var javafx = false; | ||
} | ||
fs.chmodSync(javaBinary, 0755); | ||
fs.chmodSync(javaBinary, 0o755); | ||
@@ -548,0 +548,0 @@ env['PATH'] = path.join(env['JAVA_HOME'], 'bin') + path.delimiter + env['PATH']; |
@@ -12,3 +12,3 @@ { | ||
}, | ||
"version": "3.19.4", | ||
"version": "4.0.0", | ||
"bin": { | ||
@@ -18,3 +18,4 @@ "crowdin": "jdeploy-bundle/jdeploy.js" | ||
"jdeploy": { | ||
"jar": "dist/crowdin-cli.jar" | ||
"jar": "dist/crowdin-cli.jar", | ||
"javaVersion": "17" | ||
}, | ||
@@ -21,0 +22,0 @@ "dependencies": { |
@@ -16,5 +16,6 @@ <p align="center"> | ||
- 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. | ||
@@ -49,13 +50,8 @@ <div align="center"> | ||
## 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). | ||
## License | ||
## Contributing | ||
If you would like to contribute, please read the [Contributing Guidelines](/CONTRIBUTING.md). | ||
## License | ||
<pre> | ||
@@ -62,0 +58,0 @@ The Crowdin CLI is licensed under the MIT License. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
8567847
64