Multi-language support

This commit is contained in:
bergware
2020-05-14 23:25:59 +02:00
parent 847fb1aeba
commit a646ecd376

View File

@@ -16,7 +16,7 @@ Code="e982"
*/
?>
<script>
<?if (count(glob('/var/log/plugins/lang-*.xml'))==0 || $locale==''):?>
<?if (!$locale):?>
// hide switch button when no other language packs
$(function(){$('#nav-item.LanguageButton').hide();});
<?endif;?>