Skip to content

Refresh queue.pot from current source#488

Merged
dereuromark merged 1 commit intomasterfrom
i18n-pot-refresh
May 4, 2026
Merged

Refresh queue.pot from current source#488
dereuromark merged 1 commit intomasterfrom
i18n-pot-refresh

Conversation

@dereuromark
Copy link
Copy Markdown
Owner

Summary

  • Re-extract resources/locales/queue.pot against the current src/ and templates/. 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.
  • Drop the per-string #: ./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)

  • phpunit: 176 / 176 (3 pre-existing deprecations, 5 notices, 7 skipped — all unrelated)
  • phpstan: no errors
  • phpcs: clean

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-commenter
Copy link
Copy Markdown

codecov-commenter commented May 4, 2026

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.54%. Comparing base (8a7c89c) to head (15ae593).
⚠️ Report is 1 commits behind head on master.
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dereuromark dereuromark merged commit 8c3a746 into master May 4, 2026
16 checks passed
@dereuromark dereuromark deleted the i18n-pot-refresh branch May 4, 2026 02:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants