You are here

constant LOCALE_PLURAL_DELIMITER in Drupal 8

The delimiter used to split plural strings.

Deprecated

in drupal:8.0.0 and is removed from drupal:9.0.0. Use Drupal\Component\Gettext\PoItem::DELIMITER instead.

File

core/includes/common.inc, line 132
Common functions that many Drupal modules will need to reference.

Code

const LOCALE_PLURAL_DELIMITER = PoItem::DELIMITER;