Skip to content

Commit

Permalink
fix(music): fix truncated song names with commas (#3327)
Browse files Browse the repository at this point in the history
likely accidentally lost when originally imported

ref #996 and https://manghammath.com/80s%20Hits/The%20Top%201000%20Songs%20of%20AllTime.pdf
  • Loading branch information
matthewmayer authored Dec 6, 2024
1 parent 47f835b commit f36fc71
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions src/locales/en/music/song_name.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ export default [
'Baby Got Back',
'Baby Love',
'Baby One More Time',
'Bad',
'Bad Day',
'Bad Girls',
'Bad Moon Rising',
'Bad Romance',
'Bad, Bad Leroy Brown',
'Baker Street',
"Ball of Confusion (That's What the World is Today)",
'Ballad of the Green Berets',
Expand Down Expand Up @@ -131,24 +131,24 @@ export default [
'Breaking Up is Hard to Do',
'Breathe',
'Bridge Over Troubled Water',
'Brother',
'Brother Louie',
'Brother, Can You Spare a Dime?',
'Brown Eyed Girl',
'Brown Sugar',
'Build Me Up Buttercup',
'Burn',
'Buttons & Bows',
'Bye',
'Bye Bye',
'Bye Bye Love',
'Bye Bye, Blackbird',
'Bye, Bye, Bye',
'Caldonia Boogie (What Makes Your Big Head So Hard)',
"California Dreamin'",
'California Girls',
'Call Me',
'Call Me Maybe',
'Can You Feel the Love Tonight',
"Can't Buy Me Love",
"Can't Get Enough of Your Love",
"Can't Get Enough of Your Love, Babe",
"Can't Help Falling in Love",
"Candle in the Wind '97",
'Candy Man',
Expand All @@ -169,7 +169,7 @@ export default [
'Cheek to Cheek',
'Cherish',
'Cherry Pink & Apple Blossom White',
'Cold',
'Cold, Cold Heart',
'Colors of the Wind',
'Come On Eileen',
'Come On-a My House',
Expand Down Expand Up @@ -254,7 +254,7 @@ export default [
'Fly Robin Fly',
'Foolish Games',
'Footloose',
"For What It's Worth (Stop",
"For What It's Worth (Stop, Hey What's That Sound)",
'Fortunate Son',
'Frankenstein',
'Freak Me',
Expand Down Expand Up @@ -283,7 +283,7 @@ export default [
'Good Times',
'Good Vibrations',
'Goodbye Yellow Brick Road',
'Goodnight',
'Goodnight, Irene',
'Got to Give it Up',
'Grease',
'Great Balls of Fire',
Expand All @@ -294,7 +294,7 @@ export default [
'Grenade',
'Groove is in the Heart',
"Groovin'",
'Gypsies',
'Gypsies, Tramps & Thieves',
'Hair',
'Hang On Sloopy',
'Hanging by a Moment',
Expand All @@ -311,9 +311,9 @@ export default [
'Heart of Glass',
'Heart of Gold',
'Heartbreak Hotel',
'Hello',
'Hello Dolly',
'Help Me',
"Hello, I Love You, Won't You Tell Me Your Name?",
'Help Me, Rhonda',
'Help!',
'Here Without You',
'Here in My Heart',
Expand All @@ -326,7 +326,7 @@ export default [
'Hey Ya!',
'Higher Love',
"Hips don't lie",
'Hit the Road',
'Hit the Road, Jack',
'Hold On',
'Hollaback Girl',
'Honey',
Expand All @@ -349,13 +349,13 @@ export default [
'Hungry Heart',
'Hurt So Good',
'I Believe I Can Fly',
'I Can Dream',
"I Can Dream, Can't I?",
'I Can Help',
'I Can See Clearly Now',
"I Can't Get Next to You",
"I Can't Get Started",
"I Can't Go For That (No Can Do)",
"I Can't Help Myself (Sugar Pie",
"I Can't Help Myself (Sugar Pie, Honey Bunch)",
"I Can't Stop Loving You",
"I Don't Want to Miss a Thing",
'I Fall to Pieces',
Expand Down Expand Up @@ -463,7 +463,7 @@ export default [
'Le Freak',
'Leader of the Pack',
'Lean On Me',
'Leaving',
'Leaving, on a Jet Plane',
'Let Me Call You Sweetheart',
'Let Me Love You',
'Let it Be',
Expand Down Expand Up @@ -580,14 +580,14 @@ export default [
'Nothing Compares 2 U',
"Nothing's Gonna Stop Us Now",
'Ode To Billie Joe',
'Oh',
'Oh Happy Day',
'Oh My Papa (O Mein Papa)',
'Oh, Pretty Woman',
"Ol' Man River",
'Ole Buttermilk Sky',
'On Bended Knee',
'On My Own',
'On the Atchison',
'On the Atchison, Topeka & the Santa Fe',
'One',
'One Bad Apple',
'One More Try',
Expand Down Expand Up @@ -667,7 +667,7 @@ export default [
'Roses Are Red',
'Royals',
'Ruby Tuesday',
'Rudolph',
'Rudolph, the Red-Nosed Reindeer',
'Rum & Coca-Cola',
'Runaround Sue',
'Runaway',
Expand All @@ -679,7 +679,7 @@ export default [
'Say It Right',
'Say My Name',
'Say Say Say',
'Say You',
'Say You, Say Me',
"School's Out",
'Seasons in the Sun',
'Secret Love',
Expand All @@ -697,7 +697,7 @@ export default [
'Shout',
'Silly Love Songs',
'Since U Been Gone',
'Sing',
'Sing, Sing, Sing (With A Swing)',
'Singing The Blues',
'Single Ladies (Put A Ring On It)',
'Sir Duke',
Expand Down Expand Up @@ -748,7 +748,7 @@ export default [
'Sugar Sugar',
'Summer in the City',
'Summertime Blues',
'Sunday',
'Sunday, Monday or Always',
'Sunshine Superman',
'Sunshine of Your Love',
'Superstar',
Expand All @@ -765,7 +765,7 @@ export default [
'Swinging On a Star',
'T For Texas (Blue Yodel No 1)',
'TSOP (The Sound of Philadelphia)',
'Take Me Home',
'Take Me Home, Country Roads',
'Take My Breath Away',
'Take On Me',
"Take The 'A' Train",
Expand Down Expand Up @@ -845,7 +845,7 @@ export default [
'Till The End of Time',
'Time After Time',
'Time of the Season',
'To Sir',
'To Sir, with Love',
'Tom Dooley',
"Tonight's the Night (Gonna Be Alright)",
'Too Close',
Expand Down

0 comments on commit f36fc71

Please sign in to comment.