LOCALE_TRANSLATION_OVERWRITE_NONE
Same name in other branches
- 9 core/modules/locale/locale.module \LOCALE_TRANSLATION_OVERWRITE_NONE
- 8.9.x core/modules/locale/locale.module \LOCALE_TRANSLATION_OVERWRITE_NONE
- 10 core/modules/locale/locale.module \LOCALE_TRANSLATION_OVERWRITE_NONE
UI option for override of existing translations.
Don't override existing translations.
1 use of LOCALE_TRANSLATION_OVERWRITE_NONE
- LocaleUpdateTest::testUpdateImportModeNone in core/
modules/ locale/ tests/ src/ Functional/ LocaleUpdateTest.php - Tests translation import and don't overwrite any translation.
File
-
core/
modules/ locale/ locale.module, line 131
Code
const LOCALE_TRANSLATION_OVERWRITE_NONE = 'none';
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.