- 🇧🇾Belarus gun_dose
Hi! It was incorrectly marked as "cannot reproduce". But there is these lines in code:
// phpcs:ignore Drupal.Semantics.FunctionT.NotLiteralString $info['#none_label'] = $this->t(static::NONE_LABEL);
You intentionally ignoded phpcs error, but it is a wrong way. You used constant name instead of string literal there so this is why this string wasn't extracted to .po file, and this is why translation team can't handle this.