Skip to content

This library provides i18n for reactjs applications, without the need to declare dictionaries using ContextAPI, only write once and portray in different languages.

License

Notifications You must be signed in to change notification settings

alexsantos-eth/react-portray

Repository files navigation

react-portray

i38n interpreter for react apps

NPM JavaScript Style Guide

Install

npm install --save react-portray

Usage

import React, { Component } from 'react'

import MyComponent from 'react-portray'
import 'react-portray/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © alexsan-dev

About

This library provides i18n for reactjs applications, without the need to declare dictionaries using ContextAPI, only write once and portray in different languages.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published