mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 05:37:11 +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
@ -2021,7 +2021,7 @@ if update_po:
|
||||
# possibly *only* handle these languages
|
||||
languages = None
|
||||
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
|
||||
# before it is merged. In this builder,
|
||||
# $BUILDDIR/po/lang.po is merged from po/lang.po and $BUILDDIR/po/lyx.pot
|
||||
|
Loading…
x
Reference in New Issue
Block a user