diff --git a/scripts/windows/coco-dev-setup/batch/localisation/fr.coco b/scripts/windows/coco-dev-setup/batch/localisation/fr.coco
new file mode 100755
index 000000000..1c92b433c
--- /dev/null
+++ b/scripts/windows/coco-dev-setup/batch/localisation/fr.coco
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<variables>
+	<global>
+		<native>français</native>
+		<intro>From now on we'll send our feedback in English!</intro>
+	</global>
+	<install>
+		<system>
+			<bit>-bit computer detected.</bit>
+			<prefix>The operating system</prefix>
+			<sufix>was detected.</sufix>
+			<xp>We don't support Windows XP, installation cancelled.</xp>
+		</system>
+		<process>
+			<sks>Have you already installed all the software needed for CodeCombat?</sks>
+			<skq>We recommand that you reply negative in case you're not sure.</skq>
+			<skc>Skipping the installation of the software...</skc>
+			<s1>CodeCombat couldn't be developed without third-party software.</s1>
+			<s2>That's why you'll need to install this software,</s2>
+			<s3>in order to start contributing to our community.</s3>
+			<s4>Cancel the installation if you already have the application.</s4>
+			<winpath>Make sure to select the option that adds the application to your Windows Path, if the option is available.</winpath>
+			<prefix>Do you already have the latest version of</prefix>
+			<sufix>installed?</sufix>
+			<downloading>is downloading...</downloading>
+			<installing>is installing...</installing>
+			<unzipping>is unzipping...</unzipping>
+			<cleaning>is cleaning...</cleaning>
+			<mongodbpath>Please define the full path where mongodb should be installed</mongodbpath>
+		</process>
+	</install>
+	<github>
+		<intro>
+			<opensource>CodeCombat is opensource, like you already know.</opensource>
+			<online>All our sourcecode can be found online at Github.</online>
+			<manual>You can choose to do the entire Git setup yourself.</manual>
+			<norec>However we recommend that you instead let us handle it instead.</norec>
+		</intro>
+		<skip>
+			<question>Do you want to do the Local Git setup manually yourself?</question>
+			<consequence>Make sure you have correctly setup your repository before processing.</consequence>
+			<donotclose>Do not close this window please.</donotclose>
+			<wait>When you're ready, press any key to continue...</wait>
+		</skip>
+		<process>
+			<path>Please give the full path of your CodeCombat git repository: </path>
+			<checkout>Please enter the full path where you want to install your CodeCombat environment</checkout>
+			<bashi>This installation requires Git Bash.</bashi>
+			<bashp64>Git bash is by default installed at 'C:\Program Files (x86)\Git'.</bashp64>
+			<bashp32>Git bash is by default installed at 'C:\Program Files\Git'.</bashp32>
+			<bashq>Please enter the full path where git bash is installed or just press enter if it's in the default location</bashq>
+			<ssh>Do you want to checkout the repository via ssh?</ssh>
+		</process>
+	</github>
+	<npm>
+		<install>Installing bower, brunch, nodemon and sendwithus...</install>
+		<binstall>Installing bower packages...</binstall>
+		<sass>Installing sass...</sass>
+		<npm>Installing npm...</npm>
+		<brnch>Starting brunch....</brnch>
+		<mongodb>Setting up a MongoDB database for you...</mongodb>
+		<db>Downloading the last version of the CodeCombat database...</db>
+		<script>Preparing the automatic startup script for you...</script>
+	</npm>
+	<error>
+		<path>That path already exists, are you sure you want to overwrite it?</path>
+		<exist>That path doesn't exist. Please try again...</exist>
+	</error>
+	<end>
+		<succesfull>The setup of the CodeCombat Dev. Environment was succesfull.</succesfull>
+		<thankyou>Thank you already for your contribution and see you soon.</thankyou>
+		<readme>Do you want to read the README for more information?</readme>
+	</end>
+	<start>
+		<s1>From now on you can start the dev. environment at</s1>
+		<s2>the touch of a single mouse click.</s2>
+		<s3>  1) Just double click</s3>
+		<s4>     and let the environment start up.</s4>
+		<s5>  2) Now just open 'localhost:3000' in your prefered browser.</s5>
+		<s6>That's it, you're now ready to start working on CodeCombat!</s6>
+	</start>
+</variables>
\ No newline at end of file
diff --git a/scripts/windows/coco-dev-setup/batch/localisation/languages.coco b/scripts/windows/coco-dev-setup/batch/localisation/languages.coco
index da3331dfe..a267d65d0 100755
--- a/scripts/windows/coco-dev-setup/batch/localisation/languages.coco
+++ b/scripts/windows/coco-dev-setup/batch/localisation/languages.coco
@@ -1,3 +1,7 @@
 en
 nl
