stable

Clone or download

Read-only

fix: no generation fuzzy or obsolete in .po

When we run `make generate-po`, generated `.po` files might contain strings marked as fuzzy or obsolete. Those strings are not supposed to be found in Tuleap codebase (which is not the case currently). For a first step, I suggest to facilitate developer work by removing automatically obsolete strings (they don't have to do manually the purge) and by emptying fuzzy strings. If we see that it is not enough we can later create a hook, or/and a CI job do check that no fuzzy nor obsolete strings are contributed. Apparently, usage of `msgattrib` changes the width of .po files, so there is a bunch of files modified by this contribution. request #27158: Do not generate fuzzy or obsolete strings Change-Id: I5b122755df7a4aa2c7afd4489bf654c140c43957

Modified Files

Name
M plugins/agiledashboard/scripts/permissions-per-group/po/fr_FR.po +3 −1 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/po/fr_FR.po +2 −2 Go to diff View file
M plugins/api_explorer/site-content/fr_FR/LC_MESSAGES/tuleap-api_explorer.po +4 −4 Go to diff View file
M plugins/archivedeleteditems/site-content/fr_FR/LC_MESSAGES/tuleap-archivedeleteditems.po +4 −1 Go to diff View file
M plugins/artifactsfolders/site-content/fr_FR/LC_MESSAGES/tuleap-artifactsfolders.po +2 −1 Go to diff View file
M plugins/bugzilla_reference/site-content/fr_FR/LC_MESSAGES/tuleap-bugzilla_reference.po +2 −2 Go to diff View file
M plugins/captcha/site-content/fr_FR/LC_MESSAGES/tuleap-captcha.po +3 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/po/fr_FR.po +2 −1 Go to diff View file
M plugins/document/site-content/fr_FR/LC_MESSAGES/tuleap-document.po +2 −2 Go to diff View file
M plugins/gitlab/site-content/fr_FR/LC_MESSAGES/tuleap-gitlab.po +2 −1 Go to diff View file
M plugins/mfa/site-content/fr_FR/LC_MESSAGES/tuleap-mfa.po +2 −2 Go to diff View file
M plugins/projectlinks/site-content/fr_FR/LC_MESSAGES/tuleap-projectlinks.po +4 −4 Go to diff View file
M plugins/pullrequest/scripts/po/fr_FR.po +3 −3 Go to diff View file
M plugins/timetracking/site-content/fr_FR/LC_MESSAGES/tuleap-timetracking.po +2 −1 Go to diff View file
M plugins/tracker/scripts/lib/colorpicker/po/fr_FR.po +4 −4 Go to diff View file
M plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po +3 −5 Go to diff View file
M src/scripts/project/admin/po/fr_FR.po +0 −1 Go to diff View file
M src/scripts/switch-to/po/fr_FR.po +2 −1 Go to diff View file
M tools/utils/generate-po.php +8 −8 Go to diff View file