overtrue / laravel-lang

:earth_asia: 75 languages support for Laravel application.
MIT License
1.27k stars 146 forks source link

Update laravel-lang/lang requirement from ^7.0 to ^9.0 #68

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Updates the requirements on laravel-lang/lang to permit the latest version.

Release notes

Sourced from laravel-lang/lang's releases.

New structure of files:

  • source/ - stores php and json source files
  • locales/{locale} - stores php and json files with translations.

For more information, see #1606 and #1607.

Changelog

Sourced from laravel-lang/lang's changelog.

[9.0.0] - 2021-04-14

New structure of files:

  • source/ - stores php and json source files
  • locales/{locale} - stores php and json files with translations.

For more information, see #1606 and #1607.

[8.1.3] - 2021-04-14

Changed

  • feature: [hu] #1609 auth.php
  • feature: [nl] #1603 #1610 validation.php validation-inline.php json file

Documentation

  • feature: #1599 contributing to dev
  • feature: #1601 referents
  • feature: #1614 readme

Todo script

  • feature: #1600 Added validation for the :attribute string in the validation-inline.php files
  • feature: #1602 Added auto-update docs/referents.md file
  • feature: #1604 Added check of exclusion files for keys relevance

[8.1.2] - 2021-04-07

Changed

  • feature: [it] #1596 #1597 validation.php validation-inline.php json file
  • feature: [fr]

[8.1.1] - 2021-04-02

Added

  • #1565 Add prohibited validation rule
  • #1510 [af] Added Afrikaans language support

Changed

  • feature: [ar] #1584 validation.php validation-inline.php json file
  • feature: [es] #1566 #1579 #1585 validation.php validation-inline.php json file
  • feature: [fr] #1580 json file
  • feature: [hy] #1572 #1573 #1574 auth.php validation.php
  • feature: [it] #1568 json file
  • feature: [nl] #1587 json file

... (truncated)

Commits
  • d58d7a0 doc for v9
  • c3e51ee Merge pull request #1607 from andrey-helldar/patch/2021-04-12/12-50
  • 54048d1 doc
  • de25dfc Merge pull request #1614 from andrey-helldar/patch/2021-04-14/20-12
  • 5731137 Projects based on this package title renamed to Translation managers
  • f9214fe Merge remote-tracking branch 'caouecs/master' into patch/2021-04-12/12-50
  • a3df3d1 Updated status of translations
  • c1f0901 Merge pull request #1610 from astalpaert/translations/nl/json
  • b350230 Merge pull request #1609 from faxunil/patch-1
  • e7bf14f [NL] 🗣 Added some missing NL translations for json
  • Additional commits viewable in compare view


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](https://app.dependabot.com): - 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)
dependabot-preview[bot] commented 3 years ago

Superseded by #71.