]> Frank Brehm's Git Trees - pixelpark/create-terraform.git/commitdiff
Creating symlink lib/cr_tf/locale
authorFrank Brehm <frank.brehm@pixelpark.com>
Tue, 24 Sep 2019 16:19:16 +0000 (18:19 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Tue, 24 Sep 2019 16:19:16 +0000 (18:19 +0200)
setup.py

index 04fa929bd7da124fa057ed158046b7d556a089f5..1abc62d3f18dfd2df4852c637856493bae631b31 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -142,6 +142,8 @@ def create_mo_files():
     mo_files = []
     for po_path in glob.glob(PO_FILES):
         mo = pathlib.Path(po_path.replace('.po', '.mo'))
+        # print("Compiling message catalog {p!r} -> {m!r}.".format(
+        #     p=str(po_path), m=str(mo)))
         if not mo.exists():
             subprocess.call(['msgfmt', '-o', str(mo), po_path])
         mo_files.append(str(mo))