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
Hello @AlexLeoTW, thank you for the report! I found out that your issue is a duplicate of #1233. I have identified where the issue is and will prepare a PR (#1341). Please follow the #1233 for more information 🙂
Futhermore, even after that issue is fixed, your setup won't exactly work currently. At the moment, Lingui replaces {locale} and {name} only once in the catalog paths as described in #1274 (I have prepared a PR that fixes that also – #1342).
Describe the bug
In the tutorial (https://lingui.js.org/tutorials/cli.html#preparing-catalogs-for-production) ,
catalogsMergePath
is mentioned.To my understanding, is option is for merge language catalogs into a single file.
Yet specifying this in
lingui.config.js
, causing no file output.To Reproduce
lingui.config.js
, addingcatalogsMergePath
option, like so:Expected behavior
should see compiled file:
Additional context
maybe something is missing after
doMerge
?https://github.com/lingui/js-lingui/blob/a69ed8f713eb7f895158ea3b5f0ef99c26b63578/packages/cli/src/lingui-compile.ts#L82:L84
The text was updated successfully, but these errors were encountered: