File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ import * as nl from './nl.js';
2222import * as pl from './pl.js' ;
2323import * as pt_br from './pt_br.js' ;
2424import * as ru from './ru.js' ;
25+ import * as sk from './sk.js' ;
2526import * as tr from './tr.js' ;
2627import * as ua from './ua.js' ;
2728import * as zh_cn from './zh_cn.js' ;
@@ -46,6 +47,7 @@ export {
4647 pl ,
4748 pt_br ,
4849 ru ,
50+ sk ,
4951 tr ,
5052 ua ,
5153 zh_cn ,
Original file line number Diff line number Diff line change 1+ /*!
2+ * Jodit Editor (https://xdsoft.net/jodit/)
3+ * Released under MIT see LICENSE.txt in the project root for license information.
4+ * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
5+ */
6+
7+ module . exports = {
8+ 'Line height' : 'Výška riadku'
9+ } ;
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ import * as no from './no.js';
2525import * as pl from './pl.js' ;
2626import * as pt_br from './pt_br.js' ;
2727import * as ru from './ru.js' ;
28+ import * as sk from './sk.js' ;
2829import * as tr from './tr.js' ;
2930import * as ua from './ua.js' ;
3031import * as zh_cn from './zh_cn.js' ;
@@ -50,6 +51,7 @@ export {
5051 pl ,
5152 pt_br ,
5253 ru ,
54+ sk ,
5355 tr ,
5456 ua ,
5557 zh_cn ,
Original file line number Diff line number Diff line change 1+ /*!
2+ * Jodit Editor (https://xdsoft.net/jodit/)
3+ * Released under MIT see LICENSE.txt in the project root for license information.
4+ * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
5+ */
6+
7+ module . exports = {
8+ newline : 'nový riadok' ,
9+ delete : 'vymazať' ,
10+ space : 'medzera' ,
11+ 'Speech Recognize' : 'Rozpoznávanie reči' ,
12+ Sound : 'Zvuk' ,
13+ 'Interim Results' : 'Predbežné výsledky'
14+ } ;
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ import * as no from './no.js';
2323import * as pl from './pl.js' ;
2424import * as pt_br from './pt_br.js' ;
2525import * as ru from './ru.js' ;
26+ import * as sk from './sk.js' ;
2627import * as tr from './tr.js' ;
2728import * as ua from './ua.js' ;
2829import * as zh_cn from './zh_cn.js' ;
@@ -48,6 +49,7 @@ export {
4849 pl ,
4950 pt_br ,
5051 ru ,
52+ sk ,
5153 tr ,
5254 ua ,
5355 zh_cn ,
Original file line number Diff line number Diff line change 1+ /*!
2+ * Jodit Editor (https://xdsoft.net/jodit/)
3+ * Released under MIT see LICENSE.txt in the project root for license information.
4+ * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
5+ */
6+
7+ module . exports = {
8+ Spellcheck : 'Kontrola pravopisu'
9+ } ;
You can’t perform that action at this time.
0 commit comments