lianginx / chatgpt-nuxt

基于 Nuxt.js 框架的 ChatGPT 类项目,支持 OpenAI 和 Azure 两种 API 切换,支持黑暗模式、中英日多语言切换。
https://ai.in-x.cc/
MIT License
211 stars 68 forks source link

Multi-language support (zh/en/ja) with nuxt-i18n #13

Closed itTkm closed 1 year ago

itTkm commented 1 year ago

@lianginx Thank you for your great project.

I have implemented multi-language support by introducing nuxt-i18n. Please check it out.

lianginx commented 1 year ago

Wow! Thank you very much for your code. I will merge it after the test!

Thank you again for your contribution. You have helped me achieve the small goal of "changing the world"!

lianginx commented 1 year ago

I found an issue, after running yarn build, node .output/server/index.mjs will throw an error.

image