locale_translation_status_save($project, $langcode, $type, $data)
Saves the status of translation sources in static cache.
Parameters
string $project: Machine readable project name.
string $langcode: Language code.
string $type: Type of data to be stored.
array $data: File object also containing timestamp when the translation is last updated.
File
core/modules/locale/locale.module, line 919 Enables the translation of the user interface to languages other than English.
Code
function locale_tr