constant LOCALE_UPDATE_OVERRIDE_DEFAULT in Localization update 7
Same name and namespace in other branches
- 6 l10n_update.module \LOCALE_UPDATE_OVERRIDE_DEFAULT
Translation import mode keeping translations which are edited after enabling Locale Update module an only override default (un-edited) translations.
2 uses of LOCALE_UPDATE_OVERRIDE_DEFAULT
- drush_l10n_update in ./
l10n_update.drush.inc - Callback for command l10n-update.
- _l10n_update_locale_import_one_string_db in ./
l10n_update.locale.inc - Import one string into the database.
File
- ./
l10n_update.module, line 29 - Download translations from remote localization server.
Code
define('LOCALE_UPDATE_OVERRIDE_DEFAULT', 2);