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.
我正在尝试使用 i18n 制作多语言网站,但是,在将最终版本编译到服务器时,它返回以下错误。
你能帮助我吗?
我的代码
问题是您查询的端点不返回.json文件,而是返回 html 错误页面(403 - 禁止)。确保将包含翻译的 json 文件放在
.json
http://alertweb.com.br/develop/alertweb/assets/i18n/以便您可以正确查询它们。
http://alertweb.com.br/develop/alertweb/assets/i18n/
您只是将翻译文件移动到错误的文件夹中。