WordPress / theme-check

Theme Check plugin
https://wordpress.org/plugins/theme-check/
333 stars 108 forks source link

Themes without translation functions fails the text domain check #413

Open carolinan opened 2 years ago

carolinan commented 2 years ago

It is possible to have a block theme without translation functions, for example if the text strings are in the HTML templates.

The error message is: REQUIRED: This theme text domain does not match the theme's slug. The text domain used: This theme's correct slug and text-domain is kubrick2.

The text domain is missing in the message above.

kafleg commented 2 years ago

Do you mean to ignore this message for block themes?

carolinan commented 2 years ago

No, I mean to not fail if a text domain is never used.

Block themes that has translation functions anywhere should still be checked.