Closed konstantinzolotarev closed 8 years ago
At the moment, you need to create some config files manually:
config/i18n.js
(don't forget to add a reference to it into the config/index.js
)module.exports = {
lng: 'en',
resources:{
en: require('./locales/en.json')
}
}
config/locales/en.json
{}
trailpack-core
, @tjwebb?Related to https://github.com/trailsjs/generator-trails/issues/17 :)
:+1:
Copied from #53