POT file Soft Reject

Hi @anon67968091,

You need to make sure that the POT file includes all the translatable texts that your theme provides. Each portion of your theme that has text domain as an argument needs to be put in translation file:

_e( 'Text', 'my-theme' )

The easiest way to create POT file is to use Poedit software. You can read more about theme localization here:

https://developer.wordpress.org/themes/functionality/localization/

Thanks,
Luca

1 Like