Some translations are missing on localize.drupal.org and can't be translated, for example:
See https://localize.drupal.org/translate/languages/nl/translate?project=dru...
POTX can extract them but then the filename has to end with Constraint and the message variable has to be named "%message":
if (substr($name_parts['filename'], -10) == 'Constraint' && $api_version > POTX_API_7) {
$constraint_extract = TRUE;
}
I suggest to rename the constraints in core to end with "Constraint".
Alternative solution would be to test if the class extends "Constraint".
Needs work
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.