UNPKG

ember-cli-i18n

Version:

Simple Internationalization support for ember-cli apps.

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