From 5bdcdfb3217cbfaad877127176f31912cc643374 Mon Sep 17 00:00:00 2001
From: "j.goderbauer" <j.goderbauer@adito.de>
Date: Tue, 27 Nov 2018 16:16:53 +0100
Subject: [PATCH] updated short guide

---
 others/guide/how to write JDito code.adoc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/others/guide/how to write JDito code.adoc b/others/guide/how to write JDito code.adoc
index 79d6a489bcc..74b1ee95079 100644
--- a/others/guide/how to write JDito code.adoc	
+++ b/others/guide/how to write JDito code.adoc	
@@ -3,6 +3,9 @@ How to write JDito code
 :toc2: left
 :numbered:
 
+== basics ==
+Keep everything english. Every title, caption, messages, comments, etc. should be english. Add german translation to the languages if necessary.
+
 == code structure ==
 === vars and others (var, let) ===
 * declaration of variables go on top (what actually happens in JS anyway by default -> hoisting)
-- 
GitLab