mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Add comment
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38125 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
40ed86b416
commit
ec7f123948
@ -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():
|
||||
|
Loading…
Reference in New Issue
Block a user