I18N Issues
-
This plugin slug is
standwithukraine, but your Text Domain is set asstand-with-ukraine. Please modify the text domain in all your source files and make sure it is equal to your plugin slug. (see https://developer.ww.wp.xz.cn/plugins/internationalization/how-to-internationalize-your-plugin/#text-domains)1. Wrong text Domain Issue
stand-with-ukraine.php: Line 14, 29, 30
templates\banner.php: Line 17, 19
templates\settings.php: Line 20, 21, 23, 38, 45
templates\text.php: Line 15, 17, 20, 21, 23, 27, 28, 32
, 33, 352. Missing localizable strings, modifications are the following.
templates\settings.php Line 28 to 31
'line_top' => __('Sticky line (page top)', 'standwithukraine'), 'line_bottom' => __('Sticky line (page bottom)', 'standwithukraine'), 'notice_left' => __('Notice (bottom left)', 'standwithukraine'), 'notice_right' => __('Notice (bottom right)', 'standwithukraine')templates\settings.php Line 50 to 52
'black_white' => __('Black on white', 'standwithukraine'), 'white_black' => __('White on black', 'standwithukraine'), 'national' => __('National colours', 'standwithukraine')
The topic ‘I18N Issues’ is closed to new replies.