Skip to content

Commit

Permalink
impr(quotes): add Star Trek quote (@ItsDrike) (monkeytypegame#6143)
Browse files Browse the repository at this point in the history
### Description

Monkeytype already has several Star Trek quotes, but it's missing this
one from Kirk, this PR adds it:

> If change is inevitable, predictable, beneficial; doesn't logic demand
that you be a part of it?

([source](https://www.imdb.com/title/tt0708438/quotes/?item=qt5409859))

### Checks

- [x] Adding quotes?
- [x] Make sure to include translations for the quotes in the
description (or another comment) so we can verify their content.
- [ ] Adding a language or a theme?
- [ ] If is a language, did you edit `_list.json`, `_groups.json` and
add `languages.json`?
  - [ ] If is a theme, did you add the theme.css?
- Also please add a screenshot of the theme, it would be extra awesome
if you do so!
- [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.
  • Loading branch information
ItsDrike authored Jan 6, 2025
1 parent 599488d commit d535b07
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/static/quotes/english.json
Original file line number Diff line number Diff line change
Expand Up @@ -38535,6 +38535,12 @@
"source": "Kingdom Hearts III",
"length": 307,
"id": 7623
},
{
"text": "If change is inevitable, predictable, beneficial; doesn't logic demand that you be a part of it?",
"source": "James T. Kirk, Star Trek",
"length": 96,
"id": 7624
}
]
}

0 comments on commit d535b07

Please sign in to comment.