diff options
author | Kevin Petit <[email protected]> | 2024-12-22 12:07:57 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-12-22 12:07:57 +0100 |
commit | 4baae8fe37ae1b4938d7f59d0ab2ec6b35427fbc (patch) | |
tree | 4473f034a3bf42af4783eb7021c79446dba97d8c /frontend/static | |
parent | 7d53e9eba3ab63c85ce1b9665a0505fb2f18a229 (diff) | |
download | monkeytype-4baae8fe37ae1b4938d7f59d0ab2ec6b35427fbc.tar.gz monkeytype-4baae8fe37ae1b4938d7f59d0ab2ec6b35427fbc.zip |
impr(quotes): added dutch quotes (@petieken) (#6114)
### Description
Added Dutch quotes.
Dutch quotes translation:
- "Give all your money to the poor people... If they do the same maybe
you'll get it back tomorrow."
- "Remove the word 'me' from the language use and the whole humanity is
perplexed and has panic sweat on their forehead."
- "A James Bond novel is stupid but exciting, while a masterpiece of
Flemish literature is equally stupid but boring as well."
- "I am absolutely against the purity of the language. If it brings
something essential, you should cultivate Anglicisms, Germanisms and
Gallicisms immediately. I do not believe in the thinned-out, which is
presented as the only Dutch, I am irritated by the Dutch domination."
### 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.
- [x] Adding a language or a theme?
- [x] If is a language, did you edit `_list.json`, `_groups.json` and
add `languages.json`?
- [x] 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.
<!-- label(optional scope): pull request title (@your_github_username)
-->
<!-- I know I know they seem boring but please do them, they help us and
you will find out it also helps you.-->
Closes #
<!-- the issue(s) your PR resolves if any (delete if that is not the
case) -->
<!-- please also reference any issues and or PRs related to your pull
request -->
<!-- Also remove it if you are not following any issues. -->
<!-- pro tip: you can mention an issue, PR, or discussion on GitHub by
referencing its hash number e.g:
[#1234](https://github.com/monkeytypegame/monkeytype/pull/1234) -->
<!-- pro tip: you can press . (dot or period) in the code tab of any
GitHub repo to get access to GitHub's VS Code web editor Enjoy! :) -->
Diffstat (limited to 'frontend/static')
-rw-r--r-- | frontend/static/quotes/dutch.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/frontend/static/quotes/dutch.json b/frontend/static/quotes/dutch.json index bc716cd88..fad54d712 100644 --- a/frontend/static/quotes/dutch.json +++ b/frontend/static/quotes/dutch.json @@ -396,6 +396,30 @@ "source": "Etty Hillesum", "length": 95, "id": 65 + }, + { + "text": "Geef al uw geld aan de arme mensen... als zij hetzelfde doen heb je het morgen misschien al terug.", + "source": "Herman Brusselmans", + "length": 98, + "id": 66 + }, + { + "text": "Schrap het woord 'ik' uit het taalgebruik en de hele mensheid staat met de mond vol tanden en het paniekzweet op het voorhoofd.", + "source": "Herman Brusselmans", + "length": 127, + "id": 67 + }, + { + "text": "Een James Bond-boek is stom maar opwindend, terwijl een meesterwerk van de Vlaamse literatuur even stom maar daarbij ook nog vervelend is.", + "source": "Louis Paul Boon", + "length": 138, + "id": 68 + }, + { + "text": "Ik ben absoluut tegen de puurheid van de taal. Als het iets wezenlijks meebrengt, moet je anglicismen, germanismen en gallicismen meteen cultiveren. Ik geloof niet in het uitgedunde, dat men voorhoudt als het enige Nederlands, ik irriteer me aan de Nederlandse overheersing.", + "source": "Hugo Claus", + "length": 274, + "id": 69 } ] } |