Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

terra-i18n

Package Overview
Dependencies
Maintainers
8
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terra-i18n - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

docs/props-table/I18nProvider.md

5

docs/README.md

@@ -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)

6

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc