You are here

constant L10N_UPDATE_OVERWRITE_NON_CUSTOMIZED in Localization update 7.2

UI option for override of existing translations.

Only override non-customized translations.

3 uses of L10N_UPDATE_OVERWRITE_NON_CUSTOMIZED
L10nUpdateTest::testUpdateImportModeNonCustomized in tests/L10nUpdateTest.test
Tests translation import and only overwrite non-customized translations.
_l10n_update_default_update_options in ./l10n_update.translation.inc
Returns default import options for translation update.
_l10n_update_locale_import_one_string_db in ./l10n_update.translation.inc
Import one string into the database.

File

./l10n_update.module, line 53
Download translations from remote localization server.

Code

define('L10N_UPDATE_OVERWRITE_NON_CUSTOMIZED', 2);