Alx Tabs widget problem with translation
-
Hi Everybody,
I have a problem with Alx Tabs widget.
Since the last theme update the Widgets folder is now located in the function folder. Because of this my German translation of the Tab labels was lost. Now the tabs are again in english language as you can see here in the right sidebar:
So, as I did before, I have translated the relevant code:
private function _create_tabs($tabs,$count) { // Borrowed from Jermaine Maree, thanks mate! $titles = array( 'recent' => __('Letzte Artikel','hueman'), 'popular' => __('Beliebte Artikel','hueman'), 'comments' => __('Letzte Kommentare','hueman'), 'tags' => __('Schlagw?rter','hueman') );
I have uploaded the German translation of alx-tabs.php into my child theme in the folder widgets which is part of the folder functions.
But, I have no clue why, the German translation of the tabs is not showing.
Could somebody help me here? I have no clue why the translation is not showing.
Thank you
Karsten
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Alx Tabs widget problem with translation’ is closed to new replies.