mirror of
https://github.com/unraid/webgui.git
synced 2026-05-08 05:12:14 -05:00
Multi-language support
This commit is contained in:
@@ -271,6 +271,7 @@ if ($method == 'update') {
|
||||
exit(1);
|
||||
}
|
||||
// install the updated plugin
|
||||
@unlink("$boot/dynamix/$name.lang.zip");
|
||||
if (language('install', $xml_file, $error) === false) {
|
||||
echo "language: $error\n";
|
||||
exit(1);
|
||||
|
||||
Reference in New Issue
Block a user