elixir-gettext / gettext

Internationalization and localization support for Elixir.
https://hexdocs.pm/gettext
469 stars 86 forks source link

Deprecate "use Gettext" for backends and improve docs #392

Closed whatyouhide closed 2 months ago

coveralls commented 2 months ago

Pull Request Test Coverage Report for Build fdfdf385cf0d6725a34780329e1a04d426f55c27-PR-392

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
lib/gettext/compiler.ex 7 8 87.5%
lib/gettext/macros.ex 35 53 66.04%
<!-- Total: 43 62 69.35% -->
Files with Coverage Reduction New Missed Lines %
lib/gettext/macros.ex 1 72.46%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 57c62494c02a30e8bd38189956c71b3e86a3cbc0: -0.002%
Covered Lines: 602
Relevant Lines: 662

💛 - Coveralls
whatyouhide commented 2 months ago

@josevalim done with the _with_backend stuff we talked about. There's refactoring to do but this works and I would love to merge this pass 😄