Skip to content

Commit

Permalink
chore/pe: reporter sdk translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Kireyev committed Jan 31, 2025
1 parent 8a09737 commit f4fd9ef
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion apps/presentationeditor/main/app/controller/Viewport.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,12 @@ define([
reset: me.previewPanel.txtReset,
endSlideshow: me.previewPanel.txtEndSlideshow,
slideOf: me.previewPanel.slideIndexText,
finalMessage: me.previewPanel.txtFinalMessage
finalMessage: me.previewPanel.txtFinalMessage,
pen: me.previewPanel.txtPen,
highlighter: me.previewPanel.txtHighlighter,
inkColor: me.previewPanel.txtInkColor,
eraser: me.previewPanel.txtEraser,
eraseScreen: me.previewPanel.txtEraseScreen,
};
reporterObject.token = me.api.asc_getSessionToken();
reporterObject.customization = me.viewport.mode.customization;
Expand Down

0 comments on commit f4fd9ef

Please sign in to comment.