Skip to content
Snippets Groups Projects
Commit 62784283 authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

Translations loading

parent 4d6ca86e
No related branches found
No related tags found
1 merge request!3Merge of devel to master
...@@ -60,6 +60,8 @@ error_log('init'); ...@@ -60,6 +60,8 @@ error_log('init');
*/ */
public function load_plugin_text_domain() { public function load_plugin_text_domain() {
error_log('load'); error_log('load');
error_log($this->get_text_domain());
error_log($this->get_namespace());
load_plugin_textdomain( $this->get_text_domain(), false, $this->get_namespace() . '/lang/' ); load_plugin_textdomain( $this->get_text_domain(), false, $this->get_namespace() . '/lang/' );
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment