November 2, 2014 at 9:27 pm #55429
Keymaster
Hi,
Sorry for the delayed reply.
Update is coming within next 2-3 days with language support. If you want to make it work , you have to do following customizations,
Add following lines in theme’s function.php
file.
add_action(‘after_setup_theme’, ‘next_textdomain’);
function next_textdomain(){
load_theme_textdomain(‘thenext’, get_template_directory() . ‘/languages’);
}
Keep the language file in ../wp-content/themes/thenext/language
folder.
It is better if you wait for the update which is coming soon.
Thanks.