Skip to content

Instantly share code, notes, and snippets.

@tomslominski
Created August 11, 2013 20:51
Show Gist options
  • Save tomslominski/6206793 to your computer and use it in GitHub Desktop.
Save tomslominski/6206793 to your computer and use it in GitHub Desktop.
// Translations stuff
function isq_load_textdomain() {
yourls_load_custom_textdomain( 'isq_translation', dirname( __FILE__ ) . '/public/languages' );
echo "This function has loaded";
}
isq_load_textdomain();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment