praekeltfoundation / jspot

Extracts gettext strings from Javascript files into pot files
BSD 3-Clause "New" or "Revised" License
12 stars 2 forks source link

Hold onto the original locations when extracting #4

Open justinvdm opened 10 years ago

justinvdm commented 10 years ago

We display the wrong line numbers for multiline cases like these:

foo
  .bar
  .gettext('spam');