You are here

constant LOCALE_IMPORT_OVERWRITE in Drupal 7

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

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

1 use of LOCALE_IMPORT_OVERWRITE
_locale_import_one_string_db in includes/locale.inc
Import one string into the database.

File

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

Code

define('LOCALE_IMPORT_OVERWRITE', 0);