You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenAI translator now uses language names instead of locale codes. #630
Renames RubyAstScanner to RubyScanner (deprecated RubyAstScanner name).
Adds Prism as a dependency.
Merges PrismScanner into RubyScanner, now configured with:
search:
prism: "rails"
to use the Prism scanner with more Rails support and
search:
prism: "ruby"
to use the Prism Scanner without Rails support.
Implements ERB-scanner using Prism, activated with same config as above.
The Prism-based scanner handles comments differently vs the whitequark/parser-based scanner does.
The usage will be for the magic comment line instead of the subsequent line.
This should not affect the results of the CLI tasks.
Loads environment variables via dotenv if available. #395
Adds CLI command check-prism to try the new parser out and see the differences in key detection.
The Prism-based scanner supports candidate_keys for Rails translations, allowing relative translations in controllers to match either the key scoped to controller and action or only to the controller.
Translation services now catch errors and save partial results #642
Prism: Skips translations form cyclic calls instead of throwing error.
Adds own client for Google Translate instead of easy_translate gem.
OpenAI translator now uses language names instead of locale codes. #630
Renames RubyAstScanner to RubyScanner (deprecated RubyAstScanner name).
Adds Prism as a dependency.
Merges PrismScanner into RubyScanner, now configured with:
search:
prism: "rails"
to use the Prism scanner with more Rails support and
search:
prism: "ruby"
to use the Prism Scanner without Rails support.
Implements ERB-scanner using Prism, activated with same config as above.
The Prism-based scanner handles comments differently vs the whitequark/parser-based scanner does.
The usage will be for the magic comment line instead of the subsequent line.
This should not affect the results of the CLI tasks.
Loads environment variables via dotenv if available. #395
Adds CLI command check-prism to try the new parser out and see the differences in key detection.
The Prism-based scanner supports candidate_keys for Rails translations, allowing relative translations in controllers to match either the key scoped to controller and action or only to the controller.
Translation services now catch errors and save partial results #642
Prism: Skips translations form cyclic calls instead of throwing error.
Adds own client for Google Translate instead of easy_translate gem.
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 will merge this PR once CI passes on it, as requested by @Floppy.
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)
Beginning January 27, 2026, Dependabot will no longer support the @dependabot merge command. Please use GitHub's native pull request controls instead. Please see the changelog announcement for additional details.
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependenciesPull requests that update a dependency filerubyPull requests that update Ruby code
1 participant
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps i18n-tasks from 1.0.15 to 1.1.0.
Release notes
Sourced from i18n-tasks's releases.
Changelog
Sourced from i18n-tasks's changelog.
Commits
4e0564cBump to v1.1.06e743f9Google translate: Adds own API implementation (#681)a51e667Prism: model_name.human handles more count values97fbcf1Prism: Skip cyclic methods instead of failingc289d90Fix task name typo in readme (#678)1e0b8f0OpenAI: custom temperature (#673)f5ca65cCorrect Env in README from DEEPL_API_KEY to DEEPL_AUTH_KEY0262793Prism: Detects more invalid scopes (#671)d4bf09bTranslators: Catches translation errors (#670)786f935Github Actions: Specific jruby versions (#669)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 will merge this PR once CI passes on it, as requested by @Floppy.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)