@@ -107,6 +107,7 @@ export class CellDiffWidget extends DiffPanel<CellDiffModel> {
107
107
editorClasses : CURR_DIFF_CLASSES ,
108
108
rendermime : this . _rendermime ,
109
109
editorFactory : this . _editorFactory ,
110
+ translator : this . _translator ,
110
111
...this . _viewOptions ,
111
112
} ) ;
112
113
sourceView . addClass ( SOURCE_ROW_CLASS ) ;
@@ -125,6 +126,7 @@ export class CellDiffWidget extends DiffPanel<CellDiffModel> {
125
126
editorClasses : CURR_DIFF_CLASSES ,
126
127
rendermime : this . _rendermime ,
127
128
editorFactory : this . _editorFactory ,
129
+ translator : this . _translator ,
128
130
...this . _viewOptions ,
129
131
} ) ;
130
132
metadataView . addClass ( METADATA_ROW_CLASS ) ;
@@ -144,6 +146,7 @@ export class CellDiffWidget extends DiffPanel<CellDiffModel> {
144
146
editorClasses : CURR_DIFF_CLASSES ,
145
147
rendermime : this . _rendermime ,
146
148
editorFactory : this . _editorFactory ,
149
+ translator : this . _translator ,
147
150
...this . _viewOptions ,
148
151
} ) ;
149
152
container . addWidget ( outputsWidget ) ;
@@ -164,6 +167,7 @@ export class CellDiffWidget extends DiffPanel<CellDiffModel> {
164
167
editorClasses : CURR_DIFF_CLASSES ,
165
168
rendermime : this . _rendermime ,
166
169
editorFactory : this . _editorFactory ,
170
+ translator : this . _translator ,
167
171
...this . _viewOptions ,
168
172
} ) ;
169
173
target . addWidget ( outputsWidget ) ;
0 commit comments