constant L10N_UPDATE_STRING_CUSTOM in Localization update 7.2
Same name and namespace in other branches
- 6 l10n_update.inc \L10N_UPDATE_STRING_CUSTOM
- 7 l10n_update.inc \L10N_UPDATE_STRING_CUSTOM
Flag for locally customized interface translation.
Strings are customized when translated or edited using the build in string translation form. Strings can also be marked as customized when a po file is imported.
1 use of L10N_UPDATE_STRING_CUSTOM
- l10n_update_client_save_string in ./
l10n_update.module - Menu callback. Saves a string translation coming as POST data.
File
- ./
l10n_update.module, line 94 - Download translations from remote localization server.
Code
define('L10N_UPDATE_STRING_CUSTOM', 1);