</a></td>
						</tr>
						<tr>
							<th>Missing Strings</th>
							<td><a href="editor.php?locale=<?php 
    echo $locale;
    ?>
&amp;type=missing"><?php 
    echo $reactIntlEditor->getMissingStringCount($locale);
    ?>
</a></td>
						</tr>
						<tr>
							<th>Orphaned Strings</th>
							<td><?php 
    echo $reactIntlEditor->getOrphanedStringCount($locale);
    ?>
</td>
						</tr>
						</tbody>
					</table>

					<?php 
}
?>

				</div>
			</main>
			<footer>
				<hr />
				<a href="https://github.com/shawnhooper/react-intl-editor">React Intl Editor on GitHub</a>