Skip to content

Commit

Permalink
removed subnumbers
Browse files Browse the repository at this point in the history
  • Loading branch information
lukin0110 committed Jul 10, 2015
1 parent c1e3179 commit 2d00a6b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,18 @@ Now you're all set to manage your translations.
After your have created your translation project on POEditor you can can initialize your project based on your c
onfiguration.

### 3.1 Initialize
### Initialize
```
gradle poeditorInit
```
This will create terms and add languages to your project.

### 3.2 Download translations
### Download translations
```
gradle poeditorPull
```

### 3.3 Upload translations
### Upload translations
```
gradle poeditorPush
```
Expand All @@ -89,7 +89,7 @@ Example:
gradle poeditorPush -Planguages=nl,fr -Poverride=true
```

### 3.4 Add terms
### Add terms
```
gradle poeditorPushTerms
```
Expand Down

0 comments on commit 2d00a6b

Please sign in to comment.