Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

ember-intl/messageformat-shim

Repository files navigation

@ember-intl/messageformat-shim

A thin wrapper around intl-messageformat that allows for import IntlMessageFormat from 'intl-messageformat'; from within your ember application.

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.