This commit is contained in:
Bernhard Posselt 2017-03-26 15:34:50 +02:00
Родитель ae95049bf3
Коммит ccd2ce2f8e
2 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -76,3 +76,8 @@ clean:
.PHONE: test-data
test-data:
$(python) $(CURDIR)/scripts/development/testdata.py
.PHONE: l10n
l10n:
$(manage) compilemessages --settings nextcloudappstore.settings.development
$(manage) importdbtranslations --settings nextcloudappstore.settings.development

Просмотреть файл

@ -27,6 +27,9 @@ make resetup
make test-data
downloads and sets up test apps, needs certificate validation to be disabled and a running server at http://127.0.0.1:8000
make l10n
compiles and installs translations
Frontend
--------