devtools/devctl.py
changeset 2534 cda22bc0e6ef
parent 2528 6ae5d8082b39
child 2551 91f579b7a1e1
--- a/devtools/devctl.py	Tue Jul 28 19:41:09 2009 +0200
+++ b/devtools/devctl.py	Tue Jul 28 19:59:50 2009 +0200
@@ -260,7 +260,7 @@
         from logilab.common.shellutils import globfind, find, rm
         from cubicweb.common.i18n import extract_from_tal, execute
         tempdir = tempdir.mkdtemp()
-        potfiles = [join(I18NDIR, 'entities.pot')]
+        potfiles = [join(I18NDIR, 'static-messages.pot')]
         print '-> extract schema messages.'
         schemapot = join(tempdir, 'schema.pot')
         potfiles.append(schemapot)
@@ -357,7 +357,7 @@
     tempdir = tempfile.mkdtemp()
     print underline_title('Updating i18n catalogs for cube %s' % cube)
     chdir(cubedir)
-    potfiles = [join('i18n', scfile) for scfile in ('entities.pot',)
+    potfiles = [join('i18n', scfile) for scfile in ('static-messages.pot',)
                 if exists(join('i18n', scfile))]
     print '-> extract schema messages'
     schemapot = join(tempdir, 'schema.pot')