Makefile
author Jens-Uwe Grooss <j.-u.grooss@fz-juelich.de>
Thu, 20 Mar 2025 20:46:03 +0100
changeset 1733 381fcc24f249
parent 1040 ee422f2e89c1
permissions -rw-r--r--
eskp plot update from 250320
     1 #
     2 # Makefile for eskp
     3 #
     4 
     5 # location for the eskp.py we use:
     6 export PYTHONPATH=$(PWD)
     7 
     8 pylint:
     9 	pylint ./eskp.py
    10 
    11 pybabel_init:
    12 	pybabel extract -o ./translations/eskp.pot .
    13 	pybabel init -i ./translations/eskp.pot -d translations -l de
    14 	pybabel init -i ./translations/eskp.pot -d translations -l en
    15 
    16 pybabel_update:
    17 	pybabel extract -o ./translations/eskp.pot .
    18 	pybabel update -i ./translations/eskp.pot -d translations -l de
    19 	pybabel update -i ./translations/eskp.pot -d translations -l en
    20 
    21 msgfmt:
    22 	msgfmt --strict ./translations/de/LC_MESSAGES/messages.po -o ./translations/de/LC_MESSAGES/messages.mo
    23 	msgfmt --strict ./translations/en/LC_MESSAGES/messages.po -o ./translations/en/LC_MESSAGES/messages.mo
    24 	
Impressum Datenschutzerklärung