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'
}
};