Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / language / src / Entity / ContentLanguageSettings.php
index 87ebd21f44a0e015254522fa230b0543d3942ef1..0012e79994fdbc7ee70420c743bd28d5ebcff6a4 100644 (file)
@@ -14,6 +14,13 @@ use Drupal\language\ContentLanguageSettingsInterface;
  * @ConfigEntityType(
  *   id = "language_content_settings",
  *   label = @Translation("Content Language Settings"),
+ *   label_collection = @Translation("Content Language Settings"),
+ *   label_singular = @Translation("content language setting"),
+ *   label_plural = @Translation("content languages settings"),
+ *   label_count = @PluralTranslation(
+ *     singular = "@count content language setting",
+ *     plural = "@count content languages settings",
+ *   ),
  *   admin_permission = "administer languages",
  *   config_prefix = "content_settings",
  *   entity_keys = {