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