jodit 4.14.4 → 4.14.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (187) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/es2015/jodit.css +1 -1
  3. package/es2015/jodit.fat.min.js +9 -9
  4. package/es2015/jodit.js +49 -34
  5. package/es2015/jodit.min.js +9 -9
  6. package/es2015/plugins/debug/debug.css +1 -1
  7. package/es2015/plugins/debug/debug.js +1 -1
  8. package/es2015/plugins/debug/debug.min.js +1 -1
  9. package/es2015/plugins/speech-recognize/speech-recognize.css +1 -1
  10. package/es2015/plugins/speech-recognize/speech-recognize.js +1 -1
  11. package/es2015/plugins/speech-recognize/speech-recognize.min.js +1 -1
  12. package/es2018/jodit.fat.min.js +9 -9
  13. package/es2018/jodit.min.js +9 -9
  14. package/es2018/plugins/debug/debug.min.js +1 -1
  15. package/es2018/plugins/speech-recognize/speech-recognize.min.js +1 -1
  16. package/es2021/jodit.css +1 -1
  17. package/es2021/jodit.fat.min.js +10 -10
  18. package/es2021/jodit.js +49 -34
  19. package/es2021/jodit.min.js +10 -10
  20. package/es2021/plugins/debug/debug.css +1 -1
  21. package/es2021/plugins/debug/debug.js +1 -1
  22. package/es2021/plugins/debug/debug.min.js +1 -1
  23. package/es2021/plugins/speech-recognize/speech-recognize.css +1 -1
  24. package/es2021/plugins/speech-recognize/speech-recognize.js +1 -1
  25. package/es2021/plugins/speech-recognize/speech-recognize.min.js +1 -1
  26. package/es2021.en/jodit.css +1 -1
  27. package/es2021.en/jodit.fat.min.js +10 -10
  28. package/es2021.en/jodit.js +49 -34
  29. package/es2021.en/jodit.min.js +10 -10
  30. package/es2021.en/plugins/debug/debug.css +1 -1
  31. package/es2021.en/plugins/debug/debug.js +1 -1
  32. package/es2021.en/plugins/debug/debug.min.js +1 -1
  33. package/es2021.en/plugins/speech-recognize/speech-recognize.css +1 -1
  34. package/es2021.en/plugins/speech-recognize/speech-recognize.js +1 -1
  35. package/es2021.en/plugins/speech-recognize/speech-recognize.min.js +1 -1
  36. package/es5/jodit.css +2 -2
  37. package/es5/jodit.fat.min.js +2 -2
  38. package/es5/jodit.js +49 -34
  39. package/es5/jodit.min.css +2 -2
  40. package/es5/jodit.min.js +2 -2
  41. package/es5/plugins/debug/debug.css +1 -1
  42. package/es5/plugins/debug/debug.js +1 -1
  43. package/es5/plugins/debug/debug.min.js +1 -1
  44. package/es5/plugins/speech-recognize/speech-recognize.css +1 -1
  45. package/es5/plugins/speech-recognize/speech-recognize.js +1 -1
  46. package/es5/plugins/speech-recognize/speech-recognize.min.js +1 -1
  47. package/es5/polyfills.fat.min.js +1 -1
  48. package/es5/polyfills.js +1 -1
  49. package/es5/polyfills.min.js +1 -1
  50. package/esm/core/constants.js +1 -1
  51. package/esm/core/dom/dom.js +2 -2
  52. package/esm/core/global.js +1 -1
  53. package/esm/core/helpers/checker/has-browser-color-picker.js +1 -1
  54. package/esm/core/helpers/html/apply-styles.js +1 -1
  55. package/esm/core/helpers/string/fuzzy-search-index.js +1 -1
  56. package/esm/core/helpers/utils/set.js +2 -2
  57. package/esm/core/storage/async-storage.js +1 -3
  58. package/esm/core/ui/popup/popup.js +1 -1
  59. package/esm/modules/image-editor/image-editor.js +1 -1
  60. package/esm/modules/table/table.js +2 -2
  61. package/esm/modules/widget/file-selector/file-selector.js +0 -1
  62. package/esm/plugins/ai-assistant/langs/en.js +1 -1
  63. package/esm/plugins/ai-assistant/langs/es.js +1 -1
  64. package/esm/plugins/backspace/cases/check-remove-char.js +0 -1
  65. package/esm/plugins/clean-html/helpers/visitor/filters/replace-old-tags.js +0 -1
  66. package/esm/plugins/color/config.js +1 -1
  67. package/esm/plugins/copy-format/langs/ar.js +1 -1
  68. package/esm/plugins/copy-format/langs/cs_cz.js +1 -1
  69. package/esm/plugins/copy-format/langs/de.js +1 -1
  70. package/esm/plugins/copy-format/langs/es.js +1 -1
  71. package/esm/plugins/copy-format/langs/fa.js +1 -1
  72. package/esm/plugins/copy-format/langs/fi.js +1 -1
  73. package/esm/plugins/copy-format/langs/fr.js +1 -1
  74. package/esm/plugins/copy-format/langs/he.js +1 -1
  75. package/esm/plugins/copy-format/langs/hu.js +1 -1
  76. package/esm/plugins/copy-format/langs/id.js +1 -1
  77. package/esm/plugins/copy-format/langs/it.js +1 -1
  78. package/esm/plugins/copy-format/langs/ja.js +1 -1
  79. package/esm/plugins/copy-format/langs/ko.js +1 -1
  80. package/esm/plugins/copy-format/langs/mn.js +1 -1
  81. package/esm/plugins/copy-format/langs/nl.js +1 -1
  82. package/esm/plugins/copy-format/langs/pl.js +1 -1
  83. package/esm/plugins/copy-format/langs/pt_br.js +1 -1
  84. package/esm/plugins/copy-format/langs/ru.js +1 -1
  85. package/esm/plugins/copy-format/langs/tr.js +1 -1
  86. package/esm/plugins/copy-format/langs/zh_cn.js +1 -1
  87. package/esm/plugins/copy-format/langs/zh_tw.js +1 -1
  88. package/esm/plugins/iframe/iframe.js +28 -9
  89. package/esm/plugins/line-height/langs/ar.js +1 -1
  90. package/esm/plugins/line-height/langs/cs_cz.js +1 -1
  91. package/esm/plugins/line-height/langs/de.js +1 -1
  92. package/esm/plugins/line-height/langs/es.js +1 -1
  93. package/esm/plugins/line-height/langs/fa.js +1 -1
  94. package/esm/plugins/line-height/langs/fi.js +1 -1
  95. package/esm/plugins/line-height/langs/fr.js +1 -1
  96. package/esm/plugins/line-height/langs/he.js +1 -1
  97. package/esm/plugins/line-height/langs/hu.js +1 -1
  98. package/esm/plugins/line-height/langs/id.js +1 -1
  99. package/esm/plugins/line-height/langs/it.js +1 -1
  100. package/esm/plugins/line-height/langs/ja.js +1 -1
  101. package/esm/plugins/line-height/langs/ko.js +1 -1
  102. package/esm/plugins/line-height/langs/mn.js +1 -1
  103. package/esm/plugins/line-height/langs/nl.js +1 -1
  104. package/esm/plugins/line-height/langs/pl.js +1 -1
  105. package/esm/plugins/line-height/langs/pt_br.js +1 -1
  106. package/esm/plugins/line-height/langs/ru.js +1 -1
  107. package/esm/plugins/line-height/langs/sk.js +1 -1
  108. package/esm/plugins/line-height/langs/tr.js +1 -1
  109. package/esm/plugins/line-height/langs/ua.js +1 -1
  110. package/esm/plugins/line-height/langs/zh_cn.js +1 -1
  111. package/esm/plugins/line-height/langs/zh_tw.js +1 -1
  112. package/esm/plugins/resize-cells/resize-cells.js +2 -2
  113. package/esm/plugins/resizer/resizer.js +1 -1
  114. package/esm/plugins/search/helpers/sentence-finder.js +1 -1
  115. package/esm/plugins/source/source.js +1 -1
  116. package/esm/plugins/speech-recognize/langs/ar.js +1 -1
  117. package/esm/plugins/speech-recognize/langs/cs_cz.js +1 -1
  118. package/esm/plugins/speech-recognize/langs/de.js +1 -1
  119. package/esm/plugins/speech-recognize/langs/es.js +1 -1
  120. package/esm/plugins/speech-recognize/langs/fa.js +1 -1
  121. package/esm/plugins/speech-recognize/langs/fi.js +1 -1
  122. package/esm/plugins/speech-recognize/langs/fr.js +1 -1
  123. package/esm/plugins/speech-recognize/langs/he.js +1 -1
  124. package/esm/plugins/speech-recognize/langs/hu.js +1 -1
  125. package/esm/plugins/speech-recognize/langs/id.js +1 -1
  126. package/esm/plugins/speech-recognize/langs/it.js +1 -1
  127. package/esm/plugins/speech-recognize/langs/ja.js +1 -1
  128. package/esm/plugins/speech-recognize/langs/ko.js +1 -1
  129. package/esm/plugins/speech-recognize/langs/mn.js +1 -1
  130. package/esm/plugins/speech-recognize/langs/nl.js +1 -1
  131. package/esm/plugins/speech-recognize/langs/no.js +1 -1
  132. package/esm/plugins/speech-recognize/langs/pl.js +1 -1
  133. package/esm/plugins/speech-recognize/langs/pt_br.js +1 -1
  134. package/esm/plugins/speech-recognize/langs/ru.js +1 -1
  135. package/esm/plugins/speech-recognize/langs/sk.js +1 -1
  136. package/esm/plugins/speech-recognize/langs/tr.js +1 -1
  137. package/esm/plugins/speech-recognize/langs/ua.js +1 -1
  138. package/esm/plugins/speech-recognize/langs/zh_cn.js +1 -1
  139. package/esm/plugins/speech-recognize/langs/zh_tw.js +1 -1
  140. package/esm/plugins/spellcheck/langs/ar.js +1 -1
  141. package/esm/plugins/spellcheck/langs/cs_cz.js +1 -1
  142. package/esm/plugins/spellcheck/langs/de.js +1 -1
  143. package/esm/plugins/spellcheck/langs/es.js +1 -1
  144. package/esm/plugins/spellcheck/langs/fa.js +1 -1
  145. package/esm/plugins/spellcheck/langs/fi.js +1 -1
  146. package/esm/plugins/spellcheck/langs/fr.js +1 -1
  147. package/esm/plugins/spellcheck/langs/he.js +1 -1
  148. package/esm/plugins/spellcheck/langs/hu.js +1 -1
  149. package/esm/plugins/spellcheck/langs/id.js +1 -1
  150. package/esm/plugins/spellcheck/langs/it.js +1 -1
  151. package/esm/plugins/spellcheck/langs/ja.js +1 -1
  152. package/esm/plugins/spellcheck/langs/ko.js +1 -1
  153. package/esm/plugins/spellcheck/langs/mn.js +1 -1
  154. package/esm/plugins/spellcheck/langs/nl.js +1 -1
  155. package/esm/plugins/spellcheck/langs/no.js +1 -1
  156. package/esm/plugins/spellcheck/langs/pl.js +1 -1
  157. package/esm/plugins/spellcheck/langs/pt_br.js +1 -1
  158. package/esm/plugins/spellcheck/langs/ru.js +1 -1
  159. package/esm/plugins/spellcheck/langs/sk.js +1 -1
  160. package/esm/plugins/spellcheck/langs/tr.js +1 -1
  161. package/esm/plugins/spellcheck/langs/ua.js +1 -1
  162. package/esm/plugins/spellcheck/langs/zh_cn.js +1 -1
  163. package/esm/plugins/spellcheck/langs/zh_tw.js +1 -1
  164. package/esm/plugins/symbols/langs/ar.js +1 -1
  165. package/esm/plugins/symbols/langs/cs_cz.js +1 -1
  166. package/esm/plugins/symbols/langs/de.js +1 -1
  167. package/esm/plugins/symbols/langs/es.js +1 -1
  168. package/esm/plugins/symbols/langs/fa.js +1 -1
  169. package/esm/plugins/symbols/langs/fi.js +1 -1
  170. package/esm/plugins/symbols/langs/fr.js +1 -1
  171. package/esm/plugins/symbols/langs/he.js +1 -1
  172. package/esm/plugins/symbols/langs/hu.js +1 -1
  173. package/esm/plugins/symbols/langs/id.js +1 -1
  174. package/esm/plugins/symbols/langs/it.js +1 -1
  175. package/esm/plugins/symbols/langs/ja.js +1 -1
  176. package/esm/plugins/symbols/langs/ko.js +1 -1
  177. package/esm/plugins/symbols/langs/mn.js +1 -1
  178. package/esm/plugins/symbols/langs/nl.js +1 -1
  179. package/esm/plugins/symbols/langs/pl.js +1 -1
  180. package/esm/plugins/symbols/langs/pt_br.js +1 -1
  181. package/esm/plugins/symbols/langs/ru.js +1 -1
  182. package/esm/plugins/symbols/langs/tr.js +1 -1
  183. package/esm/plugins/symbols/langs/ua.js +1 -1
  184. package/esm/plugins/symbols/langs/zh_cn.js +1 -1
  185. package/esm/plugins/symbols/langs/zh_tw.js +1 -1
  186. package/esm/plugins/table/config.js +1 -1
  187. package/package.json +4 -1
