Skip to content

Commit 91e106a

Browse files
committed
添加国际化功能支持中英文切换
- 新增 i18n.py 国际化模块 - 添加前端国际化处理 (i18n.js) - 更新所有模板文件支持多语言 - 添加中英文翻译文件 - 增加中文版 README - 更新各页面的多语言支持
1 parent 8c4c165 commit 91e106a

File tree

12 files changed

+2067
-223
lines changed

12 files changed

+2067
-223
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# TTSFM - Text-to-Speech API Client
22

3+
> **Language / 语言**: [English](README.md) | [中文](README.zh.md)
4+
35
[![Docker Pulls](https://img.shields.io/docker/pulls/dbcccc/ttsfm?style=flat-square&logo=docker)](https://hub.docker.com/r/dbcccc/ttsfm)
46
[![GitHub Stars](https://img.shields.io/github/stars/dbccccccc/ttsfm?style=social)](https://github.com/dbccccccc/ttsfm)
57
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)](https://opensource.org/licenses/MIT)
@@ -780,6 +782,13 @@ MIT License - see [LICENSE](LICENSE) file for details.
780782
[![PyPI](https://img.shields.io/badge/PyPI-ttsfm-blue?style=flat-square&logo=pypi)](https://pypi.org/project/ttsfm/)
781783
[![Docker](https://img.shields.io/badge/Docker-dbcccc/ttsfm-blue?style=flat-square&logo=docker)](https://hub.docker.com/r/dbcccc/ttsfm)
782784

785+
---
786+
787+
## 📖 Documentation
788+
789+
- 🇺🇸 **English**: [README.md](README.md)
790+
- 🇨🇳 **中文**: [README.zh.md](README.zh.md)
791+
783792
Made with ❤️ by [@dbcccc](https://github.com/dbccccccc)
784793

785794
</div>

0 commit comments

Comments
 (0)