Skip to content

Commit e374c84

Browse files
authored
Merge pull request #1936 from IgniteUI/copilot/sub-pr-1931
docs(dock-manager): clarify i18n resource strings come from peer dependency
2 parents fe230f5 + 45a2b3f commit e374c84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/en/components/layouts/dock-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@ The Dock Manager comes with a light and a dark theme. The light theme is the def
915915
The Dock Manager lets you localize the strings used in context menus, tooltips, and ARIA attributes. By default, it reads the [lang](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/lang) attribute from the root `<html>` element to determine which language to use. If the [lang](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/lang) attribute is missing or set to an unsupported value, the Dock Manager uses [English (en)]({environment:infragisticsBaseUrl}/products/ignite-ui/dock-manager/docs/typescript/latest/index.html#IgcDockManagerResourceStringsEN).
916916

917917
<!-- WebComponents -->
918-
The Dock Manager includes ready-to-use resource strings for Spanish (`es`), Japanese (`ja`), and Korean (`ko`). To use one of these languages, install the `igniteui-i18n-resources` peer dependency and register the corresponding bundle with `igniteui-i18n-core`:
918+
Ready-to-use Dock Manager resource strings for Spanish (`es`), Japanese (`ja`), and Korean (`ko`) are provided via the `igniteui-i18n-resources` peer dependency. To use one of these languages, install `igniteui-i18n-resources` and register the corresponding bundle with `igniteui-i18n-core`:
919919

920920
```ts
921921
import { registerI18n } from 'igniteui-i18n-core';

0 commit comments

Comments
 (0)