@@ -4,6 +4,6 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  'Line height': 'Altezza linea'
9
9
  };
@@ -4,6 +4,6 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  'Line height': 'ラインの高さ'
9
9
  };
@@ -4,6 +4,6 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  'Line height': '선 높이'
9
9
  };
@@ -4,6 +4,6 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  'Line height': 'Зураасны өндөр'
9
9
  };
@@ -4,6 +4,6 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  'Line height': 'Lijnhoogte'
9
9
  };
@@ -4,6 +4,6 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  'Line height': 'Wysokość linii'
9
9
  };
@@ -4,6 +4,6 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  'Line height': 'Altura da linha'
9
9
  };
@@ -4,6 +4,6 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  'Line height': 'Высота линии'
9
9
  };
@@ -4,6 +4,6 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  'Line height': 'Výška riadku'
9
9
  };
@@ -4,6 +4,6 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  'Line height': 'Çizgi yüksekliği'
9
9
  };
@@ -4,6 +4,6 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  'Line height': 'Висота лінії'
9
9
  };
@@ -4,6 +4,6 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  'Line height': '线高'
9
9
  };
@@ -4,6 +4,6 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  'Line height': '行高'
9
9
  };
@@ -84,11 +84,11 @@ export class resizeCells extends Plugin {
84
84
  this.startX = event.clientX;
85
85
  this.j.lock(key);
86
86
  this.resizeHandler.classList.add('jodit-table-resizer_moved');
87
- let box, tableBox = this.workTable.getBoundingClientRect();
87
+ let box;
88
88
  this.minX = 0;
89
89
  this.maxX = 1000000;
90
90
  if (this.wholeTable != null) {
91
- tableBox = this.workTable.parentNode.getBoundingClientRect();
91
+ const tableBox = this.workTable.parentNode.getBoundingClientRect();
92
92
  this.minX = tableBox.left;
93
93
  this.maxX = this.minX + tableBox.width;
94
94
  }
@@ -217,7 +217,7 @@ export class resizer extends Plugin {
217
217
  diff_y = this.pointerY - this.startY;
218
218
  }
219
219
  const className = this.handle.className;
220
- let new_w = 0, new_h = 0;
220
+ let new_w, new_h;
221
221
  const uar = this.j.o.resizer.useAspectRatio;
222
222
  if (!this.isAltMode &&
223
223
  (uar === true || (uar && Dom.isTag(this.element, uar)))) {
@@ -26,7 +26,7 @@ export class SentenceFinder {
26
26
  }
27
27
  ranges(needle, position = 0) {
28
28
  const results = [];
29
- let index = position, len = 0, startQueueIndex = 0;
29
+ let index = position, len, startQueueIndex = 0;
30
30
  // Find all ranges in substring
31
31
  do {
32
32
  [index, len] = this.searchIndex(needle, this.value, index);
@@ -185,7 +185,7 @@ export class source extends Plugin {
185
185
  return;
186
186
  }
187
187
  let value = this.getMirrorValue();
188
- let selectionStart = 0, selectionEnd = 0;
188
+ let selectionStart, selectionEnd;
189
189
  try {
190
190
  value = value
191
191
  .replace(/<span[^>]+data-jodit-selection_marker=(["'])start\1[^>]*>[<>]*?<\/span>/gim, this.tempMarkerStart)
@@ -4,7 +4,7 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  newline: 'الخط الجديد',
9
9
  delete: 'حذف',
10
10
  space: 'الفضاء',
@@ -4,7 +4,7 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  newline: 'řádek',
9
9
  delete: 'odstranit',
10
10
  space: 'prostora',
@@ -4,7 +4,7 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  newline: 'Zeilenumbruch',
9
9
  delete: 'löschen',
10
10
  space: 'Raum',
@@ -4,7 +4,7 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  newline: 'nueva línea',
9
9
  delete: 'eliminar',
10
10
  space: 'espacio',
@@ -4,7 +4,7 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  newline: 'خط جدید',
9
9
  delete: 'حذف',
10
10
  space: 'فضا',
@@ -4,7 +4,7 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  'Speech Recognize': 'Puheentunnistus',
9
9
  newline: 'uusi rivi',
10
10
  delete: 'poistaa',
@@ -4,7 +4,7 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  newline: 'nouvelle ligne',
9
9
  delete: 'supprimer',
10
10
  space: 'espace',
@@ -4,7 +4,7 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  newline: 'חדשות',
9
9
  delete: 'מחק',
10
10
  space: 'שטח',
@@ -4,7 +4,7 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  newline: 'újsor',
9
9
  delete: 'törlés',
10
10
  space: 'tér',
@@ -4,7 +4,7 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  newline: 'newline',
9
9
  delete: 'Hapus',
10
10
  space: 'ruang',
@@ -4,7 +4,7 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  newline: 'nuova riga',
9
9
  delete: 'eliminare',
10
10
  space: 'spazio',
@@ -4,7 +4,7 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  newline: '改行',
9
9
  delete: '削除',
10
10
  space: 'スペース',
@@ -4,7 +4,7 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  newline: '줄 바꿈',
9
9
  delete: '삭제',
10
10
  space: '공간',
@@ -4,7 +4,7 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  newline: 'Шинэ мөр',
9
9
  delete: 'Устгах',
10
10
  space: 'Зай',
@@ -4,7 +4,7 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  newline: 'regel',
9
9
  delete: 'verwijderen',
10
10
  space: 'ruimte',
@@ -4,7 +4,7 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  newline: 'nylinje',
9
9
  delete: 'slette',
10
10
  space: 'rom',
@@ -4,7 +4,7 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  newline: 'newline',
9
9
  delete: 'usunąć',
10
10
  space: 'przestrzeń',
@@ -4,7 +4,7 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  newline: 'linha',
9
9
  delete: 'excluir',
10
10
  space: 'espaco',
@@ -4,7 +4,7 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  newline: 'новая строка|перенос|энтер',
9
9
  delete: 'удалить',
10
10
  space: 'пробел',
@@ -4,7 +4,7 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  newline: 'nový riadok',
9
9
  delete: 'vymazať',
10
10
  space: 'medzera',
@@ -4,7 +4,7 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  newline: 'yeni satır',
9
9
  delete: 'silmek',
10
10
  space: 'uzay',
@@ -4,7 +4,7 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  newline: 'новая строка|перенос|ентер',
9
9
  delete: 'видалити',
10
10
  space: 'пробел',
@@ -4,7 +4,7 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  newline: '新行',
9
9
  delete: '删除',
10
10
  space: '空间',
@@ -4,7 +4,7 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  newline: '換行',
9
9
  delete: '刪除',
10
10
  space: '空白',
@@ -4,6 +4,6 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  Spellcheck: 'التدقيق الإملائي'
9
9
  };
@@ -4,6 +4,6 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  Spellcheck: 'Kontrola pravopisu'
9
9
  };
@@ -4,6 +4,6 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  Spellcheck: 'Rechtschreibprüfung'
9
9
  };
@@ -4,6 +4,6 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  Spellcheck: 'Corrección ortográfica'
9
9
  };
@@ -4,6 +4,6 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  Spellcheck: 'غلطیابی املایی'
9
9
  };
@@ -4,6 +4,6 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  Spellcheck: 'Oikeinkirjoituksen tarkistus'
9
9
  };
@@ -4,6 +4,6 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  Spellcheck: 'Vérification Orthographique'
9
9
  };
@@ -4,6 +4,6 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  Spellcheck: 'בדיקת איות'
9
9
  };
