We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 208bc5e commit e2afd0fCopy full SHA for e2afd0f
client/packages/lowcoder-comps/src/i18n/comps/locales/types.tsx
@@ -14,6 +14,8 @@ export type I18nObjects = {
14
defaultTreeChartOption: Record<string, unknown>;
15
defaultTreemapChartOption: Record<string, unknown>;
16
defaultSunburstChartOption: Record<string, unknown>;
17
+ defaultCalendarChartOption: Record<string, unknown>;
18
+ defaultThemeriverChartOption: Record<string, unknown>;
19
defaultMapJsonOption: Record<string, unknown>;
20
timeXAxisLabel?: XAXisComponentOption["axisLabel"];
21
imageEditorLocale?: Record<string, string>;
0 commit comments