translations
-
i’ve modified sub-categories-widget.php to add translation support (stores files in /lang directory) by adding a new ending line:
load_plugin_textdomain( 'sub_categories', false, dirname(plugin_basename( __FILE__ )) . '/lang/' );
also fixed a missing textdomain on line 135.here’s the modified sub-categories-widget.php file:
https://www.dirsend.com/LL1tCuBqxPSG2Kx8and here’s an italian translation .po and .mo files (in /lang directory):
https://www.dirsend.com/vGqhZ8DmzfLEeuUa
https://www.dirsend.com/FhC5677hhGAMR3ip
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘translations’ is closed to new replies.