-de
\ No newline at end of file
+de
+fr
+zh
+zh-HANT
+zh-HANS
\ No newline at end of file
diff --git a/scripts/windows/coco-dev-setup/batch/localisation/zh-HANS.coco b/scripts/windows/coco-dev-setup/batch/localisation/zh-HANS.coco
new file mode 100755
index 000000000..2eca2705c
--- /dev/null
+++ b/scripts/windows/coco-dev-setup/batch/localisation/zh-HANS.coco
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<variables>
+	<global>
+		<native>简体中文</native>
+		<intro>From now on we'll send our feedback in English!</intro>
+	</global>
+	<install>
+		<system>
+			<bit>-bit computer detected.</bit>
+			<prefix>The operating system</prefix>
+			<sufix>was detected.</sufix>
+			<xp>We don't support Windows XP, installation cancelled.</xp>
+		</system>
+		<process>
+			<sks>Have you already installed all the software needed for CodeCombat?</sks>
+			<skq>We recommand that you reply negative in case you're not sure.</skq>
+			<skc>Skipping the installation of the software...</skc>
+			<s1>CodeCombat couldn't be developed without third-party software.</s1>
+			<s2>That's why you'll need to install this software,</s2>
+			<s3>in order to start contributing to our community.</s3>
+			<s4>Cancel the installation if you already have the application.</s4>
+			<winpath>Make sure to select the option that adds the application to your Windows Path, if the option is available.</winpath>
+			<prefix>Do you already have the latest version of</prefix>
+			<sufix>installed?</sufix>
+			<downloading>is downloading...</downloading>
+			<installing>is installing...</installing>
+			<unzipping>is unzipping...</unzipping>
+			<cleaning>is cleaning...</cleaning>
+			<mongodbpath>Please define the full path where mongodb should be installed</mongodbpath>
+		</process>
+	</install>
+	<github>
+		<intro>
+			<opensource>CodeCombat is opensource, like you already know.</opensource>
+			<online>All our sourcecode can be found online at Github.</online>
+			<manual>You can choose to do the entire Git setup yourself.</manual>
+			<norec>However we recommend that you instead let us handle it instead.</norec>
+		</intro>
+		<skip>
+			<question>Do you want to do the Local Git setup manually yourself?</question>
+			<consequence>Make sure you have correctly setup your repository before processing.</consequence>
+			<donotclose>Do not close this window please.</donotclose>
+			<wait>When you're ready, press any key to continue...</wait>
+		</skip>
+		<process>
+			<path>Please give the full path of your CodeCombat git repository: </path>
+			<checkout>Please enter the full path where you want to install your CodeCombat environment</checkout>
+			<bashi>This installation requires Git Bash.</bashi>
+			<bashp64>Git bash is by default installed at 'C:\Program Files (x86)\Git'.</bashp64>
+			<bashp32>Git bash is by default installed at 'C:\Program Files\Git'.</bashp32>
+			<bashq>Please enter the full path where git bash is installed or just press enter if it's in the default location</bashq>
+			<ssh>Do you want to checkout the repository via ssh?</ssh>
+		</process>
+	</github>
+	<npm>
+		<install>Installing bower, brunch, nodemon and sendwithus...</install>
+		<binstall>Installing bower packages...</binstall>
+		<sass>Installing sass...</sass>
+		<npm>Installing npm...</npm>
+		<brnch>Starting brunch....</brnch>
+		<mongodb>Setting up a MongoDB database for you...</mongodb>
+		<db>Downloading the last version of the CodeCombat database...</db>
+		<script>Preparing the automatic startup script for you...</script>
+	</npm>
+	<error>
+		<path>That path already exists, are you sure you want to overwrite it?</path>
+		<exist>That path doesn't exist. Please try again...</exist>
+	</error>
+	<end>
+		<succesfull>The setup of the CodeCombat Dev. Environment was succesfull.</succesfull>
+		<thankyou>Thank you already for your contribution and see you soon.</thankyou>
+		<readme>Do you want to read the README for more information?</readme>
+	</end>
+	<start>
+		<s1>From now on you can start the dev. environment at</s1>
+		<s2>the touch of a single mouse click.</s2>
+		<s3>  1) Just double click</s3>
+		<s4>     and let the environment start up.</s4>
+		<s5>  2) Now just open 'localhost:3000' in your prefered browser.</s5>
+		<s6>That's it, you're now ready to start working on CodeCombat!</s6>
+	</start>
+</variables>
\ No newline at end of file
diff --git a/scripts/windows/coco-dev-setup/batch/localisation/zh-HANT.coco b/scripts/windows/coco-dev-setup/batch/localisation/zh-HANT.coco
new file mode 100755
index 000000000..93bcefd87
--- /dev/null
+++ b/scripts/windows/coco-dev-setup/batch/localisation/zh-HANT.coco
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<variables>
+	<global>
+		<native>繁体中文</native>
+		<intro>From now on we'll send our feedback in English!</intro>
+	</global>
+	<install>
+		<system>
+			<bit>-bit computer detected.</bit>
+			<prefix>The operating system</prefix>
+			<sufix>was detected.</sufix>
+			<xp>We don't support Windows XP, installation cancelled.</xp>
+		</system>
+		<process>
+			<sks>Have you already installed all the software needed for CodeCombat?</sks>
+			<skq>We recommand that you reply negative in case you're not sure.</skq>
+			<skc>Skipping the installation of the software...</skc>
+			<s1>CodeCombat couldn't be developed without third-party software.</s1>
+			<s2>That's why you'll need to install this software,</s2>
+			<s3>in order to start contributing to our community.</s3>
+			<s4>Cancel the installation if you already have the application.</s4>
+			<winpath>Make sure to select the option that adds the application to your Windows Path, if the option is available.</winpath>
+			<prefix>Do you already have the latest version of</prefix>
+			<sufix>installed?</sufix>
+			<downloading>is downloading...</downloading>
+			<installing>is installing...</installing>
+			<unzipping>is unzipping...</unzipping>
+			<cleaning>is cleaning...</cleaning>
+			<mongodbpath>Please define the full path where mongodb should be installed</mongodbpath>
+		</process>
+	</install>
+	<github>
+		<intro>
+			<opensource>CodeCombat is opensource, like you already know.</opensource>
+			<online>All our sourcecode can be found online at Github.</online>
+			<manual>You can choose to do the entire Git setup yourself.</manual>
+			<norec>However we recommend that you instead let us handle it instead.</norec>
+		</intro>
+		<skip>
+			<question>Do you want to do the Local Git setup manually yourself?</question>
+			<consequence>Make sure you have correctly setup your repository before processing.</consequence>
+			<donotclose>Do not close this window please.</donotclose>
+			<wait>When you're ready, press any key to continue...</wait>
+		</skip>
+		<process>
+			<path>Please give the full path of your CodeCombat git repository: </path>
+			<checkout>Please enter the full path where you want to install your CodeCombat environment</checkout>
+			<bashi>This installation requires Git Bash.</bashi>
+			<bashp64>Git bash is by default installed at 'C:\Program Files (x86)\Git'.</bashp64>
+			<bashp32>Git bash is by default installed at 'C:\Program Files\Git'.</bashp32>
+			<bashq>Please enter the full path where git bash is installed or just press enter if it's in the default location</bashq>
+			<ssh>Do you want to checkout the repository via ssh?</ssh>
+		</process>
+	</github>
+	<npm>
+		<install>Installing bower, brunch, nodemon and sendwithus...</install>
+		<binstall>Installing bower packages...</binstall>
+		<sass>Installing sass...</sass>
+		<npm>Installing npm...</npm>
+		<brnch>Starting brunch....</brnch>
+		<mongodb>Setting up a MongoDB database for you...</mongodb>
+		<db>Downloading the last version of the CodeCombat database...</db>
+		<script>Preparing the automatic startup script for you...</script>
+	</npm>
+	<error>
+		<path>That path already exists, are you sure you want to overwrite it?</path>
+		<exist>That path doesn't exist. Please try again...</exist>
+	</error>
+	<end>
+		<succesfull>The setup of the CodeCombat Dev. Environment was succesfull.</succesfull>
+		<thankyou>Thank you already for your contribution and see you soon.</thankyou>
+		<readme>Do you want to read the README for more information?</readme>
+	</end>
+	<start>
+		<s1>From now on you can start the dev. environment at</s1>
+		<s2>the touch of a single mouse click.</s2>
+		<s3>  1) Just double click</s3>
+		<s4>     and let the environment start up.</s4>
+		<s5>  2) Now just open 'localhost:3000' in your prefered browser.</s5>
+		<s6>That's it, you're now ready to start working on CodeCombat!</s6>
+	</start>
+</variables>
\ No newline at end of file
diff --git a/scripts/windows/coco-dev-setup/batch/localisation/zh.coco b/scripts/windows/coco-dev-setup/batch/localisation/zh.coco
new file mode 100755
index 000000000..b84d84146
--- /dev/null
+++ b/scripts/windows/coco-dev-setup/batch/localisation/zh.coco
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<variables>
+	<global>
+		<native>中文</native>
+		<intro>From now on we'll send our feedback in English!</intro>
+	</global>
+	<install>
+		<system>
+			<bit>-bit computer detected.</bit>
+			<prefix>The operating system</prefix>
+			<sufix>was detected.</sufix>
+			<xp>We don't support Windows XP, installation cancelled.</xp>
+		</system>
+		<process>
+			<sks>Have you already installed all the software needed for CodeCombat?</sks>
+			<skq>We recommand that you reply negative in case you're not sure.</skq>
+			<skc>Skipping the installation of the software...</skc>
+			<s1>CodeCombat couldn't be developed without third-party software.</s1>
+			<s2>That's why you'll need to install this software,</s2>
+			<s3>in order to start contributing to our community.</s3>
+			<s4>Cancel the installation if you already have the application.</s4>
+			<winpath>Make sure to select the option that adds the application to your Windows Path, if the option is available.</winpath>
+			<prefix>Do you already have the latest version of</prefix>
+			<sufix>installed?</sufix>
+			<downloading>is downloading...</downloading>
+			<installing>is installing...</installing>
+			<unzipping>is unzipping...</unzipping>
+			<cleaning>is cleaning...</cleaning>
+			<mongodbpath>Please define the full path where mongodb should be installed</mongodbpath>
+		</process>
+	</install>
+	<github>
+		<intro>
+			<opensource>CodeCombat is opensource, like you already know.</opensource>
+			<online>All our sourcecode can be found online at Github.</online>
+			<manual>You can choose to do the entire Git setup yourself.</manual>
+			<norec>However we recommend that you instead let us handle it instead.</norec>
+		</intro>
+		<skip>
+			<question>Do you want to do the Local Git setup manually yourself?</question>
+			<consequence>Make sure you have correctly setup your repository before processing.</consequence>
+			<donotclose>Do not close this window please.</donotclose>
+			<wait>When you're ready, press any key to continue...</wait>
+		</skip>
+		<process>
+			<path>Please give the full path of your CodeCombat git repository: </path>
+			<checkout>Please enter the full path where you want to install your CodeCombat environment</checkout>
+			<bashi>This installation requires Git Bash.</bashi>
+			<bashp64>Git bash is by default installed at 'C:\Program Files (x86)\Git'.</bashp64>
+			<bashp32>Git bash is by default installed at 'C:\Program Files\Git'.</bashp32>
+			<bashq>Please enter the full path where git bash is installed or just press enter if it's in the default location</bashq>
+			<ssh>Do you want to checkout the repository via ssh?</ssh>
+		</process>
+	</github>
+	<npm>
+		<install>Installing bower, brunch, nodemon and sendwithus...</install>
+		<binstall>Installing bower packages...</binstall>
+		<sass>Installing sass...</sass>
+		<npm>Installing npm...</npm>
+		<brnch>Starting brunch....</brnch>
+		<mongodb>Setting up a MongoDB database for you...</mongodb>
+		<db>Downloading the last version of the CodeCombat database...</db>
+		<script>Preparing the automatic startup script for you...</script>
+	</npm>
+	<error>
+		<path>That path already exists, are you sure you want to overwrite it?</path>
+		<exist>That path doesn't exist. Please try again...</exist>
+	</error>
+	<end>
+		<succesfull>The setup of the CodeCombat Dev. Environment was succesfull.</succesfull>
+		<thankyou>Thank you already for your contribution and see you soon.</thankyou>
+		<readme>Do you want to read the README for more information?</readme>
+	</end>
+	<start>
+		<s1>From now on you can start the dev. environment at</s1>
+		<s2>the touch of a single mouse click.</s2>
+		<s3>  1) Just double click</s3>
+		<s4>     and let the environment start up.</s4>
+		<s5>  2) Now just open 'localhost:3000' in your prefered browser.</s5>
+		<s6>That's it, you're now ready to start working on CodeCombat!</s6>
+	</start>
+</variables>
\ No newline at end of file