Couldn’t generate POT file
-
According to:
https://codex.www.ads-software.com/I18n_for_WordPress_Developers#Translating_Plugins_and_ThemesI need only do the following:
php ~/public_html/wordpress/tools/i18n/makepot.php wp-plugin .
php ~/public_html/wordpress/tools/i18n/makepot.php wp-plugin . languages/plugin-slug.potSo to adapt it to my code, I did the following:
php tools/i18n/makepot.php wp-plugin . wpcontent/plugins/transcent-coupon/languges/transcent-coupon.potAnd the error I’m getting is:
Couldn’t generate POT file!what am I doing wrong?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Couldn’t generate POT file’ is closed to new replies.