README.md in i18n-tasks-0.9.34 vs README.md in i18n-tasks-0.9.35
- old
+ new
@@ -20,11 +20,11 @@
i18n-tasks can be used with any project using the ruby [i18n gem][i18n-gem] (default in Rails).
Add i18n-tasks to the Gemfile:
```ruby
-gem 'i18n-tasks', '~> 0.9.34'
+gem 'i18n-tasks', '~> 0.9.35'
```
Copy the default [configuration file](#configuration):
```console
@@ -210,11 +210,11 @@
`remove-unused` implemented with `unused` and `data-remove` (sans the confirmation):
```console
$ i18n-tasks unused -f yaml | i18n-tasks data-remove
```
-Remove all keys in `fr` but not `en` from `fr`:
+Remove all keys from `fr` that do not exist in `en`. Do not change `en`:
```console
$ i18n-tasks missing -t diff -f yaml en | i18n-tasks tree-mv en fr | i18n-tasks data-remove
```
See the full list of tasks with `i18n-tasks --help`.
@@ -403,10 +403,12 @@
`i18n-tasks translate-missing` requires a DeepL Pro API key, get it at [DeepL](https://www.deepl.com/pro).
```yaml
# config/i18n-tasks.yml
translation:
- deepl_api_key: <Deep Pro API key>
+ deepl_api_key: <DeepL Pro API key>
+ deepl_host: <optional>
+ deepl_version: <optional>
```
<a name="yandex-translation-config"></a>
### Yandex Translate