API page: https://api.drupal.org/api/drupal/core%21modules%21node%21src%21Plugin%2...
Enter a descriptive title (above) relating to protected function NodeSearch::findResults, then describe the problem you have found:
I am not able to translate text on
"You must include at least one keyword to match in the content. Keywords must be at least @count characters, and punctuation is ignored."
I think issue is not using "t" function here.
drupal_set_message(\Drupal::translation()->formatPlural($this->searchSettings->get('index.minimum_word_size'), t('You must include at least one keyword to match in the content, and punctuation is ignored.'), t('You must include at least one keyword to match in the content. Keywords must be at least @count characters, and punctuation is ignored.')), 'warning');
Closed: works as designed
9.5
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.