Skip to content

Commit d599be4

Browse files
committed
Add i18n
1 parent 5ccc50e commit d599be4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

get-started-creator/react/src/components/SurveyCreator.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ import {
99
import { SurveyCreatorComponent, SurveyCreator } from "survey-creator-react";
1010
import "survey-core/survey-core.css";
1111
import "survey-creator-core/survey-creator-core.css";
12+
import "survey-core/survey.i18n";
13+
import "survey-creator-core/survey-creator-core.i18n";
1214
// Enable Ace Editor in the JSON Editor tab
1315
import "ace-builds/src-noconflict/ace";
1416
import "ace-builds/src-noconflict/ext-searchbox";

0 commit comments

Comments
 (0)