## Ember-I18n - Internationalization for Ember

[![Build Status](https://travis-ci.org/jamesarosen/ember-i18n.svg?branch=master)](https://travis-ci.org/jamesarosen/ember-i18n)

Documentation is in the [wiki](https://github.com/jamesarosen/ember-i18n/wiki). Recommended reading:

 * [Installation](https://github.com/jamesarosen/ember-i18n/wiki/Doc:-Installation)
 * [Defining Translations](https://github.com/jamesarosen/ember-i18n/wiki/Doc:-Defining-Translations)
 * The [service:i18n](https://github.com/jamesarosen/ember-i18n/wiki/Doc:-i18n-Service) object
 * [Setting the Locale](https://github.com/jamesarosen/ember-i18n/wiki/Doc:-Setting-the-Locale)
 * [Translating Text](https://github.com/jamesarosen/ember-i18n/wiki/Doc:-Translating-Text)
 * [Pluralization](https://github.com/jamesarosen/ember-i18n/wiki/Doc:-Pluralization)
 * The [Translation Compiler](https://github.com/jamesarosen/ember-i18n/wiki/Doc:-Translation-Compiler)
 * [Missing Translations](https://github.com/jamesarosen/ember-i18n/wiki/Doc:-Missing-Translations)
 * [Testing with ember-i18n](https://github.com/jamesarosen/ember-i18n/wiki/Doc:-Testing)
