Closed benoawfu closed 1 year ago
This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Totals | |
---|---|
Change from base Build 60ac67425aa1501fd2d51d8a54baac9d403cef7a: | 0.02% |
Covered Lines: | 524 |
Relevant Lines: | 578 |
Thanks @benoawfu, great catch!
I have in the same app 2 gettext backends, each one having its own domain. I want both backend translation files to live in the same usual
priv/gettext
folder: the different domain name ensures they will not overwrite each other.When extracting translations the
warn_on_conflicting_backends/1
function issues a warning about that case but then it also crashes:This prevents the crash, the warning is still there but my gettext.extract command is working.