Closed Shakarim closed 4 years ago
Please use the ElixirForum or StackOverflow for questions/help/feedback, where a wider community will be able to help you. We reserve the issues tracker for issues only. Thank you!
You're welcome, but I've tried, and...it looks like bug. Or gettext actually have to ignore compilation order?
Oh, the way it was phrased sound like a request for help with debugging. See #178. This seems a duplicate of that.
Thank you very much. I've tried to use this solution. And it doesn't work :(
Hi! I got a some trouble while trying to generate *.po files. I have an umbrella project with lot of apps inside, but all translates contains in one app only (in "master"). So, when I call the "gettext.extract --merge" I've got one of two scenarions:
Successfully scenario. My console contain following:
Failure scenario. My console contains:
As you see:
P.S. I've set "in_umbrella" param in mix's deps function, and define the compilation order, and it works, but gettext ignores it.
P.S.S. All apps in umbrella project is Phoenix apps
How can I fix this trouble?