common/i18n.py
branchstable
changeset 2395 e3093fc12a00
parent 1977 606923dff11b
child 2476 1294a6bdf3bf
--- a/common/i18n.py	Sat Jul 18 16:17:46 2009 +0200
+++ b/common/i18n.py	Sat Jul 18 22:58:30 2009 +0200
@@ -63,7 +63,7 @@
     """generate .mo files for a set of languages into the `destdir` i18n directory
     """
     from logilab.common.fileutils import ensure_fs_mode
-    print 'compiling %s catalogs...' % destdir
+    print '-> compiling %s catalogs...' % destdir
     errors = []
     for lang in langs:
         langdir = join(destdir, lang, 'LC_MESSAGES')