forked from GitHub/dbot
Merge pull request #279 from zuzak/dash
convert hyphens to a more appropriate en-dash
This commit is contained in:
commit
00deda35f9
@ -3,13 +3,13 @@
|
|||||||
"english": "{s} [artist] {artist}"
|
"english": "{s} [artist] {artist}"
|
||||||
},
|
},
|
||||||
"album": {
|
"album": {
|
||||||
"english": "{s} [album] {artist} - {album}"
|
"english": "{s} [album] {artist} – {album}"
|
||||||
},
|
},
|
||||||
"track": {
|
"track": {
|
||||||
"english": "{s} [track] {artist} - {track} (from {album})"
|
"english": "{s} [track] {artist} – {track} (from {album})"
|
||||||
},
|
},
|
||||||
"found": {
|
"found": {
|
||||||
"english": "{s} [{url}] {artist} - {track} (from {album})"
|
"english": "{s} [{url}] {artist} – {track} (from {album})"
|
||||||
},
|
},
|
||||||
"not-found": {
|
"not-found": {
|
||||||
"english": "{s} No results."
|
"english": "{s} No results."
|
||||||
|
Loading…
Reference in New Issue
Block a user