Closed byhbt closed 2 years ago
Look like the Phoenix team remove the gettext
in mix.exs
here: https://github.com/phoenixframework/phoenix/pull/4894 . But we not sure when It will be released, so at the moment it's a blocker to get the CI pass.
@byhbt The issue about gettext is from the Phoenix generator itself that including the :gettext
atom inside the fresh generated project. To fix the warning, we need to remove the atom until the Phoenix generator fix that you mentioned is released.
Let me know if you want to proceed with the fix, I can work on it 🙌
yes @hanam1ni ! Please help update it.
I think we can fix it now to avoid blocking our CI and other feature related to it. In the future, when the new release of Phoenix is come out, then we can revert it.
Thank you! 🙏
Why
After generate new project which has
gettext
, the command line output this warningWho Benefits?
Elixir developer