diff --git a/scripts/windows/coco-dev-setup/batch/localisation/en.coco b/scripts/windows/coco-dev-setup/batch/localisation/en.coco index 1cd237fb5..90be92c9f 100755 --- a/scripts/windows/coco-dev-setup/batch/localisation/en.coco +++ b/scripts/windows/coco-dev-setup/batch/localisation/en.coco @@ -47,4 +47,11 @@ [end] succesfull=The setup of the CodeCombat Dev. Environment was succesfull. thankyou=Thank you already for your contribution and see you soon. - readme=Do you want to read the README for more information? \ No newline at end of file + readme=Do you want to read the README for more information? +[start] + 1=From now on you can start the dev. environment at + 2=the touch of a single mouse click. + 3= 1) Just double click + 4=and let the environment start up. + 5= 2) Now just open 'localhost:3000' in your prefered browser. + 6=That's it, you're now ready to start working on CodeCombat! \ No newline at end of file diff --git a/scripts/windows/coco-dev-setup/batch/localisation/nl.coco b/scripts/windows/coco-dev-setup/batch/localisation/nl.coco index 5f646c6fb..da6fa2eb8 100755 --- a/scripts/windows/coco-dev-setup/batch/localisation/nl.coco +++ b/scripts/windows/coco-dev-setup/batch/localisation/nl.coco @@ -47,4 +47,11 @@ [end] succesfull=De installatie van de CodeCombat-Ontwikkelings omgeving was succesvol. thankyou=Alvast bedankt voor al je werk en tot binnenkort. - readme=Wil je de LEESMIJ lezen voor meer informatie? \ No newline at end of file + readme=Wil je de LEESMIJ lezen voor meer informatie? +[start] + 1=Vanaf nu kan je de ontwikkelings omgeving opstarten + 2=met het gemak van een enkele muisklik. + 3= 1) Dubbelklik op + 4=en laat de omgeving opstarten. + 5= 2) Nu kan je 'localhost:3000' openen in je browser naar voorkeur. + 6=Dat is het, je bent nu klaar om te starten met je werk aan CodeCombat. \ No newline at end of file diff --git a/scripts/windows/coco-dev-setup/batch/scripts/setup.bat b/scripts/windows/coco-dev-setup/batch/scripts/setup.bat index e1e3342c1..6852ed6b5 100755 --- a/scripts/windows/coco-dev-setup/batch/scripts/setup.bat +++ b/scripts/windows/coco-dev-setup/batch/scripts/setup.bat @@ -38,6 +38,23 @@ echo %end_thankyou% call print_dashed_seperator +call get_local_text start-1 +call get_local_text start-2 +call get_local_text start-3 +call get_local_text start-4 +call get_local_text start-5 +call get_local_text start-6 + +echo !start_1! +echo !start_2! +echo. +echo !start_3! '!repository_path!\coco\SCOCODE.bat' !start_4! +echo !start_5! +echo. +echo !start_6! + +call print_dashed_seperator + call get_local_text end-readme call ask_question "!end_readme!"