Skip to content

Commit 06103ac

Browse files
committed
Run makemessages, fix makemessages run for CI
1 parent 9edbb75 commit 06103ac

File tree

3 files changed

+3756
-301
lines changed

3 files changed

+3756
-301
lines changed

.ci/run-tests-for-ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ echo "i18n"
1515
cp local_settings_example.py local_settings.py
1616

1717
# Make sure i18n literals marked correctly
18-
poetry run python manage.py makemessages
18+
poetry run python manage.py makemessages --all
1919
poetry run python manage.py compilemessages
2020

2121
echo "Starts testing"

0 commit comments

Comments
 (0)