Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing changes to changelog for 1.0.14 #571

Merged
merged 1 commit into from
May 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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