constant LOCALE_TRANSLATION_OVERWRITE_NONE

UI option for override of existing translations. Don't override existing translations.

3 uses of LOCALE_TRANSLATION_OVERWRITE_NONE
LocaleSettingsForm::buildForm in drupal/core/modules/locale/lib/Drupal/locale/Form/LocaleSettingsForm.php
Implements \Drupal\Core\Form\FormInterface::buildForm().
LocaleSettingsForm::submitForm in drupal/core/modules/locale/lib/Drupal/locale/Form/LocaleSettingsForm.php
Implements \Drupal\Core\Form\FormInterface::submitForm().
LocaleUpdateTest::testUpdateImportModeNone in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateTest.php
Tests translation import with a translations directory and don't overwrite any translation.

File

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

Code

const LOCALE_TRANSLATION_OVERWRITE_NONE = 'none';