add new table tool
All checks were successful
Deploy Sokko G / deploy (push) Successful in 6s

This commit is contained in:
Shinuwa 2026-07-30 11:32:33 +02:00
parent 896ae23ff2
commit 025cd4bf22
19 changed files with 1336 additions and 1 deletions

View file

@ -176,6 +176,23 @@ export function validateSiteContent(site) {
"toolboxes.modules.calculator.useEntryTitle",
"toolboxes.modules.calculator.renameTitle",
"toolboxes.modules.calculator.deleteTitle",
"toolboxes.modules.table.toolbarLabel",
"toolboxes.modules.table.gridLabel",
"toolboxes.modules.table.cellLabel",
"toolboxes.modules.table.rowActionsLabel",
"toolboxes.modules.table.columnActionsLabel",
"toolboxes.modules.table.sizeLabel",
"toolboxes.modules.table.addRowTitle",
"toolboxes.modules.table.removeRowTitle",
"toolboxes.modules.table.addColumnTitle",
"toolboxes.modules.table.removeColumnTitle",
"toolboxes.modules.table.copyTitle",
"toolboxes.modules.table.copiedTitle",
"toolboxes.modules.table.errorTitle",
"toolboxes.modules.table.columnLabel",
"toolboxes.modules.table.rowLabel",
"toolboxes.modules.table.columnFormulaTitle",
"toolboxes.modules.table.rowFormulaTitle",
"toolboxes.modules.timer.stopwatchTab",
"toolboxes.modules.timer.countdownTab",
"toolboxes.modules.timer.stopwatchTitle",