The `.vue` files are ignored by our `extract-locales` script. We need to do the same thing we already do with `.twig` files, that mean compiling them into a language that `xgettext` understands. Will probably require using https://www.npmjs.com/package/@vue/compiler-sfc.