mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
hide the comment in html
This commit is contained in:
@@ -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)"); ?>
|
||||
|
||||
Reference in New Issue
Block a user