From b0e7e2eaa407ed832b13c45a86d37eb87a422487 Mon Sep 17 00:00:00 2001 From: AlexiusOL <156766366+AlexiusOL@users.noreply.github.com> Date: Thu, 26 Jun 2025 07:02:01 -0600 Subject: [PATCH] impr(quotes): add English quote (@AlexiusOL) (#6643) ### Description Added 1 quote from the Outlast game in english. ### Checks - [x] Adding quotes? - [ ] Make sure to include translations for the quotes in the description (or another comment) so we can verify their content. - [x] Check if any open issues are related to this PR; if so, be sure to tag them below. - [x] Make sure the PR title follows the Conventional Commits standard. (https://www.conventionalcommits.org for more info) - [x] Make sure to include your GitHub username prefixed with @ inside parentheses at the end of the PR title. --- frontend/static/quotes/english.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/static/quotes/english.json b/frontend/static/quotes/english.json index cb5ae3755..50c6f37f8 100644 --- a/frontend/static/quotes/english.json +++ b/frontend/static/quotes/english.json @@ -38637,6 +38637,12 @@ "source": "Mon Mothma, Andor Season 1", "length": 192, "id": 7652 + }, + { + "text": "I love the mountain air up here at night. You want to head out, take a stroll? Go ahead, I'll wait here.", + "source": "Outlast", + "length": 104, + "id": 7653 } ] }