Skip to content
Snippets Groups Projects
Commit 961674bb authored by Thomas Hackl's avatar Thomas Hackl Committed by Jan-Hendrik Willms
Browse files

Resolve "Die Übersetzungsdomäne für Plugins wird nicht beim Initialisieren der...

Resolve "Die Übersetzungsdomäne für Plugins wird nicht beim Initialisieren der Übersetzungen gesetzt"

Closes #4857

Merge request studip/studip!3641
parent a90bf11e
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,7 @@ trait TranslatablePluginTrait ...@@ -19,6 +19,7 @@ trait TranslatablePluginTrait
{ {
bindtextdomain($domain, $this->getPluginPath() . '/locale'); bindtextdomain($domain, $this->getPluginPath() . '/locale');
bind_textdomain_codeset($domain, 'UTF-8'); bind_textdomain_codeset($domain, 'UTF-8');
$this->translation_domain = $domain;
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment