Update gettext-extractor-vue and dependencies
What does this MR do and why?
This updates gettext-extractor-vue and related dependencies. We also
make tiny changes to our gettext extraction, by adding a simple guard
to the Vue Extractor. The Extractor will now skip files that do not at
least contain a __
which is part of all our gettext function names in
the frontend.
We are "only" saving half a second on my machine, but on slower machines, we might save a little more.
Screenshots or screen recordings
N/A
How to set up and validate locally
- No diff on
bundle exec rake gettext:regenerate
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Lukas Eipert