How to refer to locale and user in webix-adminapp-demo's index.html

Hi,

app.js in https://github.com/webix-hub/webix-adminapp-demo/blob/master/app.js includes and “uses” modules like locale.

However, in add an alert(locale.somefunction) in index.html, it is always undefined or an undefined reference. What should I do?

Eventually, I would like to include a user module in the same way as locale now, and call getCurrentUser in index.html

I’m I on the right track?

Thanks,
Kate