From cb5b3748e3760cdcbb0b612ea1ee24cef55a06d7 Mon Sep 17 00:00:00 2001 From: Sergei Maertens Date: Fri, 24 May 2024 11:00:46 +0200 Subject: [PATCH] :construction_worker: Update PR template makemessages check Only run makemessages for the JS, the backend translations cause too many merge conflicts. --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 17875ac3a9..d29dce5274 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -21,7 +21,7 @@ Check off the items that are completed or not relevant. - I have updated the translations assets (you do NOT need to provide translations) - - [ ] Ran `./bin/makemessages.sh` + - [ ] Ran `./bin/makemessages_js.sh.sh` - [ ] Ran `./bin/compilemessages_js.sh` - Commit hygiene