Start working on translation system, czech translation added

This commit is contained in:
Vojtěch Sajdl
2017-12-31 02:26:08 +01:00
parent bef338fd99
commit 3202189967
8 changed files with 1082 additions and 4 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ if (isset($_GET['ajax']))
render_header("Status");
?>
<div class="text-center">
<h2>Current status</h2>
<h2><?php echo _("Current status");?></h2>
</div>
<div id="current">
<?php $constellation->render_status();?>