mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 00:36:38 -04:00
make sure _ is defined
This commit is contained in:
parent
0ad8d82961
commit
21466be03a
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ from anki.utils import stripHTML
|
|||
from anki.hooks import runFilter
|
||||
from anki.template import furigana; furigana.install()
|
||||
from anki.consts import HELP_SITE
|
||||
from anki.lang import _
|
||||
|
||||
clozeReg = r"\{\{c%s::(.*?)(::(.*?))?\}\}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue