From 1f524f54b73ff2f0e11cce6bafc4f610c4f486d4 Mon Sep 17 00:00:00 2001 From: Yuri Norwood <106889957+norwd@users.noreply.github.com> Date: Mon, 13 Apr 2026 13:13:45 +1200 Subject: [PATCH] feat(quotes): Add anti-war protest song lyrics I was originally under the impression that these were all Pete Seeger songs, but it turns out some where covers of Phil Ochs songs (these are from the Vietnam War era, all the anti war singers covered each other so it can be hard to remember who was first). In any case, give the present day, these are relevant again. --- frontend/static/quotes/english.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/frontend/static/quotes/english.json b/frontend/static/quotes/english.json index 0ac1c29a9451..67e5e8407617 100644 --- a/frontend/static/quotes/english.json +++ b/frontend/static/quotes/english.json @@ -39315,6 +39315,30 @@ "source": "The Stanley Parable", "id": 7765, "length": 242 + }, + { + "text": "Last night I had the strangest dream I ever dreamed before, I dreamed the world had all agreed to put an end to war.", + "source": "Last Night I Had the Strangest Dream - Song by Pete Seeger", + "id": 7766, + "length": 116 + }, + { + "text": "What a friend we have in congress, who will guard our every shore. Spend three quarters of our taxes getting ready for the war.", + "source": "What a Friend We Have in Congress - Song by Pete Seeger", + "id": 7767, + "length": 127 + }, + { + "text": "Oh, you tell me that there's danger to this land you call your own. And you watch them build the war machines right beside your home. And you tell me that you're ready to go marching to the war. Oh, I know you're set for fighting, but what are you fighting for?", + "source": "What Are You Fighting For - Song by Phil Ochs", + "id": 7768, + "length": 261 + }, + { + "text": "It's always the old to lead us to the wars, always the young to fall. Now look at all we've won with the saber and the gun. Tell me, is it worth it all?", + "source": "I Ain't Marching Anymore - Song by Phil Ochs", + "id": 7769, + "length": 152 } ] }