UNPKG

ember-cli-i18n

Version:

Simple Internationalization support for ember-cli apps.

13 lines (12 loc) 279 B
export default { foo: 'bar', age: 'You are %@1 years old', person: { one: 'There is one person here', other: 'There are many people here' }, dependentPerson: { one: 'There is %@ dependent person here', other: 'There are %@ dependent people here' } };