From 4baae8fe37ae1b4938d7f59d0ab2ec6b35427fbc Mon Sep 17 00:00:00 2001 From: Kevin Petit <46157744+petieken@users.noreply.github.com> Date: Sun, 22 Dec 2024 12:07:57 +0100 Subject: 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. Closes # --- frontend/static/quotes/dutch.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'frontend/static') 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 } ] } -- cgit v1.2.3