forked from GitHub/dbot
convert hyphens to a more appropriate en-dash
This commit is contained in:
parent
d4f69eb54f
commit
9715d78964
@ -3,15 +3,15 @@
|
|||||||
"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