hide the comment in html

This commit is contained in:
HB9HIL
2024-07-09 09:03:35 +02:00
parent 4123bedecd
commit a8b5f627f7

View File

@@ -579,9 +579,13 @@
<?php } ?>
</script>
<!-- Hidden field to be able to translate the language names
Add english Language Name here if you add new languages to application/config/gettext.php
This helps the po scanner -->
<?php
/**
* Hidden field to be able to translate the language names
* Add english Language Name here if you add new languages to application/config/gettext.php
* This helps the po scanner to make them translatable
*/
?>
<div style="display: none">
<?= __("Bulgarian"); ?>
<?= __("Chinese (Simplified)"); ?>