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

Bump translation from 1.17 to 1.26 #391

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps translation from 1.17 to 1.26.

Release notes

Sourced from translation's releases.

Version 1.26

Fixes (bugs & defects):

  • Fix syntax issue with Ruby 3.0 and release v1.25 (that is now yanked!)

Version 1.25

Fixes (bugs & defects):

  • Don't remove empty keys in localization.xx.yml files when config.yaml_remove_empty_keys = true, they may be useful for delimiters, etc.

Version 1.24

Fixes (bugs & defects):

  • Force max version of GetText (3.3.7) to avoid dependency to external online request (see here for discussion).

New features:

  • Warnings when trying to init/sync with duplicate or empty target_locales in the configuration file.

Version 1.23

Fixes (bugs & defects):

  • Fix ArgumentError: comparison of Pathname with String failed if I18n.load_path contains a Pathname instead of a String (#41). Thanks @​11mdlow!

Version 1.22

Fixes (bugs & defects):

  • Fix deprecation warnings on Rails 6 (#38).

New features:

Version 1.21

Fixes (bugs & defects):

  • Refactor YAML source editions service #35
    • Faster when many source editions are applied.
    • Better behavior when overriding the same key from a gem multiple times in a single sync.
    • Better paths normalization.

Version 1.20

Fixes (bugs & defects):

  • Improved config.ignored_key_prefixes to escape prefix from Regexp (prevent . to be any char).

Version 1.19

New features:

  • Add config.yaml_line_width option to wrap YAML files (#19).

... (truncated)

Changelog

Sourced from translation's changelog.

v1.26 (2021-07-14)

Fixes (bugs & defects):

  • Fix syntax issue with Ruby 3.0 and release v1.25 (that is now yanked!)

v1.25 (2021-07-14)

Fixes (bugs & defects):

  • Don't remove empty keys in localization.xx.yml files when config.yaml_remove_empty_keys = true, they may be useful for delimiters, etc.

v1.24 (2021-06-15)

Fixes (bugs & defects):

  • Force max version of GetText (3.3.7) to avoid dependency to external online request (see here for discussion).

New features:

  • Warnings when trying to init/sync with duplicate or empty target_locales in the configuration file.

v1.23 (2021-01-17)

Fixes (bugs & defects):

  • Fix ArgumentError: comparison of Pathname with String failed if I18n.load_path contains a Pathname instead of a String (#41). Thanks @​11mdlow!

v1.22 (2020-07-27)

Fixes (bugs & defects):

  • Fix deprecation warnings on Rails 6 (#38).

New features:

v1.21 (2019-12-30)

Fixes (bugs & defects):

  • Refactor YAML source editions service (#35).
    • Faster when many source editions are applied.
    • Better behavior when overriding the same key from a gem multiple times in a single sync.
    • Better paths normalization.

v1.20 (2019-10-10)

Fixes (bugs & defects):

... (truncated)

Commits
  • c3cdfb2 bump version to 1.26
  • 215f87b use double splat operator (**) to pass hash as keyword argument (for Ruby 3.0)
  • 6e54034 Fix issue with empty values in localization.xx.yml files that were removed wh...
  • a59ed68 Bump version to 1.24 + changelog
  • 0ea3294 Update travis-ci.org to travis-ci.com build image
  • 490d193 Fix lowest rspec dependency
  • 8eb2e3f Bump rspec lowest dependency
  • 994f01c Trigger travis build after migration
  • 972734c Better warnings for wrong locales in config file + specs, bump Rspec, Force v...
  • 0ab5789 Remove special code that added missing locales
  • 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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants