7 lines
150 B
PHP
7 lines
150 B
PHP
<?php
|
|
echo gp_array_of_array_of_things_to_json(
|
|
array(
|
|
'translation_sets' => $translation_sets,
|
|
'sub_projects' => $sub_projects,
|
|
)
|
|
);
|