소스 검색

fix {{unsupported}}

tags/v0.1^2
Ben Kurtovic 12 년 전
부모
커밋
86eb75f868
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      earwigbot/commands/dictionary.py

+ 2
- 1
earwigbot/commands/dictionary.py 파일 보기

@@ -130,7 +130,8 @@ class Dictionary(Command):
substitutions = [
("<!--(.*?)-->", ""),
("\[\[[^\]|]*?\|([^\]|]*?)\]\]", r"\1"),
("\{\{(.*?) of\|(.*?)\}\}", r"\1 of \2."),
("\{\{unsupported\|(.*?)\}\}", r"\1"),
("\{\{(.*?) of\|(.*?)(\||\}\})", r"\1 of \2."),
("\{\{w\|(.*?)\}\}", r"\1"),
("\{\{surname(.*?)\}\}", r"A surname."),
("\{\{given name\|(.*?)(\||\}\})", r"A \1 given name."),


불러오는 중...
취소
저장