Same name and namespace in other branches
  1. 6.x includes/locale.inc \LOCALE_IMPORT_KEEP

Translation import mode keeping existing translations and only inserting new strings.

3 uses of LOCALE_IMPORT_KEEP
locale_translate_import_form in modules/locale/locale.admin.inc
User interface for the translation import screen.
_locale_batch_import in includes/locale.inc
Implements callback_batch_operation().
_locale_import_one_string in includes/locale.inc
Imports a string into the database

File

includes/locale.inc, line 85
Administration functions for locale.module.

Code

define('LOCALE_IMPORT_KEEP', 1);