datastructure need to be created before invoking the panini gulp task
Creating the object from a yml file, for each language
const i18nArray = ['de_DE', ' en_US'].map(lang => {
const ymlFilePath = path.join(__dirname, '..', SRC_DIRECTORY, 'data/yml', lang) + '.yml'
try {