localizing tabulator dropdown/context menus

This commit is contained in:
adisposkofh
2026-05-23 14:28:14 +02:00
parent a704ce215b
commit ca712781dc
5 changed files with 124 additions and 74 deletions
@@ -6,7 +6,7 @@ import Module from "../../../../vendor/olifolkerd/tabulator5/src/js/core/Module.
import { convertCase } from "../../helpers/StringHelpers.js";
export default class InternalToExternalEventBroadcastModule extends Module {
static moduleName = "internalToExternalEventBroadcastModule";
static moduleName = "internalToExternalEventBroadcast";
static moduleInitNumber = 1;
constructor(table) {
@@ -27,6 +27,4 @@ export default class InternalToExternalEventBroadcastModule extends Module {
});
});
}
}