From 9962d3ed84cabf251e8c3030068390b3ca4dd33e Mon Sep 17 00:00:00 2001 From: om Date: Tue, 7 Mar 2023 17:05:21 +0100 Subject: [PATCH] Add danish+swedish version of Ylva's dialog Because interscandinavian conversations are cool --- img/chatapp.svg | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/img/chatapp.svg b/img/chatapp.svg index c9767e1..604812f 100644 --- a/img/chatapp.svg +++ b/img/chatapp.svg @@ -1164,15 +1164,29 @@ async function dialog_nerd_en() { await d.end('The nerd is rebooting'); } +async function dialog_ylva_dase() { + let d = new Dialog(); + current_dialog = d; + await d.me('Hej, jeg har hørt at du er ansvarlig for chatcontrol lovforslaget'); + await d.you('Det handlar inte om "chatcontrol", det handlar om att skapa regler för att förhindra och motverka sexuella övergrepp mot barn'); + await d.me('ok'); + await d.me('Men hvorfor synes du at det er en god idé?'); + await d.you('Jag har redan förklarat allt det där vid prisutdelningen på Big Brother Awards 2022.', true); + await d.you('Du hittar en videoinspelning av ceremonin här:'); + await d.you('https://chatcontrol.dk/en/bigbrother.html'); + await d.me('Mange tak!'); + await d.end('Ylva har travlt med at lave love'); +} + async function dialog_ylva_en() { let d = new Dialog(); current_dialog = d; await d.me('Hi, I heard that you are responsible for the chatcontrol proposal'); - await d.you('It is not called chatcontrol. It is called "Laying down rules to prevent and combat child sexual abuse"'); + await d.you('This is not about chatcontrol. It is about creating rules to prevent and fight sexual violence against children'); await d.me('Alright'); await d.me('But why do you think it is a good idea?'); - await d.you('I explained all of that at the big brother award ceremenoy.', true); + await d.you('I explained all of that when I received the big brother award in 2022.', true); await d.you('You can find the video recording here:'); await d.you('https://chatcontrol.dk/en/bigbrother.html'); await d.me('Thank you!'); @@ -1180,6 +1194,7 @@ async function dialog_ylva_en() { } + const contact_list = { "da": [ {name: "Ven", @@ -1201,7 +1216,7 @@ const contact_list = { {name: "Nørd", dialog: dialog_nerd_da}, {name: "Ylva Johansson", - dialog: dialog_ylva_en} // TODO danish version + dialog: dialog_ylva_dase} ], "en": [ {name: "Friend",