elixir-gettext / gettext

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

Add `write_reference_line_numbers` option #322

Closed johantell closed 1 year ago

johantell commented 1 year ago

Background: Since even the smallest changes in files can cause a cascade of changed line numbers in po/pot files we're often seeing larger amounts of changes in commits causing the need to re-extract than needed.

By adding the write_reference_line_numbers option developers has a way to decide for themselves whether they want to include them or not.

Fixes #321

josevalim commented 1 year ago

:green_heart: :blue_heart: :purple_heart: :yellow_heart: :heart: