I'm currently working on a yarn workspace monorepo and I need to extract translations from two different workspace.
I decided to create a new workspace called i18n so I setup the i18n object there, store the translations and define extraction scripts there.
However it seems that the input configuration field doesn't look into siblings folders. For instance, with such a tree structure:
I'd expect the parser to browser folders where I'm asking it to do. Is there a way to do it with the current configuration? Am I missing something? Thanks!
π Bug Report
I'm currently working on a yarn workspace monorepo and I need to extract translations from two different workspace. I decided to create a new workspace called
i18n
so I setup thei18n
object there, store the translations and define extraction scripts there. However it seems that theinput
configuration field doesn't look into siblings folders. For instance, with such a tree structure:And an
i18next-parser-config.js
being:It parsers files from
i18n/
, but not fromapp1/
orapp2/
To Reproduce
I managed to create a minimal repository
Expected behavior
I'd expect the parser to browser folders where I'm asking it to do. Is there a way to do it with the current configuration? Am I missing something? Thanks!
Your Environment