Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只是在学习 Opa 语言并阅读他们的手册。在手册的第三部分,它向您展示了如何构建应用程序“你好,聊天”。
我已经复制并粘贴了 .css 和 .opa 文件,并且已经安装了 .exe 文件。当我运行它时,我收到以下错误:
[警告]: I18n ServerI18n.get_system_lang 无法获取系统语言
是什么赋予了?谢谢
这只是一个警告,因为服务器会尝试猜测您的服务器语言(用于i18n 模块.
您可以设置 LANG 或 LANGUAGE 环境变量来避免它。