Browse Source

english quotes are introduced by commas, not colons

remotes/origin/split-songs
Romain Goffe 13 years ago
parent
commit
4c26642828
  1. 3
      utils/rules.py

3
utils/rules.py

@ -24,6 +24,9 @@ word_dic = {
"\\musicnote{Outro": "\\musicnote{outro",
"...": "{\\dots}",
"": "{\\dots}",
"say: ``":"say, ``",
"says: ``":"says, ``",
"said: ``":"said, ``",
#replace tabs with two spaces
" ": " ",
##: Typo

Loading…
Cancel
Save