terra-i18n
Advanced tools
Comparing version 0.3.0 to 0.4.0
@@ -30,1 +30,6 @@ # Terra I18n | ||
``` | ||
## Component Features | ||
* [Cross-Browser Support](https://github.com/cerner/terra-core/wiki/Component-Features#cross-browser-support) | ||
* [Internationalization Support](https://github.com/cerner/terra-core/wiki/Component-Features#internationalization-i18n-support) | ||
* [Localization Support](https://github.com/cerner/terra-core/wiki/Component-Features#localization-support) |
{ | ||
"name": "terra-i18n", | ||
"main": "lib/I18n.js", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "The terra-i18n component provides the internationalization to the React component. Terra supports the following locales: 'de' 'es' 'en' 'en-US' 'en-GB', 'fi-FI', 'fr', 'pt'. All locales related files are loading on demand.", | ||
@@ -25,3 +25,4 @@ "repository": { | ||
"babel-jest": "^19.0.0", | ||
"terra-toolkit": "^0.4.0" | ||
"terra-props-table": "^0.9.0", | ||
"terra-toolkit": "^0.5.0" | ||
}, | ||
@@ -44,2 +45,3 @@ "peerDependencies": { | ||
"lint:js": "$(cd ..; npm bin)/eslint --ext .js,.jsx . --ignore-path ../../.eslintignore", | ||
"props-table": "props-table ./src/I18nProvider.jsx --out-dir ./docs/props-table", | ||
"test": "npm run test:spec && npm run test:nightwatch-default", | ||
@@ -46,0 +48,0 @@ "test:spec": "$(cd ..; npm bin)/jest --config ../../jestconfig.json", |
@@ -15,3 +15,5 @@ # Terra I18n | ||
You don't need to install this package directly. Please follow [this internationalization section](../../README.md#internationalizationi18n) to set up. `Base` will install this package for you. | ||
- Install from [npmjs](https://www.npmjs.com): `npm install terra-i18n` | ||
You can check [terra-i18n wiki page](https://github.com/cerner/terra-core/wiki/terra-i18n-Guide) for more information and [FAQ](https://github.com/cerner/terra-core/wiki/terra-i18n-Guide#faq). | ||
@@ -18,0 +20,0 @@ ## Documentation |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24728
21
35
3