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 5ccc50e commit d599be4Copy full SHA for d599be4
get-started-creator/react/src/components/SurveyCreator.tsx
@@ -9,6 +9,8 @@ import {
9
import { SurveyCreatorComponent, SurveyCreator } from "survey-creator-react";
10
import "survey-core/survey-core.css";
11
import "survey-creator-core/survey-creator-core.css";
12
+import "survey-core/survey.i18n";
13
+import "survey-creator-core/survey-creator-core.i18n";
14
// Enable Ace Editor in the JSON Editor tab
15
import "ace-builds/src-noconflict/ace";
16
import "ace-builds/src-noconflict/ext-searchbox";
0 commit comments