- 
                Notifications
    
You must be signed in to change notification settings  - Fork 59
 
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
 
如果觉得翻译不准确或缺失,可以参与翻译:
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中注册语言,使其支持下拉选择
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request