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
Code
define('LOCALE_IMPORT_KEEP', 1);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.