$msgstr` entries * * This will overwrite existing values for `$msgid`, but is not guaranteed to clear cache of existing entries * not present in `$translations`. * * @param array $translations */ public function setAll(array $translations): void; }