constant L10N_UPDATE_PLURAL_DELIMITER in Localization update 7.2
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.
2 uses of L10N_UPDATE_PLURAL_DELIMITER
- l10n_update_d8_plural_conversion in ./
l10n_update.install - Converts D8 style translations strings into D7 format.
- l10n_update_get_d8_plural_strings in ./
l10n_update.install - Gets D8 plural style strings.
File
- ./
l10n_update.module, line 77 - Download translations from remote localization server.
Code
define('L10N_UPDATE_PLURAL_DELIMITER', "\3");