Remove old lang files that are too small (moved into other lang files)

This commit is contained in:
ldestailleur
2025-09-11 13:31:34 +02:00
parent 2760f0a6d9
commit 92ffba11ca
308 changed files with 134 additions and 6135 deletions

View File

@@ -47,10 +47,7 @@ if (!$user->admin) {
accessforbidden();
}
$langs->load("admin");
$langs->load("other");
$langs->load("receptions");
$langs->load("deliveries");
$langs->loadLangs(array("admin", "other", "receptions", "sendings"));
$extrafields = new ExtraFields($db);