mirror of
https://github.com/unraid/webgui.git
synced 2026-01-26 03:29:08 -06:00
Multi-language support
This commit is contained in:
@@ -22,8 +22,7 @@ $(function(){$('#nav-item.LanguageButton').hide();});
|
||||
<?endif;?>
|
||||
|
||||
function LanguageButton() {
|
||||
var locale = '<?=$locale?>';
|
||||
if (locale) switchLanguage('');
|
||||
switchLanguage('');
|
||||
}
|
||||
|
||||
function switchLanguage(lang) {
|
||||
|
||||
Reference in New Issue
Block a user