https://github.com/kira-96/Inno-Setup-Chinese-Simplified-Translation
:earth_asia: Inno Setup Chinese Simplified Translation
https://github.com/kira-96/Inno-Setup-Chinese-Simplified-Translation
chinese-simplified chinese-translation inno-setup translation
Last synced: 6 months ago
JSON representation
:earth_asia: Inno Setup Chinese Simplified Translation
- Host: GitHub
- URL: https://github.com/kira-96/Inno-Setup-Chinese-Simplified-Translation
- Owner: kira-96
- License: mit
- Created: 2019-04-03T09:49:12.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-02-13T05:57:46.000Z (8 months ago)
- Last Synced: 2025-02-13T06:34:34.701Z (8 months ago)
- Topics: chinese-simplified, chinese-translation, inno-setup, translation
- Language: Inno Setup
- Homepage: https://kira-96.github.io/Inno-Setup-Chinese-Simplified-Translation
- Size: 71.3 KB
- Stars: 214
- Watchers: 5
- Forks: 44
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Inno Setup Chinese Simplified Translation #
Inno Setup 简体中文翻译[](https://github.com/kira-96/Inno-Setup-Chinese-Simplified-Translation/issues)
[](https://github.com/kira-96/Inno-Setup-Chinese-Simplified-Translation/network)
[](https://github.com/kira-96/Inno-Setup-Chinese-Simplified-Translation/stargazers)
[](https://github.com/kira-96/Inno-Setup-Chinese-Simplified-Translation)## 食用方法 ##
- **Step 1**
将**ChineseSimplified.isl**放到**Inno Setup安装目录**下的"Languages"文件夹里面
- **Step 2**
如果你是通过新建脚本的方式创建脚本,在**Languages**选项勾选**Chinese Simplified**即可:

如果你需要在现有脚本中添加简体中文支持
直接在你的脚本的`[Languages]`部分添加下面一行即可``` yaml
Name: "chinesesimplified"; MessagesFile: "compiler:Languages\ChineseSimplified.isl"
```示例:
``` yaml
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
Name: "chinesesimplified"; MessagesFile: "compiler:Languages\ChineseSimplified.isl"
```**注意:此翻译版本支持 Inno Setup 6.1.0+ 的软件,Inno Setup 5 的翻译文件在[这里](https://github.com/kira-96/Inno-Setup-Chinese-Simplified-Translation/tree/5.5.3+)**
查看6.1.0+和6.0.0+的[区别](https://github.com/jrsoftware/issrc/commit/9e03ea4de5b8639937d2c4024ec8582a7e63b048)
查看6.0.3+和6.0.0+的[区别](https://github.com/jrsoftware/issrc/commit/dfdf02aef168be458b64e77afb20ae53a5b4f2ec)
### 链接 ###
- [Inno Setup](https://jrsoftware.org/isinfo.php)
- [issrc](https://github.com/jrsoftware/issrc)