LOCALE_TRANSLATION_OVERWRITE_NONE

Same name and namespace in other branches
  1. 9 core/modules/locale/locale.module \LOCALE_TRANSLATION_OVERWRITE_NONE
  2. 8.9.x core/modules/locale/locale.module \LOCALE_TRANSLATION_OVERWRITE_NONE
  3. 11.x 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.