From 7f481fdfc8ce76e70bb4496c63770f8b5a9255b6 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Fri, 22 Apr 2016 12:08:09 +0200 Subject: Make ishtare-prepare-instance call compilemessages in ishtar_common too. This is the likely cause for missing translations right after an instance is created, which appear once "dpkg-reconfigure python-django-ishtar" is called. Checking the logic implemented in the postinst script makes sense and using the same steps in ishtare-prepare-instance would be nice. Signed-off-by: Cyril Brulebois --- ishtar-prepare-instance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar-prepare-instance') diff --git a/ishtar-prepare-instance b/ishtar-prepare-instance index 0bd74d375..00b28a3ec 100755 --- a/ishtar-prepare-instance +++ b/ishtar-prepare-instance @@ -47,7 +47,7 @@ cd - # Only language available: LOCALE=fr -for d in archaeological_*; do +for d in archaeological_* ishtar_common; do cd $d django-admin compilemessages -l $LOCALE cd - -- cgit v1.2.3