@kong-ui-public/i18n 0.2.9-pr.120.e19c894.0 → 0.2.9-pr.129.9aef2e9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
|
|
14
14
|
## Purpose
|
|
15
15
|
|
|
16
|
-
|
|
17
16
|
This is a wrapper around [FormatJS](https://formatjs.io/docs/intl) that allows consuming application and components to have access to i18n functionality such as:
|
|
18
17
|
|
|
19
18
|
- format messages
|
|
@@ -175,6 +174,7 @@ Sometimes it is needed to render translated message with HTML as part of the par
|
|
|
175
174
|
}
|
|
176
175
|
```
|
|
177
176
|
|
|
177
|
+
|
|
178
178
|
`main.ts` (registing component)
|
|
179
179
|
|
|
180
180
|
```ts
|