Skip to content

Commit

Permalink
Add missing changes to changelog for 1.0.14 (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilka2 committed May 10, 2024
1 parent 2a9a9e0 commit 9e765a4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CHANGES.md
Expand Up @@ -12,8 +12,18 @@
[#550](https://github.com/glebm/i18n-tasks/pull/550)
* Non-HTML ERB files are now supported.
[#545](https://github.com/glebm/i18n-tasks/pull/545)
* Improved interpolations handling for DeepL.
[#523](https://github.com/glebm/i18n-tasks/pull/523)
* Adds an optional isolating router that assumes each YAML file is independent.
[#541](https://github.com/glebm/i18n-tasks/pull/541)
* Adds an optional AST matcher for Rails default_i18n_subject.
[#538](https://github.com/glebm/i18n-tasks/pull/538) [#539](https://github.com/glebm/i18n-tasks/pull/539)
* Supports DeepL glossaries.
[#535](https://github.com/glebm/i18n-tasks/pull/535)
* Supports hashes for DeepL and other translators.
[#531](https://github.com/glebm/i18n-tasks/pull/531)
* Adds configuration for OpenAI prompt.
[#533](https://github.com/glebm/i18n-tasks/pull/533)
* Adds configuration for OpenAI model.
[#532](https://github.com/glebm/i18n-tasks/pull/532) [#534](https://github.com/glebm/i18n-tasks/pull/534)

## v1.0.13

Expand Down
2 changes: 1 addition & 1 deletion templates/config/i18n-tasks.yml
Expand Up @@ -34,7 +34,7 @@ data:
## Example (replace %#= with %=):
# - "<%#= %x[bundle info vagrant --path].chomp %>/templates/locales/%{locale}.yml"

## Specify the router (see Readme for details). Valid values: conservative_router, pattern_router, or a custom class.
## Specify the router (see Readme for details). Valid values: conservative_router, pattern_router, isolating_router, or a custom class.
# router: conservative_router

yaml:
Expand Down

0 comments on commit 9e765a4

Please sign in to comment.