mirror of
https://github.com/unraid/webgui.git
synced 2026-05-03 16:29:45 -05:00
Multi-language support
This commit is contained in:
@@ -204,7 +204,7 @@ if ($method == 'install') {
|
||||
}
|
||||
} else {
|
||||
$xml_file = realpath($argv[2]);
|
||||
$name = str_replace('dynamix.', '', basename($xml_file, '.xml'));
|
||||
$name = str_replace('dynamix.', '', basename($xml_file));
|
||||
}
|
||||
$link_file = "$plugins/dynamix.$name";
|
||||
$lang_file = "$boot/dynamix.$name";
|
||||
|
||||
Reference in New Issue
Block a user