Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
Borber committed Nov 20, 2023
1 parent 8eb1101 commit 95a481f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
> `To` 为第二语言, 第一语言将翻译为第二语言
**Q: 为什么要分别构建, 而不是一个程序支持所有语言呢?**

因为每多一种语言类型, 构建的包就会增大, 若支持大多数语言,程序将增大到数十 m,而这对于仅需要两种语言(~~就是我~~)的人不太友好, 并且也会导致识别语言类型时花费更多的时间. 所以`tran`将分别构建

**如果你有其他语言的需要, 请提 `issue` 我将添加构建**
Expand Down

0 comments on commit 95a481f

Please sign in to comment.