Bump i18n-tasks from 1.0.13 to 1.0.14 #746

Merged
dependabot[bot] merged 1 commits from dependabot/bundler/i18n-tasks-1.0.14 into main 2024-05-14 01:24:16 +08:00
dependabot[bot] commented 2024-05-13 15:46:00 +08:00 (Migrated from github.com)

Bumps i18n-tasks from 1.0.13 to 1.0.14.

Release notes

Sourced from i18n-tasks's releases.

v1.0.14

See CHANGES.md

Changelog

Sourced from i18n-tasks's changelog.

v1.0.14

  • Newlines are now preserved when using Google Translate. #567
  • Improved locale name handling for Google Translate. #558
  • Fixes compatibility with some versions of the i18n gem. #553
  • Added i18n-tasks cp command. #551
  • Parentheses in keys are now supported. #550
  • Non-HTML ERB files are now supported. #545
  • Adds an optional isolating router that assumes each YAML file is independent. #541
  • Adds an optional AST matcher for Rails default_i18n_subject. #538 #539
  • Supports DeepL glossaries. #535
  • Supports hashes for DeepL and other translators. #531
  • Adds configuration for OpenAI prompt. #533
  • Adds configuration for OpenAI model. #532 #534
Commits
  • c75f774 Bump to v1.0.14
  • 063df4c Fix rubocop
  • 443aef1 Adds spec for YAML-parsing of multilines
  • 7bf71a5 Google Translator: Handles line breaks
  • dffd911 Fix unescaped interpolated reserved key in help text and handle escaped inter...
  • d8b98fa Fixes rubocop offenses (#564)
  • 88de40e chore(deps): bump paambaati/codeclimate-action from 5 to 6
  • 3bfe80c Stop modifying locale before sending to Google Translate.
  • 56f378a Add copy command
  • 1ab60ab Fix key splitting failures if key contains any parenthesis char
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [i18n-tasks](https://github.com/glebm/i18n-tasks) from 1.0.13 to 1.0.14. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/glebm/i18n-tasks/releases">i18n-tasks's releases</a>.</em></p> <blockquote> <h2>v1.0.14</h2> <p>See <a href="https://github.com/glebm/i18n-tasks/blob/main/CHANGES.md">CHANGES.md</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/glebm/i18n-tasks/blob/main/CHANGES.md">i18n-tasks's changelog</a>.</em></p> <blockquote> <h2>v1.0.14</h2> <ul> <li>Newlines are now preserved when using Google Translate. <a href="https://redirect.github.com/glebm/i18n-tasks/pull/567">#567</a></li> <li>Improved locale name handling for Google Translate. <a href="https://redirect.github.com/glebm/i18n-tasks/pull/558">#558</a></li> <li>Fixes compatibility with some versions of the i18n gem. <a href="https://redirect.github.com/glebm/i18n-tasks/pull/553">#553</a></li> <li>Added <code>i18n-tasks cp</code> command. <a href="https://redirect.github.com/glebm/i18n-tasks/pull/551">#551</a></li> <li>Parentheses in keys are now supported. <a href="https://redirect.github.com/glebm/i18n-tasks/pull/550">#550</a></li> <li>Non-HTML ERB files are now supported. <a href="https://redirect.github.com/glebm/i18n-tasks/pull/545">#545</a></li> <li>Adds an optional isolating router that assumes each YAML file is independent. <a href="https://redirect.github.com/glebm/i18n-tasks/pull/541">#541</a></li> <li>Adds an optional AST matcher for Rails default_i18n_subject. <a href="https://redirect.github.com/glebm/i18n-tasks/pull/538">#538</a> <a href="https://redirect.github.com/glebm/i18n-tasks/pull/539">#539</a></li> <li>Supports DeepL glossaries. <a href="https://redirect.github.com/glebm/i18n-tasks/pull/535">#535</a></li> <li>Supports hashes for DeepL and other translators. <a href="https://redirect.github.com/glebm/i18n-tasks/pull/531">#531</a></li> <li>Adds configuration for OpenAI prompt. <a href="https://redirect.github.com/glebm/i18n-tasks/pull/533">#533</a></li> <li>Adds configuration for OpenAI model. <a href="https://redirect.github.com/glebm/i18n-tasks/pull/532">#532</a> <a href="https://redirect.github.com/glebm/i18n-tasks/pull/534">#534</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/glebm/i18n-tasks/commit/c75f7745cae705ef4d62f7c2cedcd0159b1dda05"><code>c75f774</code></a> Bump to v1.0.14</li> <li><a href="https://github.com/glebm/i18n-tasks/commit/063df4c67302fbf66fa71a0be903177b368bb357"><code>063df4c</code></a> Fix rubocop</li> <li><a href="https://github.com/glebm/i18n-tasks/commit/443aef15fcd1fcdaec192c4e0d2f64dcb1ff01cc"><code>443aef1</code></a> Adds spec for YAML-parsing of multilines</li> <li><a href="https://github.com/glebm/i18n-tasks/commit/7bf71a56023078ee1496e5baac1ae16f14992211"><code>7bf71a5</code></a> Google Translator: Handles line breaks</li> <li><a href="https://github.com/glebm/i18n-tasks/commit/dffd911391cc366779a6c0b119d927a8dfd41be7"><code>dffd911</code></a> Fix unescaped interpolated reserved key in help text and handle escaped inter...</li> <li><a href="https://github.com/glebm/i18n-tasks/commit/d8b98fa3bb674865f2aa891fdd163d54f3c87387"><code>d8b98fa</code></a> Fixes rubocop offenses (<a href="https://redirect.github.com/glebm/i18n-tasks/issues/564">#564</a>)</li> <li><a href="https://github.com/glebm/i18n-tasks/commit/88de40e634619912faa9bb1420dd287ec4a5e1e3"><code>88de40e</code></a> chore(deps): bump paambaati/codeclimate-action from 5 to 6</li> <li><a href="https://github.com/glebm/i18n-tasks/commit/3bfe80cec5f8c83fabd3d4932b4eff590f45c6d6"><code>3bfe80c</code></a> Stop modifying locale before sending to Google Translate.</li> <li><a href="https://github.com/glebm/i18n-tasks/commit/56f378ac102b18c7de2cbcb69cdf2483b0d9f48a"><code>56f378a</code></a> Add copy command</li> <li><a href="https://github.com/glebm/i18n-tasks/commit/1ab60abeb34fd1ec7d37eebe252c35bc50a0fe64"><code>1ab60ab</code></a> Fix key splitting failures if key contains any parenthesis char</li> <li>Additional commits viewable in <a href="https://github.com/glebm/i18n-tasks/compare/v1.0.13...v1.0.14">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=i18n-tasks&package-manager=bundler&previous-version=1.0.13&new-version=1.0.14)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
Sign in to join this conversation.