mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-26 02:30:21 -06:00
Add missing semi-colon.
This commit is contained in:
parent
c7fc21e3bb
commit
a4fd313371
@ -11,4 +11,4 @@ pybabel extract -F babel.cfg -o pgadmin/messages.pot pgadmin || { echo 'ERROR: F
|
||||
|
||||
pybabel update -i pgadmin/messages.pot -d pgadmin/translations || { echo 'ERROR: Failed to update message catalogs from the template.' ; exit 1; }
|
||||
|
||||
pybabel compile -d pgadmin/translations || { echo 'ERROR: Failed to compile the message catalogs.' ; exit 1 }
|
||||
pybabel compile -d pgadmin/translations || { echo 'ERROR: Failed to compile the message catalogs.' ; exit 1; }
|
||||
|
Loading…
Reference in New Issue
Block a user