Clemo

Results 2 issues of Clemo

supporting multi language is something important for cms. _/config/i18n.js_ ``` module.exports.i18n = { // Which locales are supported? locales: ['en', 'de', 'it'], // Where are your locale translations located? localesDirectory:...