@kong-ui-public/i18n 2.1.0 → 2.1.2-pr.1129.044bacba.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -494,7 +494,7 @@ returns array values defined for given key
494
494
 
495
495
  ```ts
496
496
  const { tm } = useI18n()
497
- console.log(te('global.disabled'))
497
+ console.log(tm('global.disabled'))
498
498
  ```
499
499
 
500
500
  `result:`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/i18n",
3
- "version": "2.1.0",
3
+ "version": "2.1.2-pr.1129.044bacba.0",
4
4
  "type": "module",
5
5
  "main": "./dist/i18n.umd.js",
6
6
  "module": "./dist/i18n.es.js",