Skip to content

Commit

Permalink
BUGFIX: Give translations to worker
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebobo committed Mar 7, 2019
1 parent 24a34a7 commit c288b0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Resources/Private/Scripts/YoastInfoView/src/YoastInfoView.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ export default class YoastInfoView extends PureComponent {
locale: this.state.page.locale,
contentAnalysisActive: true,
keywordAnalysisActive: true,
logLevel: "ERROR"
logLevel: 'ERROR',
translations: this.props.translations,
}).then(() => {
let paper = new Paper(
this.state.pageContent,
Expand Down

0 comments on commit c288b0d

Please sign in to comment.