Skip to content

Commit 3013292

Browse files
Merge pull request #53 from DHTMLX/sp-next-release-translations
Translations for ru, de, zh, ko
2 parents a5dfe36 + ff53b75 commit 3013292

383 files changed

Lines changed: 29374 additions & 46 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/api/config/locale.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: You can learn about the locale config in the documentation of the D
1111
@short: Optional. An object that includes localization labels of RichText
1212

1313
:::info
14-
The **locale** object needs to include all labels of RichText with the corresponding translations.
14+
The `locale` object needs to include all labels of RichText with the corresponding translations.
1515
:::
1616

1717
### Usage
@@ -25,7 +25,7 @@ locale?: object;
2525
By default, RichText uses the **English** locale. You can set it to the custom locale as well.
2626

2727
:::tip
28-
To change the current locale dynamically, you can use the [**setLocale()**](api/methods/set-locale.md) method of RichText
28+
To change the current locale dynamically, you can use the [`setLocale()`](api/methods/set-locale.md) method of RichText
2929
:::
3030

3131
### Example

docs/api/events/align.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ description: You can learn about the align event in the documentation of the DHT
2020

2121
### Parameters
2222

23-
The callback of the **align** event can take an object with the following parameter:
23+
The callback of the `align` event can take an object with the following parameter:
2424

2525
- `align` - a text alignment. You can specify one of the following values: `"left" | "center" | "right" | "justify"`
2626

docs/api/events/create-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ description: You can learn about the create-new event in the documentation of th
1818

1919
### Parameters
2020

21-
The callback of the **create-new** event can take an object with the following parameter:
21+
The callback of the `create-new` event can take an object with the following parameter:
2222

2323
- `reset` - resets the history when creating a new file
2424

docs/api/events/export.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ interface IExportOptions {
2525

2626
### Parameters
2727

28-
The callback of **export** event can take an object with the following parameters:
28+
The callback of `export` event can take an object with the following parameters:
2929

3030
- `format` - a file format
3131
- `url` - a base URL for file export

docs/api/events/import.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ description: You can learn about the import event in the documentation of the DH
1818

1919
### Parameters
2020

21-
The callback of **import** event can take an object with the following parameter:
21+
The callback of `import` event can take an object with the following parameter:
2222

2323
- `html` - a text value in the html format
2424

docs/api/events/indent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ description: You can learn about the indent event in the documentation of the DH
1818

1919
### Parameters
2020

21-
The callback of the **indent** event can take an object with the following parameters:
21+
The callback of the `indent` event can take an object with the following parameters:
2222

2323
- `step` - the step by which indentation was increased
2424

docs/api/events/insert-link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ description: You can learn about the insert-link event in the documentation of t
1818

1919
### Parameters
2020

21-
The callback of the **update-link** event can take an object with the following parameter:
21+
The callback of the `insert-link` event can take an object with the following parameter:
2222

2323
- `url` - the url to be inserted
2424

docs/api/events/insert-list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ type TListType = "bulleted" | "numbered";
2020

2121
### Parameters
2222

23-
The callback of the **insert-list** event can take an object with the following parameter:
23+
The callback of the `insert-list` event can take an object with the following parameter:
2424

2525
- `type` - the type of the inserted list. You can specify the following values:
2626
- `"bulleted"` - bulleted list

docs/api/events/outdent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ description: You can learn about the outdent event in the documentation of the D
1818

1919
### Parameters
2020

21-
The callback of the **outdent** event can take an object with the following parameters:
21+
The callback of the `outdent` event can take an object with the following parameter:
2222

2323
- `step` - the step by which indentation was decreased
2424

docs/api/events/resize-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ description: You can learn about the resize-image event in the documentation of
1818

1919
### Parameters
2020

21-
The callback of the **resize-image** event can take an object with the following parameters:
21+
The callback of the `resize-image` event can take an object with the following parameters:
2222

2323
- `id` - the image ID
2424
- `width` - the image width

0 commit comments

Comments
 (0)