mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Translate B_ strings in citeengines
This commit is contained in:
parent
eb294eadb5
commit
471fb72f02
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user