Closed olafura closed 5 years ago
This is great, the only thing missing to make the tests pass is to run mix format
👍
@simonprev Done thanks for the guidance ;)
Now I just have to look at why the coverage dropped
Now I just have to look at why the coverage dropped
You need to add the ContextValues
module in the formatter_test.exs
file that lists the module to test: https://github.com/mirego/accent/blob/34632e99e4d69cf48d29cc39991da4bc4839e3bd/test/langue/gettext/formatter_test.exs#L8-L16
@simonprev Ah I did that before in the other pr but forgot it in this one ;)
Fixed ;)
@simonprev The Travis CI - Branch check might be broken
Thank you! 🎉
Second attempt to integrate context. With msgctxt from gettext as the first implementation.
This is in regards to:
113