jshmrtn / vue3-gettext

Translate Vue 3 applications with gettext.
https://jshmrtn.github.io/vue3-gettext/
MIT License
66 stars 23 forks source link

Add option for --no-fuzzy-matching when running msgmerge #56

Open TheGlenn88 opened 3 months ago

TheGlenn88 commented 3 months ago

Fuzzy matching when merging the POT file into the PO files causes translations to be 'guessed' when a similar translation exists, for my project i'd prefer these to be blank as I automate a pre-translation.

It's also quicker to process when fuzzy matching is turned off, especially with larger translation files.