LokerL / tts-vue

🎤 微软语音合成工具,使用 Electron + Vue + ElementPlus + Vite 构建。
https://tts-doc.loker.vip/home.html
MIT License
5.75k stars 830 forks source link

Add i18n traductor, english, spanish, chinese, .... #161

Closed dorlanpabon closed 10 months ago

dorlanpabon commented 10 months ago

Description

This pull request introduces significant changes on two main fronts: a bug fix and improved internationalization. First, we address a critical bug where the use of special characters (carets) caused a loss of vital functionality in the application. Removing these characters ensures greater stability and performance of the software.

Secondly, support for internationalization (i18n) has been added, thus expanding the accessibility of the software to a more diverse audience. This update includes the translation of the interface and documentation into three additional languages: English, Spanish and Chinese. This step is essential to achieve greater inclusivity and facilitate usability for non-native English users.

What is the purpose of this pull request?

ChatGPT integration is being considered for automatic text generation, which could further revolutionize interaction and accessibility within the application. This functionality would allow the generation of automatic responses and dynamic content in multiple languages, thus improving interactivity and user experience.