diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-01-31 17:33:50 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-07-01 18:02:28 +0200 |
commit | 44bb4915f86e9036323ee325920f94d99f0a3de8 (patch) | |
tree | c7d21c6ff9a0970e92bcb6855df1c0561e7f2012 /install | |
parent | 207eae08a99901229e99b106144a0b24b4b2f55d (diff) | |
download | Ishtar-44bb4915f86e9036323ee325920f94d99f0a3de8.tar.bz2 Ishtar-44bb4915f86e9036323ee325920f94d99f0a3de8.zip |
Fix compile messages on prepare instance
Diffstat (limited to 'install')
-rwxr-xr-x | install/ishtar-prepare-instance | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/install/ishtar-prepare-instance b/install/ishtar-prepare-instance index 05da0f4db..fc6484038 100755 --- a/install/ishtar-prepare-instance +++ b/install/ishtar-prepare-instance @@ -354,11 +354,7 @@ EOF # only language available LOCALE=fr cecho y " * compile translations" - for d in archaeological_* ishtar_common; do - cd $d - $PYTHON ../$INSTANCE/manage.py compilemessages -l $LOCALE - cd - - done + $PYTHON $INSTANCE/manage.py compilemessages -l $LOCALE ### DB feeding cd $INSTANCE |