This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit 4437af076be70687da4ff4929253c47a3bb0e04c Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Jan 29 04:09:17 2016 +0100 setup.py: explain how to update the translation template file *.pot. --- debian/changelog | 1 + setup.py | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5e46d83..383ea1a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ pyhoca-gui (0.5.0.6-0x2go1) UNRELEASED; urgency=medium * New upstream version (0.5.0.6): - setup.py: replace "MacOS X" with "OS X", add "Darwin" platform support to all Linux branches. + - setup.py: explain how to update the translation template file *.pot. -- X2Go Release Manager <git-admin@x2go.org> Thu, 28 Jan 2016 19:04:20 +0100 diff --git a/setup.py b/setup.py index 6a7703e..afb64fe 100755 --- a/setup.py +++ b/setup.py @@ -96,8 +96,11 @@ from nsis_template import NSIS_SCRIPT_TEMPLATE # to build .exe file, run on Windows: # ,,python setup.py py2exe'' # -# to update i18n .mo files (and merge .pot file into .po files) run on Linux: +# to update i18n .mo files (and merge .pot file into .po files) run on Linux or OS X: # ,,python setup.py build_i18n -m'' +# +# Updating the template (.pot) file is possible on Linux or OS X using: +# ,,python setup.py build_i18n'' cmd_class = {} data_files = [] -- Alioth's /srv/git/code.x2go.org/pyhoca-gui.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git