constant LOCALE_IMPORT_OVERWRITE

  1. 7.x drupal-7.x/includes/locale.inc LOCALE_IMPORT_OVERWRITE
  2. 6.x drupal-6.x/includes/locale.inc LOCALE_IMPORT_OVERWRITE

Translation import mode overwriting all existing translations if new translated version available.

2 uses of LOCALE_IMPORT_OVERWRITE
locale_translate_import_form in drupal-6.x/includes/locale.inc
User interface for the translation import screen.
_locale_import_one_string_db in drupal-6.x/includes/locale.inc
Import one string into the database.

File

drupal-6.x/includes/locale.inc, line 14
Administration functions for locale.module.

Code

define('LOCALE_IMPORT_OVERWRITE', 0)