Skip to content

Commit a7ce25f

Browse files
Update README.md
1 parent 983851a commit a7ce25f

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ and it's a great tool for CI/CD pipelines and localization automation.
1313

1414
- **Upload and download translations.** The main purpose of the command-line tool is to upload and download translation files from [Translation Editor](https://simplelocalize.io/translation-editor/) to your project.
1515
- **[Auto-translate](https://simplelocalize.io/auto-translation/) strings.** Start auto-translation jobs from the command-line and get translated strings in a few minutes.
16-
- **[Hosted translations management](https://simplelocalize.io/translation-hosting/).** Push and pull translations from Translation Hosting to your project using the command-line.
16+
- **[Host translations](https://simplelocalize.io/translation-hosting/).** Push and pull translations from Translation Hosting to your project using the command-line.
1717
- **[GitHub Actions support](https://github.com/simplelocalize/github-action-cli/).** Use SimpleLocalize CLI in your GitHub Actions workflows.
1818
- **Check project status.** Get project details from the command-line and check if your translations are up-to-date.
1919

@@ -106,7 +106,9 @@ simplelocalize auto-translate
106106
107107
[GitHub Wiki: Auto-translate strings](/simplelocalize/simplelocalize-cli/wiki/Auto%E2%80%90translate-strings)
108108
109-
## Translation Hosting: Publish translations
109+
## Translation Hosting
110+
111+
### Publish translations
110112
111113
Publish command updates translations on [translation hosting](https://simplelocalize.io/translation-hosting/).
112114
@@ -116,9 +118,9 @@ simplelocalize publish
116118
--environment _latest
117119
```
118120
119-
[GitHub Wiki: Pull resources](/simplelocalize/simplelocalize-cli/wiki/Publish-translations)
121+
[GitHub Wiki: Pull resources](/simplelocalize/simplelocalize-cli/wiki/Translation-Hosting)
120122
121-
## Translation Hosting: Pull resources
123+
### Pull resources
122124
123125
Downloads all translation hosting files to given directory in `--pullPath` parameter. It overwrites existing files and creates subdirectories if necessary.
124126
@@ -127,7 +129,7 @@ Pulls translations from the `_latest` environment.
127129
simplelocalize pull --apiKey <PROJECT_API_KEY> --pullPath ./hosting/ --environment _latest
128130
```
129131
130-
[GitHub Wiki: Pull resources](/simplelocalize/simplelocalize-cli/wiki/Pull-resources)
132+
[GitHub Wiki: Pull resources](/simplelocalize/simplelocalize-cli/wiki/Translation-Hosting)
131133
132134
## Get project details
133135

0 commit comments

Comments
 (0)