mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
fix obvious typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17661 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
12e6426c3f
commit
7ac394d9a6
@ -1984,7 +1984,7 @@ if update_po:
|
|||||||
|
|
||||||
# whether or not update po files
|
# whether or not update po files
|
||||||
if not env['XGETTEXT'] or not env['MSGMERGE'] or not env['MSGUNIQ']:
|
if not env['XGETTEXT'] or not env['MSGMERGE'] or not env['MSGUNIQ']:
|
||||||
print 'xgettext or msgmerge does not exist. Can not merge po files'
|
print 'xgettext or msgmerge does not exist. Cannot merge po files'
|
||||||
Exit(1)
|
Exit(1)
|
||||||
# build language_l10n.pot, ui_l10n.pot, layouts_l10n.pot, qt4_l10n.pot
|
# build language_l10n.pot, ui_l10n.pot, layouts_l10n.pot, qt4_l10n.pot
|
||||||
# and combine them to lyx.po
|
# and combine them to lyx.po
|
||||||
@ -2021,7 +2021,7 @@ if update_po:
|
|||||||
# possibly *only* handle these languages
|
# possibly *only* handle these languages
|
||||||
languages = None
|
languages = None
|
||||||
if env.has_key('languages'):
|
if env.has_key('languages'):
|
||||||
languages = env.make_list(env['lanauges'])
|
languages = env.make_list(env['languages'])
|
||||||
# merge. if I use lan.po as $TARGET, it will be removed
|
# merge. if I use lan.po as $TARGET, it will be removed
|
||||||
# before it is merged. In this builder,
|
# before it is merged. In this builder,
|
||||||
# $BUILDDIR/po/lang.po is merged from po/lang.po and $BUILDDIR/po/lyx.pot
|
# $BUILDDIR/po/lang.po is merged from po/lang.po and $BUILDDIR/po/lyx.pot
|
||||||
|
Loading…
Reference in New Issue
Block a user