Skip to content

Commit

Permalink
[FIX] index: export chart translation terms
Browse files Browse the repository at this point in the history
closes #5147

Task: 3978443
Signed-off-by: Pierre Rousseau (pro) <pro@odoo.com>
  • Loading branch information
hokolomopo committed Nov 7, 2024
1 parent 262b1bc commit 3eac11e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ import { CellComposerStore } from "./components/composer/composer/cell_composer_
import { SidePanelCollapsible } from "./components/side_panel/components/collapsible/side_panel_collapsible";
import { PivotMeasureDisplayPanelStore } from "./components/side_panel/pivot/pivot_measure_display_panel/pivot_measure_display_panel_store";
import { TextInput } from "./components/text_input/text_input";
import { ChartTerms } from "./components/translations_terms";
import {
getChartAxisType,
getTrendDatasetForLineChart,
Expand Down Expand Up @@ -451,6 +452,7 @@ export const constants = {
PIVOT_TABLE_CONFIG,
TREND_LINE_XAXIS_ID,
CHART_AXIS_CHOICES,
ChartTerms,
};

export { PivotRuntimeDefinition } from "./helpers/pivot/pivot_runtime_definition";
Expand Down

0 comments on commit 3eac11e

Please sign in to comment.