Home
last modified time | relevance | path

Searched refs:create_glossary (Results 1 – 1 of 1) sorted by relevance

/plugin/deeplautotranslate/
Daction.php176 $new_glossary_id = $this->create_glossary($id_match[1], $id_match[2], $entries);
570 private function create_glossary($src, $target, $entries): string { function in action_plugin_deeplautotranslate