diff --git a/build/contactJS.js b/build/contactJS.js
index 81b2d5c9fbec8abe9115a52075b67f59639f4020..718e0a73b32d67e03b17e98b1ef60ea6acfa3df6 100644
--- a/build/contactJS.js
+++ b/build/contactJS.js
@@ -15,6 +15,7 @@
 		    'interpreterDescription',
 		    'widgetDescription',	    
 		    'discoverer',
+		    'translation',
 		    'interpreter',
 		    'interpreterResult',
 		    'callback',   
@@ -40,6 +41,7 @@
 			    InterpreterDescription,
 			    WidgetDescription,	    
 			    Discoverer,
+			    Translation,
 			    Interpreter, 
 			    InterpreterResult,
 			    Callback,   
@@ -72,11 +74,12 @@
 	contactJS.InterpreterDescription = InterpreterDescription;
 	contactJS.WidgetDescription = WidgetDescription;
 	contactJS.Discoverer = Discoverer;
+	contactJS.Translation = Translation;
 	contactJS.Interpreter = Interpreter;
 	contactJS.InterpreterResult = InterpreterResult;
 	contactJS.Callback = Callback;
 	contactJS.CallbackList = CallbackList;
-	contactJS.Subscriber =Subscriber;
+	contactJS.Subscriber = Subscriber;
 	contactJS.SubscriberList = SubscriberList;
 	contactJS.Widget = Widget;
 	contactJS.AbstractList = AbstractList;