Update gettext 0.19.1 → 0.22.2 (major) #31
Closed
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.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ gettext (0.19.1 → 0.22.2) · Repo · Changelog
Release Notes
0.22.2 (from changelog)
0.22.1 (from changelog)
0.22.0 (from changelog)
0.21.0 (from changelog)
0.20.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 69 commits:
Release v0.22.2 (#364)Call "mix loadpaths" in "mix gettext.merge" (#365)Improve docs (#363)Change from ensure_loaded/1 to ensure_compiled/1 (#359)Fix protected check in Gettext.Extractor (#357)Release v0.22.1 (#356)implement Gettext.Plural.plural_forms_header/1 for default implementation (#354)Fix extractor crash in case of conflicting backends (#352)Fix compiler plural_forms_fun name interpolation (#353)Start v0.23.0-devRelease v0.22.0Deprecate `nplurals=x` and `:plural_forms` (#349)Use ExUnit's tmp_dir when possible (#350)Fix message for ensure_loaded!/1 in Gettext.Plural (#348)Use Expo for handling built-in plural forms (#347)Add Jonatan to the maintainersPolish some docs here and thereAdd guards to some Gettext functionsSplit errors into their own filesImprove docs for errorsPolish docs for "mix gettext.merge"Remove docs references to "mix compile.gettext" docsImprove docs and specs for interpolation stuffImprove specs in Gettext.ExtractorAgentAdd some "@impl true"sImprove docs for Gettext.PluralSupply plurals forms header to Gettext.Plural callbacks (#343)Remove then/2 since it's not always availableRefactor some code in Gettext.MergerFix duplicated reference filename with :write_reference_line_numbers (#345)Fix flaky tests for mix gettext.extract task (#342)Update actions/checkout & setup Dependabot for actions (#339)Update Expo dependency to also support 0.2.0 (#338)Fix up-to-date check in extractor (#335)Simplify writing of initial POT file top comments (#337)Make "fuzzy" example consistent in the docs (#336)Revert "new PO comment" to what it was beforeStart v0.22.0-devRelease v0.21.0Add case-insensitive sorting to :sort_by_msgid (#326)Fix typos (#332)Sort messages independent of message line splitting (#331)Save previous message for fuzzy matches (#316)Add code coverage through coveralls (#329)Add badges to the READMEFix CI and update Erlang/Elixir versions (#328)Tweak some docs here and thereAdd a "Basic Overview" docs section (#327)Simplify Gettext.Merger.prune_references/2 (#323)Add `write_reference_line_numbers` option (#322)Support marking messages as obsolete (#315)Update to new Expo naming convention (#320)Remove unused PO namespaceReplace PO parse / compose with Expo library (#307)Update README.md (#314)Fix testsUpdate deps and TODOStart v0.21-devUse __mix_recompile__?Bring back previous gettext plural implementation (#313)Require Elixir v1.11 (#312)Migrate GitHub Actions to erlef/setup-beam (#311)Dump flags after references in PO files (#310)Uniq comments for same translation (#309)Update gettext.exRemove old missing translation callbacksPass msgctxt into handling missing translation functions (#304)Replace PluralForm implementation with Expo library (#306)Remove temporary ex-autogen🆕 expo (added, 0.4.1)
👉 No CI detected
You don't seem to have any Continuous Integration service set up!
Without a service that will test the Depfu branches and pull requests, we can't inform you if incoming updates actually work with your app. We think that this degrades the service we're trying to provide down to a point where it is more or less meaningless.
This is fine if you just want to give Depfu a quick try. If you want to really let Depfu help you keep your app up-to-date, we recommend setting up a CI system:
* [Circle CI](https://circleci.com), [Semaphore ](https://semaphoreci.com) and [Github Actions](https://docs.github.com/actions) are all excellent options. * If you use something like Jenkins, make sure that you're using the Github integration correctly so that it reports status data back to Github. * If you have already set up a CI for this repository, you might need to check your configuration. Make sure it will run on all new branches. If you don’t want it to run on every branch, you can whitelist branches starting with `depfu/`.Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase.All Depfu comment commands