constant LOCALE_TRANSLATION_OVERWRITE_NON_CUSTOMIZED

UI option for override of existing translations. Only override non-customized translations.

3 uses of LOCALE_TRANSLATION_OVERWRITE_NON_CUSTOMIZED
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::testUpdateImportModeNonCustomized in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateTest.php
Tests translation import with a translations directory and only overwrite non-customized translations.

File

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

Code

const LOCALE_TRANSLATION_OVERWRITE_NON_CUSTOMIZED = 'non_customized';