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

chore: Bump symfony/translation from 5.2.2 to 5.3.14 #259

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 28, 2022

Bumps symfony/translation from 5.2.2 to 5.3.14.

Release notes

Sourced from symfony/translation's releases.

v5.3.14

Changelog (symfony/translation@v5.3.13...v5.3.14)

  • no significant changes

v5.3.13

Changelog (symfony/translation@v5.3.12...v5.3.13)

  • bug #44816 Use rawurlencode and separate tag setting (danut007ro)
  • bug #44085 Fix TranslationPullCommand with ICU translations (Kocal)
  • bug #44598 Handle the blank-translation in Loco Adapter (kgonella)
  • bug #44474 Fix push keys to lokalise. Closes #… (olegmifle)
  • bug #44350 Fix TranslationTrait (Tomasz Kusy)
  • bug #44416 Make http requests synchronous when reading the Loco API (Kocal)
  • bug #44187 Fix idempotency of LocoProvider write method (welcoMattic)

v5.3.11

Changelog (symfony/translation@v5.3.10...v5.3.11)

  • bug #43990 Generate id parameter instead of letting Loco do it (welcoMattic)
  • bug #42361 correctly handle intl domains with TargetOperation (acran)

v5.3.10

Changelog (symfony/translation@v5.3.9...v5.3.10)

  • bug #43364 Use symfony default locale when pulling translations from providers (Yoann MOROCUTTI)
  • bug #43312 do not export empty strings (taranovegor)

v5.3.9

Changelog (symfony/translation@v5.3.8...v5.3.9)

  • no significant changes

v5.3.7

Changelog (symfony/translation@v5.3.6...v5.3.7)

  • bug #42576 Reverse fallback locales (ro0NL)
  • bug #42649 Fix message key handling for the Localise provider (xepozz)

v5.3.4

Changelog (symfony/translation@v5.3.3...v5.3.4)

  • bug #41504 Fix default value for locales in translation push|pull commands (welcoMattic)
  • bug #42243 Fix base_uri (welcoMattic, Nyholm)
  • bug #42174 Indicate compatibility with psr/log 2 and 3 (derrabus)
  • bug #42130 fix fallback to Locale::getDefault() (nicolas-grekas)
  • bug #42068 Add a Special Case for Translating Choices in en_US_POSIX (chrisguitarguy)
  • bug #40529 Missing translations from traits (insekticid)

v5.3.3

... (truncated)

Changelog

Sourced from symfony/translation's changelog.

CHANGELOG

5.4

  • Add github format & autodetection to render errors as annotations when running the XLIFF linter command in a Github Actions environment.
  • Translation providers are not experimental anymore

5.3

  • Add translation:pull and translation:push commands to manage translations with third-party providers
  • Add TranslatorBagInterface::getCatalogues method
  • Add support to load XLIFF string in XliffFileLoader

5.2.0

  • added support for calling trans with ICU formatted messages
  • added PseudoLocalizationTranslator
  • added TranslatableMessage objects that represent a message that can be translated
  • added the t() function to easily create TranslatableMessage objects
  • Added support for extracting messages from TranslatableMessage objects

5.1.0

  • added support for name attribute on unit element from xliff2 to be used as a translation key instead of always the source element

5.0.0

  • removed support for using null as the locale in Translator
  • removed TranslatorInterface
  • removed MessageSelector
  • removed ChoiceMessageFormatterInterface
  • removed PluralizationRule
  • removed Interval
  • removed transChoice() methods, use the trans() method instead with a %count% parameter
  • removed FileDumper::setBackup() and TranslationWriter::disableBackup()
  • removed MessageFormatter::choiceFormat()
  • added argument $filename to PhpExtractor::parseTokens()
  • removed support for implicit STDIN usage in the lint:xliff command, use lint:xliff - (append a dash) instead to make it explicit.

4.4.0

  • deprecated support for using null as the locale in Translator

... (truncated)

Commits
  • 9450668 fixed help text
  • 184ed14 Merge branch '4.4' into 5.3
  • 4ce00d6 Bump license year
  • 6ef0582 [Translation] Fix TranslationPullCommand with ICU translations
  • be3e4c2 [5.3] cs fixes
  • c301b6d Fix TranslationTrait for multiple domains
  • 124a042 minor #44330 Fix redundant type casts (fancyweb)
  • b61a9eb Fix redundant type casts
  • 90152f7 Fix idempotency of LocoProvider write method
  • 17a965c Merge branch '4.4' into 5.3
  • 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)

Bumps [symfony/translation](https://github.com/symfony/translation) from 5.2.2 to 5.3.14.
- [Release notes](https://github.com/symfony/translation/releases)
- [Changelog](https://github.com/symfony/translation/blob/5.4/CHANGELOG.md)
- [Commits](symfony/translation@v5.2.2...v5.3.14)

---
updated-dependencies:
- dependency-name: symfony/translation
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 28, 2022

The following labels could not be found: php, dependencies, auto-squash.

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