forked from om/chatcontrol_dk
Add danish+swedish version of Ylva's dialog
Because interscandinavian conversations are cool
This commit is contained in:
parent
e429ef763a
commit
9962d3ed84
|
@ -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",
|
||||
|
|
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 55 KiB |
Loading…
Reference in a new issue