W3cubDocs

/Drupal 8

constant LOCALE_CUSTOMIZED

Flag for locally customized interface translation.

Such translations are edited from their imported originals on the user interface or are imported as customized.

File

core/modules/locale/locale.module, line 77
Enables the translation of the user interface to languages other than English.

Code

const LOCALE_CUSTOMIZED = 1;

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!modules!locale!locale.module/constant/LOCALE_CUSTOMIZED/8.1.x