Multi-language support

This commit is contained in:
bergware
2020-05-14 23:36:00 +02:00
parent a646ecd376
commit 1d8ade24b2

View File

@@ -22,8 +22,7 @@ $(function(){$('#nav-item.LanguageButton').hide();});
<?endif;?>
function LanguageButton() {
var locale = '<?=$locale?>';
if (locale) switchLanguage('');
switchLanguage('');
}
function switchLanguage(lang) {