You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
Your Environment
runtime version: node 18, chrome latest
i18next version: 23
os: Mac
The text was updated successfully, but these errors were encountered:
🐛 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 the
input
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
The text was updated successfully, but these errors were encountered: