constant LOCALE_TRANSLATION_OVERWRITE_ALL

UI option for override of existing translations. Override any translation.

5 uses of LOCALE_TRANSLATION_OVERWRITE_ALL
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::testUpdateImportSourceLocal in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateTest.php
Tests translation import from local sources.
LocaleUpdateTest::testUpdateImportSourceRemote in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateTest.php
Tests translation import from remote sources.
LocaleUpdateTest::testUpdateImportWithoutDirectory in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateTest.php
Tests translation import without a translations directory.

File

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

Code

const LOCALE_TRANSLATION_OVERWRITE_ALL = 'all';