Skip to content
Snippets Groups Projects
Commit 0d208ede authored by Helena Jank's avatar Helena Jank
Browse files

+ added Translation module to contactJS

parent 74530279
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
'interpreterDescription', 'interpreterDescription',
'widgetDescription', 'widgetDescription',
'discoverer', 'discoverer',
'translation',
'interpreter', 'interpreter',
'interpreterResult', 'interpreterResult',
'callback', 'callback',
...@@ -40,6 +41,7 @@ ...@@ -40,6 +41,7 @@
InterpreterDescription, InterpreterDescription,
WidgetDescription, WidgetDescription,
Discoverer, Discoverer,
Translation,
Interpreter, Interpreter,
InterpreterResult, InterpreterResult,
Callback, Callback,
...@@ -72,11 +74,12 @@ ...@@ -72,11 +74,12 @@
contactJS.InterpreterDescription = InterpreterDescription; contactJS.InterpreterDescription = InterpreterDescription;
contactJS.WidgetDescription = WidgetDescription; contactJS.WidgetDescription = WidgetDescription;
contactJS.Discoverer = Discoverer; contactJS.Discoverer = Discoverer;
contactJS.Translation = Translation;
contactJS.Interpreter = Interpreter; contactJS.Interpreter = Interpreter;
contactJS.InterpreterResult = InterpreterResult; contactJS.InterpreterResult = InterpreterResult;
contactJS.Callback = Callback; contactJS.Callback = Callback;
contactJS.CallbackList = CallbackList; contactJS.CallbackList = CallbackList;
contactJS.Subscriber =Subscriber; contactJS.Subscriber = Subscriber;
contactJS.SubscriberList = SubscriberList; contactJS.SubscriberList = SubscriberList;
contactJS.Widget = Widget; contactJS.Widget = Widget;
contactJS.AbstractList = AbstractList; contactJS.AbstractList = AbstractList;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment