Ensure that strings do not get wrapped in po files

This commit is contained in:
Daniel Rainer
2025-04-18 17:08:27 +02:00
parent dd5864ce13
commit af6c3eb69f

View File

@@ -304,7 +304,7 @@ To update a translation:
``build_tools/fish_xgettext.fish`` from the source tree
* update the existing translation by running
``msgmerge --update --no-fuzzy-matching po/LANG.po messages.pot``
``msgmerge --update --no-fuzzy-matching --no-wrap po/LANG.po messages.pot``
The ``--no-fuzzy-matching`` is important as we have had terrible experiences with gettext's "fuzzy" translations in the past.