##// END OF EJS Templates
i18n: don't include .mo files in the repo - build them on demand...
Mads Kiilerich -
r4986:7d6c4bd5 default
parent child Browse files
Show More
@@ -5,6 +5,7 b' syntax: glob'
5 5 *.tox
6 6 *.egg-info
7 7 *.egg
8 *.mo
8 9
9 10 syntax: regexp
10 11 ^rcextensions
@@ -43,6 +43,7 b' below::'
43 43 virtualenv ../kallithea-venv
44 44 source ../kallithea-venv/bin/activate
45 45 python setup.py develop
46 python setup.py compile_catalog # for translation of the UI
46 47
47 48 You can now proceed to :ref:`setup`.
48 49
1 NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
General Comments 0
You need to be logged in to leave comments. Login now