identifying missing column heading phrases in localized tabulator

This commit is contained in:
adisposkofh
2026-05-19 14:33:09 +02:00
parent ec4a04d63b
commit 4e5bf94a15
+1 -2
View File
@@ -475,9 +475,8 @@ export const CoreFilterCmpt = {
tabulatorOptions.columns.forEach((column) => {
if (column.field === "collapse") return;
columnFieldToTranslationMapper[column.field] =
columnTitleToTranslationMapper[column.title];
columnTitleToTranslationMapper[column.title] ?? "<< PHRASE " + column.title + " >>";
});
tabulatorOptions.langs[language].columns =
columnFieldToTranslationMapper;
});