Is it possible to divide a translation file into multiple objects. So as an example:
"home": { "header": { "test": "test" }, "description": "description" }, "about-me": { "test": "test" } }
And that you can then call those keys with $t('home.header.test')?
If this isn't possible yet, isn't that an idea for a new feature?
Is it possible to divide a translation file into multiple objects. So as an example:
"home": { "header": { "test": "test" }, "description": "description" }, "about-me": { "test": "test" } }
And that you can then call those keys with
$t('home.header.test')
?If this isn't possible yet, isn't that an idea for a new feature?