Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .claude/scheduled_tasks.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"sessionId":"550f6571-02fc-4442-bf50-fea94be1632b","pid":38370,"procStart":"Thu May 28 13:52:59 2026","acquiredAt":1779976938898}
6 changes: 3 additions & 3 deletions docs/news/whats_new.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ API of v1.2 is not compatible with v2.0. Refer to the [**migration guide**](news

- **Granular toolbar configuration**
Take full control of the toolbar:
- Define [individual toolbar controls](guides/configuration.md/#default-toolbar-controls) and their order
- Add [custom controls](guides/configuration.md/#custom-toolbar-controls)
- Define [individual toolbar controls](guides/configuration.md#default-toolbar-controls) and their order
- Add [custom controls](guides/configuration.md#add-custom-toolbar-controls)

- **Optional [menubar](api/config/menubar.md)**
Enable a classic menu-style interface on the top of the editor

- **Enhanced [document mode](guides/configuration.md/#layout-modes)**
- **Enhanced [document mode](guides/configuration.md#layout-modes)**
Added support for different document sizes

- **Image support**
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Здесь поправились только якоря, к переводам отношения не имеет

Expand Down
15 changes: 15 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,17 @@ const config = {
tagline: 'DHTMLX RichText Documentation',
url: 'https://docs.dhtmlx.com',
baseUrl: '/richtext/',
i18n: {
defaultLocale: 'en',
locales: ['en', 'ru', 'de', 'zh', 'ko'],
localeConfigs: {
en: { label: 'English', htmlLang: 'en-US' },
ru: { label: 'Русский', htmlLang: 'ru' },
de: { label: 'Deutsch', htmlLang: 'de' },
zh: { label: '简体中文', htmlLang: 'zh-Hans' },
ko: { label: '한국어', htmlLang: 'ko' },
}
},
onBrokenLinks: 'warn',
// onBrokenMarkdownLinks: 'warn', // deprecated in v3.9.1
onBrokenAnchors: 'warn',
Expand Down Expand Up @@ -314,6 +325,10 @@ const config = {
label: 'Download',
href: 'https://dhtmlx.com/docs/products/dhtmlxRichText/download.shtml',
position: 'right'
},
{
type: 'localeDropdown',
position: 'right'
}
]
},
Expand Down
Loading