Ignore quotes in lyx_pot.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33117 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2010-01-20 20:52:03 +00:00
parent 8a444512fb
commit 498478a2bd

View File

@ -91,7 +91,7 @@ def layouts_l10n(input_files, output, base):
I18nPreamble = re.compile(r'\s*(Lang)|(Babel)Preamble\s*$')
EndI18nPreamble = re.compile(r'\s*End(Lang)|(Babel)Preamble\s*$')
I18nString = re.compile(r'_\(([^\)]+)\)')
CounterFormat = re.compile(r'\s*PrettyFormat\s+(.*)')
CounterFormat = re.compile(r'\s*PrettyFormat\s+"?(.*)"?')
for src in input_files:
readingDescription = False