changeset 4986:7d6c4bd58abd

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.)
author Mads Kiilerich <madski@unity3d.com>
date Tue, 07 Apr 2015 02:51:24 +0200
parents 04682d9fb33a
children ff08d3cf9aef
files .hgignore docs/installation.rst kallithea/i18n/cs/LC_MESSAGES/kallithea.mo kallithea/i18n/de/LC_MESSAGES/kallithea.mo kallithea/i18n/fr/LC_MESSAGES/kallithea.mo kallithea/i18n/hu/LC_MESSAGES/kallithea.mo kallithea/i18n/ja/LC_MESSAGES/kallithea.mo kallithea/i18n/pl/LC_MESSAGES/kallithea.mo kallithea/i18n/pt_BR/LC_MESSAGES/kallithea.mo kallithea/i18n/ru/LC_MESSAGES/kallithea.mo kallithea/i18n/zh_CN/LC_MESSAGES/kallithea.mo kallithea/i18n/zh_TW/LC_MESSAGES/kallithea.mo
diffstat 12 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Tue Apr 07 14:23:50 2015 +0200
+++ b/.hgignore	Tue Apr 07 02:51:24 2015 +0200
@@ -5,6 +5,7 @@
 *.tox
 *.egg-info
 *.egg
+*.mo
 
 syntax: regexp
 ^rcextensions
--- a/docs/installation.rst	Tue Apr 07 14:23:50 2015 +0200
+++ b/docs/installation.rst	Tue Apr 07 02:51:24 2015 +0200
@@ -43,6 +43,7 @@
         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`.
 
Binary file kallithea/i18n/cs/LC_MESSAGES/kallithea.mo has changed
Binary file kallithea/i18n/de/LC_MESSAGES/kallithea.mo has changed
Binary file kallithea/i18n/fr/LC_MESSAGES/kallithea.mo has changed
Binary file kallithea/i18n/hu/LC_MESSAGES/kallithea.mo has changed
Binary file kallithea/i18n/ja/LC_MESSAGES/kallithea.mo has changed
Binary file kallithea/i18n/pl/LC_MESSAGES/kallithea.mo has changed
Binary file kallithea/i18n/pt_BR/LC_MESSAGES/kallithea.mo has changed
Binary file kallithea/i18n/ru/LC_MESSAGES/kallithea.mo has changed
Binary file kallithea/i18n/zh_CN/LC_MESSAGES/kallithea.mo has changed
Binary file kallithea/i18n/zh_TW/LC_MESSAGES/kallithea.mo has changed