mirror of
https://github.com/MatomoCamp/pretalx-matomocamp.git
synced 2024-09-11 06:43:44 +02:00
8 lines
142 B
Makefile
8 lines
142 B
Makefile
all: localecompile
|
|
|
|
localecompile:
|
|
django-admin compilemessages
|
|
|
|
localegen:
|
|
django-admin makemessages -l de_DE -i build -i dist -i "*egg*"
|
|
|