Я только что создал po и mo файл с POEDIT, но он не переведен.
Мой .po файл
#: index.php:23
msgid "This is Eng content"
msgstr "This is UK content"
Мой файл index.php
_e('This is Eng content','custom');
Моя функция
function custom_theme_setup() {
load_theme_textdomain( 'custom', get_template_directory() . '/languages' );
}
add_action( 'after_setup_theme', 'custom_theme_setup');
Я не знаю, чтоэто ошибкаБольшое спасибо.