It seems the tool is looking for source files in the `en` folder where we don't keep English version in its own folder, based on the error I got below: ``` Error reading files: [Error: ENOENT: no such file or directory, scandir '../src/content/homepage/en'] { errno: -2, code: 'ENOENT', syscall: 'scandir', path: '../src/content/homepage/en' } ``` Can this be modified to take account of that?