From 7e2d3967708993bc15f1c86b708d12891c7e6080 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Wed, 24 Nov 2010 23:53:41 +0000 Subject: [PATCH] Kill Flex:constructs in po files. http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg163696.html git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36461 a592a061-630c-0410-9148-cb99ea01b6c8 --- po/lyx_pot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/po/lyx_pot.py b/po/lyx_pot.py index 723924b4f2..3bed049ce0 100755 --- a/po/lyx_pot.py +++ b/po/lyx_pot.py @@ -172,7 +172,8 @@ def layouts_l10n(input_files, output, base): if res != None: string = res.group(1) string = string.replace('_', ' ') - writeString(out, src, base, lineno, string) + #Flex:xxx is not used in translation + #writeString(out, src, base, lineno, string) m = FlexCheck.search(string) if m: writeString(out, src, base, lineno, m.group(1)) -- 2.39.2