locale_translation_file_history_delete($projects = array(), $langcodes = array())
Deletes the history of downloaded translations.
Parameters
array $projects: Project name(s) to be deleted from the file history. If both project(s) and language code(s) are specified the conditions will be ANDed.
array $langcodes: Language code(s) to be deleted from the file history.
File
core/modules/locale/locale.module, line 866 Enables the translation of the user interface to languages other than English.
C