-
Notifications
You must be signed in to change notification settings - Fork 169
Closed
Description
Hi!
I have successfully created the messages.js file.
Now I want to use it. However, "Lang" is not recognized.
E.g., if I take from the documentation the following (not even using messages.js):
var lang = new Lang({
messages: {
'en.greetings': {
'hi': 'Hi'
},
}
});
lang.get('greetings.hi');
// > "Hi".. I cannot get any output. Actually the script stops there. I guess, I have make an import or something similar.
Thanks for any help!
Metadata
Metadata
Assignees
Labels
No labels