The delimiter used to split plural strings.
This is the ETX (End of text) character and is used as a minimal means to separate singular and plural variants in source and translation text. It was found to be the most compatible delimiter for the supported databases.
File
- core/lib/Drupal/Core/StringTranslation/PluralTranslatableMarkup.php, line 17
Class
- PluralTranslatableMarkup
- A class to hold plural translatable markup.
Namespace
Drupal\Core\StringTranslation
Code
const DELIMITER = "\03";
Please login to continue.