In single.php there are a few entries that do not call the localization functions correctly e.g.: PHP: <?php next_post_link('%link', __('Next Post <span class="meta-nav">→</span>', 'nutrition')); ?> should be: Code: <?php next_post_link('%link', __('Next Post <span class="meta-nav">→</span>', 'colorway')); ?> furthermore the Next Post, Previous Post (etc) are not added to the Default.po file. (I have made the changes and added it to my .po file, also in blog.php - so these are now translated correctly - I can submit the changes if that helps…)
Hello, Thank you for your suggestion, We will rectify these issue in our next updatation of the Colorway theme.