File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ class LiveTranslatorManager {
141
141
const originalFormatter = this . _options . i18n . formatter ;
142
142
this . _options . i18n . formatter = {
143
143
interpolate ( message , values , path ) {
144
- const meta = this . _zwEncoder . encode ( JSON . stringify ( {
144
+ const meta = ZeroWidthEncoder . encode ( JSON . stringify ( {
145
145
message,
146
146
values,
147
147
path,
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ class LiveTranslatorManager {
164
164
const originalFormatter = this . _options . i18n . formatter
165
165
this . _options . i18n . formatter = {
166
166
interpolate ( message , values , path ) {
167
- const meta = this . _zwEncoder . encode (
167
+ const meta = ZeroWidthEncoder . encode (
168
168
JSON . stringify ( {
169
169
message,
170
170
values,
You can’t perform that action at this time.
0 commit comments