From 471fb72f02239b2c79d9ebfa5beec460b8a82935 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Tue, 21 Feb 2023 08:25:44 +0100 Subject: [PATCH] Translate B_ strings in citeengines --- po/lyx_pot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/lyx_pot.py b/po/lyx_pot.py index 4e15b1f139..665fdcddcf 100755 --- a/po/lyx_pot.py +++ b/po/lyx_pot.py @@ -107,7 +107,7 @@ def layouts_l10n(input_files, output, base, layouttranslations): CounterFormat = re.compile(r'^\s*PrettyFormat\s+"?(.*)"?\s*$', re.IGNORECASE) CiteFormat = re.compile(r'^\s*CiteFormat', re.IGNORECASE) # Note: preceding and trailing space in the val below matters - KeyVal = re.compile(r'^\s*_\w+\s(.*\S)*$') + KeyVal = re.compile(r'^\s*B?_\w+\s(.*\S)*$') Float = re.compile(r'^\s*Float\s*$', re.IGNORECASE) UsesFloatPkg = re.compile(r'^\s*UsesFloatPkg\s+(.*\S)\s*$', re.IGNORECASE) IsPredefined = re.compile(r'^\s*IsPredefined\s+(.*\S)\s*$', re.IGNORECASE) -- 2.39.5