]> git.0d.be Git - django-panik-combo.git/commitdiff
build: fix path to translation files
authorFrédéric Péters <fpeters@0d.be>
Thu, 28 May 2020 16:27:26 +0000 (18:27 +0200)
committerFrédéric Péters <fpeters@0d.be>
Thu, 28 May 2020 16:27:26 +0000 (18:27 +0200)
setup.py

index 13fec656bd5fd310a88a2f2c1f82cdc259968a98..fc90cfca014d7ad1c185edeebb746ea6b2e3e37a 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -59,7 +59,7 @@ class compile_translations(Command):
     def run(self):
         try:
             from django.core.management import call_command
-            for path, dirs, files in os.walk('combo_plugin_gnm'):
+            for path, dirs, files in os.walk('panikombo'):
                 if 'locale' not in dirs:
                     continue
                 curdir = os.getcwd()