Skip to content

fix: move debug addon translations back from core to the addon#6599

Merged
gharlan merged 1 commit into
6.xfrom
debug-addon-lang
Jul 26, 2026
Merged

fix: move debug addon translations back from core to the addon#6599
gharlan merged 1 commit into
6.xfrom
debug-addon-lang

Conversation

@gharlan

@gharlan gharlan commented Jul 26, 2026

Copy link
Copy Markdown
Member

#5900 moved all addon translations into the core lang files. That was correct for the addons being merged into core, but the debug addon was swept along even though it remains a standalone published addon (redaxo/debug via subtree split) — leaving the published package without its own translations.

This moves the three keys (debug, debug_activate_debugmode, debug_error_unzip) back to addons/debug/lang/. They are used exclusively by the debug addon, and the addon lang loading mechanism (I18n::addDirectory() on addon load) is still in place.

Only de_de and en_gb are restored, matching the languages shipped by core. Also normalized the key/value separator to = while at it.

@gharlan gharlan added this to the REDAXO 6.0 milestone Jul 26, 2026
@rex-bot rex-bot added the bug label Jul 26, 2026
@gharlan
gharlan merged commit 86b67d4 into 6.x Jul 26, 2026
16 checks passed
@gharlan
gharlan deleted the debug-addon-lang branch July 26, 2026 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

2 participants