wenpai.org/wp-content/plugins/glotpress/gp-templates/project.api.php
2024-06-21 23:57:39 +08:00

7 lines
150 B
PHP

<?php
echo gp_array_of_array_of_things_to_json(
array(
'translation_sets' => $translation_sets,
'sub_projects' => $sub_projects,
)
);