@kong-ui-public/i18n 0.5.1-pr.518.916f129.0 → 0.5.1-pr.518.9657780.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
@@ -116,7 +116,7 @@ import english from './locales/en.json'
116
116
 
117
117
  // this will create Application instance of Intl object
118
118
  createI18n<typeof english>(
119
- en-us',
119
+ 'en-us',
120
120
  english,
121
121
  {
122
122
  onError: (err) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/i18n",
3
- "version": "0.5.1-pr.518.916f129.0",
3
+ "version": "0.5.1-pr.518.9657780.0",
4
4
  "type": "module",
5
5
  "main": "./dist/i18n.umd.js",
6
6
  "module": "./dist/i18n.es.js",