From ec7f1239486c40ffd853549a0d03c9ebbaab7164 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Tue, 29 Mar 2011 11:33:02 +0000 Subject: [PATCH] Add comment git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38125 a592a061-630c-0410-9148-cb99ea01b6c8 --- po/lyx_pot.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/po/lyx_pot.py b/po/lyx_pot.py index bf700e1e98..3da45a5a93 100755 --- a/po/lyx_pot.py +++ b/po/lyx_pot.py @@ -295,7 +295,10 @@ def layouts_l10n(input_files, output, base, layouttranslations): print >> out, '''# This file has been automatically generated by po/lyx_pot.py. # PLEASE MODIFY ONLY THE LAGUAGES HAVING NO .po FILE! If you want to regenerate -# this file from the translations, run `make ../lib/layouttranslations' in po.''' +# this file from the translations, run `make ../lib/layouttranslations' in po. +# Python polib library is needed for building the output file. +# +# This file should remain fixed during minor LyX releases.''' for lang in languages: print >> out, '\nTranslation %s' % lang if lang in oldtrans.keys(): -- 2.39.5