Multi-language support

This commit is contained in:
bergware
2020-05-01 21:10:53 +02:00
parent 6379f72ce2
commit afebe0a19c
@@ -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";