You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you think the translation is inaccurate or missing, you can participate in the translation:
Add language files under app/frontend/src/i18n
Add registered language files in app/frontend/src/i18n/init.js
In the languageMap of app/frontend/src/App.vue, add the languages supported by the vue naive ui framework. For the supported range, refer to: https://www.naiveui.com/en-US/os-theme/docs/i18n
Register the language in the languageOptions of app/frontend/src/components/Settings.vue to support drop-down selection
If you think the translation is inaccurate or missing, you can participate in the translation:
如果觉得翻译不准确或缺失,可以参与翻译:
1、在app/frontend/src/i18n下增加语言文件
2、在app/frontend/src/i18n/init.js中添加注册语言文件
3、在app/frontend/src/App.vue的languageMap中,将vue naive ui框架支持的语言添加进去,支持范围参考:https://www.naiveui.com/en-US/os-theme/docs/i18n
4、在app/frontend/src/components/Settings.vue的languageOptions中注册语言,使其支持下拉选择
The text was updated successfully, but these errors were encountered: