Fixed
Project:
Mixpanel
Version:
2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
20 Jun 2026 at 07:59 UTC
Updated:
21 Jun 2026 at 00:18 UTC
Jump to comment: Most recent
The Mixpanel settings form uses a plain PHP string for the Debug mode checkbox title. Consequently, the label cannot be translated and remains English on localized administration pages.
1. Enable a non-English administration language.
2. Visit /admin/config/services/mixpanel.
3. Observe that “Debug mode” remains untranslated.
Wrap the label with $this->t().
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
dkmishra commentedComment #4
darvanenThanks
Comment #6
darvanen