fix: eager lookup
This commit is contained in:
parent
a113f5c285
commit
d1b92c66bb
1 changed files with 1 additions and 1 deletions
2
.github/helper/translation.py
vendored
2
.github/helper/translation.py
vendored
|
|
@ -3,7 +3,7 @@ import sys
|
|||
|
||||
errors_encounter = 0
|
||||
pattern = re.compile(r"_\(([\"']{,3})(?P<message>((?!\1).)*)\1(\s*,\s*context\s*=\s*([\"'])(?P<py_context>((?!\5).)*)\5)*(\s*,\s*(.)*?\s*(,\s*([\"'])(?P<js_context>((?!\11).)*)\11)*)*\)")
|
||||
start_pattern = re.compile(r"_{1,2}\([\"'`]{1,3}.*[a-zA-Z]")
|
||||
start_pattern = re.compile(r"_{1,2}\([\"'`]{1,3}.*?[a-zA-Z]")
|
||||
|
||||
# _('this is valid')
|
||||
# _('{0} {1}')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue