Skip to content

Commit ed65daa

Browse files
SilviaAmAmsvenvandescheur
authored andcommitted
🔨 Add script to make backend translations
1 parent a3dd14f commit ed65daa

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

backend/bin/make_translations.sh

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#!/bin/bash
2+
cd src/
3+
4+
echo "Extracting messages for Python code..."
5+
6+
# Some constants are generated and can be ignored.
7+
python manage.py makemessages \
8+
--locale nl \
9+
--ignore="test_*"
10+
11+
cd ..
12+
13+
echo "Done."

0 commit comments

Comments
 (0)