You are here

16 uses of LOCALE_PLURAL_DELIMITER in Zircon Profile 8

LocaleJavascriptTranslationTest::testFileParsing in core/modules/locale/src/Tests/LocaleJavascriptTranslationTest.php
NumericField::buildOptionsForm in core/modules/views/src/Plugin/views/field/NumericField.php
Default options form that provides the label widget that all fields should have.
NumericField::defineOptions in core/modules/views/src/Plugin/views/field/NumericField.php
Information about options for all kinds of purposes will be held here.
NumericField::submitOptionsForm in core/modules/views/src/Plugin/views/field/NumericField.php
@inheritdoc
NumericFormatPluralTest::testNumericFormatPlural in core/modules/views/src/Tests/Plugin/NumericFormatPluralTest.php
Test plural formatting setting on a numeric views handler.
PluralVariants::getSourceElement in core/modules/config_translation/src/FormElement/PluralVariants.php
Returns the source element for a given configuration definition.
PluralVariants::getTranslationElement in core/modules/config_translation/src/FormElement/PluralVariants.php
Returns the translation form element for a given configuration definition.
PluralVariants::setConfig in core/modules/config_translation/src/FormElement/PluralVariants.php
Sets configuration based on a nested form value array.
PoDatabaseWriter::writeItem in core/modules/locale/src/PoDatabaseWriter.php
Writes the given item.
PoItem::setFromArray in core/lib/Drupal/Component/Gettext/PoItem.php
Create the PoItem from a structured array.
PoMemoryWriter::writeItem in core/lib/Drupal/Component/Gettext/PoMemoryWriter.php
Writes the given item.
StringBase::getPlurals in core/modules/locale/src/StringBase.php
Splits string to work with plural values.
StringBase::setPlurals in core/modules/locale/src/StringBase.php
Sets this string using array of plural values.
system_js_settings_alter in core/modules/system/system.module
Implements hook_js_settings_alter().
TranslateEditForm::submitForm in core/modules/locale/src/Form/TranslateEditForm.php
Form submission handler.
_locale_parse_js_file in core/modules/locale/locale.module
Parses a JavaScript file, extracts strings wrapped in Drupal.t() and Drupal.formatPlural() and inserts them into the database.