Browse Source

correct strange apostrophes

remotes/origin/split-songs
Romain Goffe 13 years ago
parent
commit
2d34eceac6
  1. 1
      utils/rules.py

1
utils/rules.py

@ -25,6 +25,7 @@ word_dic = {
"ptit": "p'tit",
##: Punctuation
"": "'",
"": "'",
"Ca ": "Ça ",
"...": "{\\dots}",
"": "{\\dots}",

Loading…
Cancel
Save