Skip to content
Snippets Groups Projects
Verified Commit 6ee0798e authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Update djangojs translations catalogs in dev.sh

parent 667b343d
No related branches found
No related tags found
1 merge request!134Resolve "Add i18n for materialize datepicker"
Pipeline #709 failed
......@@ -29,6 +29,7 @@ case "$1" in
for d in aleksis/core apps/official/*/aleksis/apps/*; do
echo; echo "Entering $d."
poetry run sh -c "cd $d; $manage_py makemessages --no-wrap -i static $locales"
poetry run sh -c "cd $d; $manage_py makemessages --no-wrap -d djangojs $locales"
done
exit
;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment