Changeset - 7d6c4bd58abd
[Not reviewed]
default
10 2 0
Mads Kiilerich - 11 years ago 2015-04-07 02:51:24
madski@unity3d.com
i18n: don't include .mo files in the repo - build them on demand

(We do however keep the english .mo for now to preserve backwards
compatibility.)
12 files changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
.hgignore
Show inline comments
 
@@ -2,12 +2,13 @@ syntax: glob
 
*.pyc
 
*.swp
 
*.sqlite
 
*.tox
 
*.egg-info
 
*.egg
 
*.mo
 

	
 
syntax: regexp
 
^rcextensions
 
^build
 
^dist/
 
^docs/build/
docs/installation.rst
Show inline comments
 
@@ -40,12 +40,13 @@ below::
 

	
 
        hg clone https://kallithea-scm.org/repos/kallithea
 
        cd kallithea
 
        virtualenv ../kallithea-venv
 
        source ../kallithea-venv/bin/activate
 
        python setup.py develop
 
        python setup.py compile_catalog   # for translation of the UI
 

	
 
You can now proceed to :ref:`setup`.
 

	
 
To upgrade, simply update the repository with ``hg pull -u`` and restart the
 
server.
 

	
kallithea/i18n/cs/LC_MESSAGES/kallithea.mo
Show inline comments
 
deleted file
 
binary diff not shown
kallithea/i18n/de/LC_MESSAGES/kallithea.mo
Show inline comments
 
deleted file
 
binary diff not shown
kallithea/i18n/fr/LC_MESSAGES/kallithea.mo
Show inline comments
 
deleted file
 
binary diff not shown
kallithea/i18n/hu/LC_MESSAGES/kallithea.mo
Show inline comments
 
deleted file
 
binary diff not shown
kallithea/i18n/ja/LC_MESSAGES/kallithea.mo
Show inline comments
 
deleted file
 
binary diff not shown
kallithea/i18n/pl/LC_MESSAGES/kallithea.mo
Show inline comments
 
deleted file
 
binary diff not shown
kallithea/i18n/pt_BR/LC_MESSAGES/kallithea.mo
Show inline comments
 
deleted file
 
binary diff not shown
kallithea/i18n/ru/LC_MESSAGES/kallithea.mo
Show inline comments
 
deleted file
 
binary diff not shown
kallithea/i18n/zh_CN/LC_MESSAGES/kallithea.mo
Show inline comments
 
deleted file
 
binary diff not shown
kallithea/i18n/zh_TW/LC_MESSAGES/kallithea.mo
Show inline comments
 
deleted file
 
binary diff not shown
0 comments (0 inline, 0 general)