arduino / arduino-cli

Arduino command line tool
https://arduino.github.io/arduino-cli/latest/
GNU General Public License v3.0
4.23k stars 370 forks source link

[skip changelog] Bump github.com/leonelquinteros/gotext from 1.4.0 to 1.6.1 #2631

Open dependabot[bot] opened 3 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps github.com/leonelquinteros/gotext from 1.4.0 to 1.6.1.

Release notes

Sourced from github.com/leonelquinteros/gotext's releases.

v1.6.1

Full Changelog: https://github.com/leonelquinteros/gotext/compare/v1.6.0...v1.6.1

v1.6.0

What's Changed

New Contributors

Full Changelog: https://github.com/leonelquinteros/gotext/compare/v1.5.2...v1.6.0

v1.5.2

Bump golang.org/x/text from 0.3.7 to 0.3.8

v1.5.1

Small release with minor improvements, mainly related to dependencies.

v1.5.0

Long release with small additions. We're pretty much releasing all small changes and refactoring that have been implemented since the last release.

I think the most important addition is the CLI tool to extract translation strings into .po files. It has been worked for a while in the master branch, but now it's officially included (as is) in a release.

For those who wants to know the exact changes since last release, here is a diff for you: https://github.com/leonelquinteros/gotext/compare/v1.4.0...1b8a993ae40a69bc9e9ed20a93b526c1e6b7d457

Enjoy, contribute, create issues and send PRs!

Commits
  • b119ef1 Address Domain Set and SetN bug. Fixes #99
  • c7c2135 Merge pull request #85 from m-horky/multilang
  • 8979030 Rename 'storage' to 'locale'
  • f7ff9bf Fix a typo in documentation for SetLibrary
  • 4ec5f39 Add support for multiple languages
  • 12a9914 Merge pull request #87 from der-lyse/fix-typo
  • d160694 Fix typo in documentation
  • 6f739b6 Merge pull request #86 from der-lyse/master
  • 2f11fcd Remove unused dependency
  • 37f474c Merge pull request #84 from leonelquinteros/revert-73-multilang
  • 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 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)