Make util scripts work on both docker-compose v1 and v2
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
pybabel extract -F babel.cfg -k lazy_gettext -o translations/messages.pot .
|
||||
pybabel update -i translations/messages.pot -d translations --no-fuzzy-matching
|
||||
|
||||
Reference in New Issue
Block a user