Преглед изворни кода

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."),


Loading…
Откажи
Сачувај