Translation not loading in extension configuration #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hey! Might be related to #4. I just installed the extension v0.3 while testing something else and noticed that the translations are not loaded in the configuration dialog.
Adding
$this->registerTranslates();to extension.php fixes this.Thank you for that. Inspecting a few other extensions out there, I see putting that call in both the
initandhandleConfigureActionseems to be standard practice. I wonder why I don't experience this problem on my own installation.