After upgrade of vue3-gettext library from 3.0.0-beta.1 to 4.0.0-beta.1 I have noticed that the new locations: false flag does remove the output location paths for .po files, as designed. However, it does not remove it for the messages.pot file.
I would have expected that it does remove it for both kind of files. This is quite important for our use case, as our developers are spared of multiple unnecessary location paths merge conflicts on the .po/.pot files.
Can we make the locations flag applicable for .pot files as well?
Thank you in advance. 😄
After upgrade of vue3-gettext library from 3.0.0-beta.1 to 4.0.0-beta.1 I have noticed that the new locations: false flag does remove the output location paths for .po files, as designed. However, it does not remove it for the messages.pot file.
I would have expected that it does remove it for both kind of files. This is quite important for our use case, as our developers are spared of multiple unnecessary location paths merge conflicts on the .po/.pot files.
Can we make the locations flag applicable for .pot files as well?
Thank you in advance. 😄