@@ -4,6 +4,6 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  Spellcheck: 'Helyesírás-ellenőrzés'
9
9
  };
@@ -4,6 +4,6 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  Spellcheck: 'Spellchecking'
9
9
  };
@@ -4,6 +4,6 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  Spellcheck: 'Controllo ortografico'
9
9
  };
@@ -4,6 +4,6 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  Spellcheck: 'スペルチェック'
9
9
  };
@@ -4,6 +4,6 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  Spellcheck: '맞춤법 검사'
9
9
  };
@@ -4,6 +4,6 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  Spellcheck: 'Дүрмийн алдаа шалгах'
9
9
  };
@@ -4,6 +4,6 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  Spellcheck: 'Spellingcontrole'
9
9
  };
@@ -4,6 +4,6 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  Spellcheck: 'Stavekontroll'
9
9
  };
@@ -4,6 +4,6 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  Spellcheck: 'Sprawdzanie pisowni'
9
9
  };
@@ -4,6 +4,6 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  Spellcheck: 'Verificação ortográfica'
9
9
  };
@@ -4,6 +4,6 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  Spellcheck: 'Проверка орфографии'
9
9
  };
@@ -4,6 +4,6 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  Spellcheck: 'Kontrola pravopisu'
9
9
  };
@@ -4,6 +4,6 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  Spellcheck: 'Yazım denetimi'
9
9
  };
@@ -4,6 +4,6 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  Spellcheck: 'Перевірка орфографії'
9
9
  };
@@ -4,6 +4,6 @@
4
4
  * Released under MIT see LICENSE.txt in the project root for license information.
5
5
  * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6
6
  */
7
- export default {
7
+ module.exports = {
8
8
  Spellcheck: '拼写检查'
9
9
  };