Please select a translation to check: Download current translation for editing: ' . $locale . '/messages.json'; echo '

'; echo '

Download en_US for reference: en_US/messages.json'; echo '

'; echo ''; echo ''; foreach ($enUSMsg as $enUSlabel => $enUSobj) { echo ''; } echo '
Labelen_US' . $locale . '
'; echo $enUSlabel; echo ''; echo $enUSobj->message; echo ''; if (isset($lMsg->$enUSlabel)) { echo $lMsg->$enUSlabel->message; } else { echo 'MISSING'; } echo '
'; echo '

Unused labels (no longer in enUS)

'; echo ''; foreach ($lMsg as $lLabel => $lObj) { if (!isset($enUSMsg->$lLabel)) { echo ''; echo ''; echo ''; echo ''; } } echo '
' . $lLabel . '' . json_encode($lObj) . '
'; ?>