Skip to content

Commit 0f5f974

Browse files
authored
Merge branch 'master' into version-2.7
2 parents 2d865aa + bf028eb commit 0f5f974

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ SimpleLocalize CLI is a command-line tool that allows you to manage translations
1919
and it's a great tool for CI/CD pipelines and localization automation.
2020

2121
- **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.
22-
- **[Auto-translate](https://simplelocalize.io/auto-translate) strings.** Start auto-translation jobs from the command-line and get translated strings in a few minutes.
23-
- **[Hosted translations management](https://simplelocalize.io/translation-hosting).** Push and pull translations from Translation Hosting to your project using the command-line.
24-
- **[GitHub Actions support](https://github.com/simplelocalize/github-action-cli).** Use SimpleLocalize CLI in your GitHub Actions workflows.
22+
- **[Auto-translate](https://simplelocalize.io/auto-translation/) strings.** Start auto-translation jobs from the command-line and get translated strings in a few minutes.
23+
- **[Hosted translations management](https://simplelocalize.io/translation-hosting/).** Push and pull translations from Translation Hosting to your project using the command-line.
24+
- **[GitHub Actions support](https://github.com/simplelocalize/github-action-cli/).** Use SimpleLocalize CLI in your GitHub Actions workflows.
2525
- **Check project status.** Get project details from the command-line and check if your translations are up-to-date.
2626

2727
## Installation

src/main/java/io/simplelocalize/cli/extraction/ExtractionProcessorFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ public ExtractionProcessor createForType(String extractType)
2929
return processor;
3030
}
3131
}
32-
throw new IllegalArgumentException("Could not find matching project processor for extractType: " + extractType + " please use on of these: " + supportedProjectTypes);
32+
throw new IllegalArgumentException("Could not find matching project processor for extractType: " + extractType + " please use one of these: " + supportedProjectTypes);
3333
}
3434
}

0 commit comments

Comments
 (0)