mirror of
https://github.com/google/blockly.git
synced 2026-01-04 23:50:12 +01:00
committed by
GitHub
parent
d92e464c20
commit
02ea01c234
@@ -48,10 +48,10 @@ import re
|
|||||||
from common import write_files
|
from common import write_files
|
||||||
|
|
||||||
|
|
||||||
_INPUT_DEF_PATTERN = re.compile("""Blockly.Msg\[(\w*)\]\s*=\s*'(.*)';?\r?$""")
|
_INPUT_DEF_PATTERN = re.compile("""Blockly.Msg.(\w*)\s*=\s*'(.*)';?\r?$""")
|
||||||
|
|
||||||
_INPUT_SYN_PATTERN = re.compile(
|
_INPUT_SYN_PATTERN = re.compile(
|
||||||
"""Blockly.Msg\[(\w*)\]\s*=\s*Blockly.Msg\[(\w*)\];""")
|
"""Blockly.Msg.(\w*)\s*=\s*Blockly.Msg.(\w*);""")
|
||||||
|
|
||||||
_CONSTANT_DESCRIPTION_PATTERN = re.compile(
|
_CONSTANT_DESCRIPTION_PATTERN = re.compile(
|
||||||
"""{{Notranslate}}""", re.IGNORECASE)
|
"""{{Notranslate}}""", re.IGNORECASE)
|
||||||
|
|||||||
Reference in New Issue
Block a user