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;
Please login to continue.