mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-11 12:02:26 +00:00
identifying missing column heading phrases in localized tabulator
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user