mirror of
https://github.com/unraid/webgui.git
synced 2026-05-03 08:19:27 -05:00
Update copyright on language translations
This commit is contained in:
@@ -43,6 +43,6 @@ foreach (glob("$plugins/lang-*.xml", GLOB_NOSORT) as $link) {
|
||||
$author = language('Author', $xml_file);
|
||||
$credits[] = "<li><p><i>$lang ($local)</i> translation by $author</p></li>";
|
||||
}
|
||||
if (count($credits)) echo '<br><b>Language Translations</b> Copyright © 2020, <a href="http://lime-technology.com">Lime Technology, Inc.</a><br><ul>'.implode('',$credits).'</ul>';
|
||||
if (count($credits)) echo '<br><b>Language Translations</b> Copyright © 2020-2021, <a href="http://lime-technology.com">Lime Technology, Inc.</a><br><ul>'.implode('',$credits).'</ul>';
|
||||
?>
|
||||
<br><input type="button" value="_(Done)_" onclick="done()">
|
||||
|
||||
Reference in New Issue
Block a user