From 83f986d17f7b57656ba0565b8d519c8a6f5c8043 Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Sun, 17 Mar 2024 21:00:07 +1300 Subject: [PATCH] try this translation compiler instead --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index ea44bbf0..341e8fe3 100755 --- a/deploy.sh +++ b/deploy.sh @@ -5,6 +5,6 @@ sudo systemctl stop celery.service git pull source venv/bin/activate flask db upgrade -flask translate compile +pybabel compile -d app/translations sudo systemctl start celery.service sudo systemctl restart pyfedi.service