README.md in crowdin-cli-0.3.8 vs README.md in crowdin-cli-0.3.9
- old
+ new
@@ -1,13 +1,13 @@
# Crowdin-CLI
-[Crowdin Integration Utility Homepage](http://crowdin.net/page/cli-tool)
- | [Support](http://crowdin.net/contacts)
- | [Crowdin.net Homepage](http://crowdin.net)
+[Crowdin Integration Utility Homepage](http://crowdin.com/page/cli-tool)
+ | [Support](http://crowdin.com/contacts)
+ | [crowdin.com Homepage](http://crowdin.com)
| [crowdin-api RubyDoc](http://rubydoc.info/github/crowdin/crowdin-api/)
-A Command-Line Interface to sync files between local computer/server and [Crowdin](crowdin.net).
+A Command-Line Interface to sync files between local computer/server and [Crowdin](crowdin.com).
It is cross-platform and can be run in a terminal (Linux, MacOS X) or in cmd.exe (Windows).
![ScreenShot](https://raw.github.com/crowdin/crowdin-cli/master/screenshot.png)
@@ -38,22 +38,22 @@
Create `crowdin.yaml` YAML file in your root project directory with the following structure:
```
project_identifier: test
api_key: KeepTheAPIkeySecret
-base_url: http://api.crowdin.net
+base_url: http://api.crowdin.com
base_path: /path/to/your/project
files:
-
source: /locale/en/LC_MESSAGES/messages.po
translation: /locale/%two_letters_code%/LC_MESSAGES/%original_file_name%
```
* `api_key` - Crowdin Project API key
* `project_identifier` - Crowdin project name
-* `base_url` - (default: http://api.crowdin.net)
+* `base_url` - (default: http://api.crowdin.com)
* `base_path` - defines what directory have to be scaned(default: current directory)
* `files`
* `source` - defines only files that should be uploaded as sources
* `translation` - defines where translations should be placed after downloading (also the path have to be checked to detect and upload existing translations)
@@ -109,11 +109,11 @@
See sample configuration below::
```
---
project_identifier: test
api_key: KeepTheAPIkeySecret
-base_url: http://api.crowdin.net
+base_url: http://api.crowdin.com
base_path: /path/to/your/project
files:
-
source: /locale/en/**/*.po
@@ -138,11 +138,11 @@
```
---
project_identifier: test
api_key: KeepTheAPIkeySecret
-base_url: http://api.crowdin.net
+base_url: http://api.crowdin.com
base_path: /path/to/your/project
files:
-
source: /locale/en/**/*.po
@@ -153,11 +153,11 @@
ru: ros
uk: ukr
```
Mapping format is the following: `crowdin_language_code : code_use_use`.
-Check [complete list of Crowdin language codes](http://crowdin.net/page/api/language-codes) that can be used for mapping.
+Check [complete list of Crowdin language codes](http://crowdin.com/page/api/language-codes) that can be used for mapping.
You can also override language codes for other placeholders like `%android_code%`, `%locale%` etc...
### Ignoring directories
@@ -185,22 +185,22 @@
```
---
project_identifier: test
api_key: KeepTheAPIkeySecret
-base_url: http://api.crowdin.net
+base_url: http://api.crowdin.com
base_path: /path/to/your/project
preserve_hierarchy: true
```
### Uploading CSV files via API
```
---
project_identifier: test
api_key: KeepTheAPIkeySecret
-base_url: http://api.crowdin.net
+base_url: http://api.crowdin.com
base_path: /path/to/your/project
files:
-
source: '/*.csv'
@@ -242,11 +242,11 @@
```
---
project_identifier: test
api_key: KeepTheAPIkeySecret
-base_url: http://api.crowdin.net
+base_url: http://api.crowdin.com
base_path: /path/to/your/project
files:
-
source: '/locale/en/**/*.po'
@@ -261,11 +261,11 @@
```
---
project_identifier: test
api_key: KeepTheAPIkeySecret
-base_url: http://api.crowdin.net
+base_url: http://api.crowdin.com
base_path: /path/to/your/project
files:
-
source: '/res/values/*.xml'
@@ -349,8 +349,8 @@
## License and Author
Author: Anton Maminov (anton.maminov@gmail.com)
-Copyright: 2012-2014 [Crowdin.net](http://crowdin.net/)
+Copyright: 2012-2014 [crowdin.com](http://crowdin.com/)
This project is licensed under the MIT license, a copy of which can be found in the LICENSE file.