Refresh queue.pot from current source#488
Merged
dereuromark merged 1 commit intomasterfrom May 4, 2026
Merged
Conversation
Re-extract resources/locales/queue.pot via cake i18n extract against the
current src/ and templates/. The committed POT had 110 msgids; current source
has 244 — 134 strings added in newer code that translators had no entry for.
Drop the per-string "#: ./src/..." location comments from the previous
version. The new extract uses --no-location so future regenerations stay
tidy (a single line move no longer reshuffles every entry's `#:` line). No
code changes — the plugin already uses __d('queue', ...) consistently
throughout (361 calls, single domain).
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #488 +/- ##
=========================================
Coverage 77.54% 77.54%
Complexity 966 966
=========================================
Files 45 45
Lines 3238 3238
=========================================
Hits 2511 2511
Misses 727 727 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
resources/locales/queue.potagainst the currentsrc/andtemplates/. The committed POT had 110 msgids; the fresh extract has 244 — 134 strings added in newer code (admin batch ops, scheduler views, the failed/locked job filters, etc.) had no entry, so a German/Japanese/etc. language pack derived from the old POT was missing more than half the plugin's UI.#: ./src/...location comments from the previous POT and switch to--no-location. Keeps future regeneration diffs tidy — one line move no longer reshuffles every entry's#:line.No code changes — the plugin already uses
__d('queue', ...)consistently across all 361 calls.Verification (local)