Skip to content

Commit 87be253

Browse files
committed
chore: add slovak localization for plugins
1 parent b6f0929 commit 87be253

6 files changed

Lines changed: 38 additions & 0 deletions

File tree

src/plugins/line-height/langs/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import * as nl from './nl.js';
2222
import * as pl from './pl.js';
2323
import * as pt_br from './pt_br.js';
2424
import * as ru from './ru.js';
25+
import * as sk from './sk.js';
2526
import * as tr from './tr.js';
2627
import * as ua from './ua.js';
2728
import * 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,
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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+
};

src/plugins/speech-recognize/langs/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import * as no from './no.js';
2525
import * as pl from './pl.js';
2626
import * as pt_br from './pt_br.js';
2727
import * as ru from './ru.js';
28+
import * as sk from './sk.js';
2829
import * as tr from './tr.js';
2930
import * as ua from './ua.js';
3031
import * 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,
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+
};

src/plugins/spellcheck/langs/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ import * as no from './no.js';
2323
import * as pl from './pl.js';
2424
import * as pt_br from './pt_br.js';
2525
import * as ru from './ru.js';
26+
import * as sk from './sk.js';
2627
import * as tr from './tr.js';
2728
import * as ua from './ua.js';
2829
import * 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,

src/plugins/spellcheck/langs/sk.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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+
};

0 commit comments

Comments
 (0)