Skip to content

Commit

Permalink
fix: update README i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
agalwood committed Feb 16, 2019
1 parent 5bd9875 commit 31203e7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
13 changes: 12 additions & 1 deletion README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Motirx 是一款全能的下载工具,支持下载 HTTP、FTP、BT、磁力链
- 🔔 下载完成后通知
- 💻 支持触控栏快捷健 (Mac 专享)
- 🗑 移除任务时可同时删除相关文件
- 🌍 国际化(可选择简体中文或英文界面)
- 🌍 国际化[查看已可选的语言](#-国际化)
- 🎏 ...

## 🖥 应用界面
Expand Down Expand Up @@ -78,5 +78,16 @@ npm run build
## 🤝 参与共建 [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
如果你有兴趣参与共同开发,欢迎 FORK 和 PR。

## 🌍国际化
欢迎大家将 Motrix 翻译成更多的语言版本 🧐
locale 的值请参考 Electron 的文档:
https://electronjs.org/docs/api/locales

| Key | Name | Status |
|-------|:-------------------|:-------------|
| zh-CN | 🇨🇳 简体中文 | ✔️ |
| en-US | 🇺🇸 English (US) | ✔️ |
| tr | 🇹🇷 Türkçe | 🏗 @abdullah |

## 📜 开源许可
基于 [MIT license](https://opensource.org/licenses/MIT) 许可进行开源。
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Download from [GitHub Releases](https://github.com/agalwood/Motrix/releases) and
- 🔔 Download completed Notification
- 💻 Ready for Touch Bar (Mac only)
- 🗑 Delete related files when removing tasks (optional)
- 🌍 I18n, currently available Simplified Chinese & English.
- 🌍 I18n, [View supported languages](#-internationalization).
- 🎏 ...

## 🖥 User Interface
Expand Down Expand Up @@ -68,7 +68,18 @@ After build finish, you can see the compiled packaged application file in the `r
Development Roadmap see: [Trello](https://trello.com/b/qNUzA0bv/motrix)

## 🤝 Contribute [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
If you are interested in participating in joint development, Fork and PR are welcome.
If you are interested in participating in joint development, Welcome Fork and PR !

## 🌍Internationalization
Welcome to translate to more versions in other languages 🧐
The key of locale please refer to the Electron documentation:
https://electronjs.org/docs/api/locales

| Key | Name | Status |
|-------|:-------------------|:-------------|
| zh-CN | 🇨🇳 简体中文 | ✔️ |
| en-US | 🇺🇸 English (US) | ✔️ |
| tr | 🇹🇷 Türkçe | 🏗 @abdullah |

## 📜 License
[MIT](https://opensource.org/licenses/MIT) Copyright (c) 2018-present Dr_rOot

0 comments on commit 31203e7

Please sign in to comment.