Skip to content

Commit

Permalink
Support Localization
Browse files Browse the repository at this point in the history
Call load_plugin_textdomain for translation strings
  • Loading branch information
1bigidea committed Mar 31, 2013
1 parent 4f6a2ef commit 92d75d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions loader.php
Expand Up @@ -69,6 +69,9 @@ static function this(){
* Functions below actually do the work
*/
function init(){
// load localization strings
load_plugin_textdomain('nono-per-unit', FALSE, plugin_basename(__FILE__).'/localization');

include_once('inc/class.shortcodes.php');
include_once('inc/class.printing_product.php');

Expand Down

0 comments on commit 92d75d4

Please sign in to comment.