I’m just learning the Opa language and going through their Manual. In the third section of the Manual, it shows you how to build the app “Hello, chat”.
I have copied and pasted the .css and .opa files and have buit the .exe file. When I run it, I get the following error:
[warn]: I18n ServerI18n.get_system_lang can’t get system language
What gives?
Thanks
This is just a warning because the server tries to guess you server language (for use with the i18n module.
You can set LANG or LANGUAGE env variable to avoid it.