Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

:earth_asia: Inno Setup Chinese Simplified Translation

Awesome Lists containing this project

README

        

# Inno Setup Chinese Simplified Translation #
Inno Setup 简体中文翻译

[![GitHub issues](https://img.shields.io/github/issues/kira-96/Inno-Setup-Chinese-Simplified-Translation)](https://github.com/kira-96/Inno-Setup-Chinese-Simplified-Translation/issues)
[![GitHub forks](https://img.shields.io/github/forks/kira-96/Inno-Setup-Chinese-Simplified-Translation)](https://github.com/kira-96/Inno-Setup-Chinese-Simplified-Translation/network)
[![GitHub stars](https://img.shields.io/github/stars/kira-96/Inno-Setup-Chinese-Simplified-Translation)](https://github.com/kira-96/Inno-Setup-Chinese-Simplified-Translation/stargazers)
[![GitHub license](https://img.shields.io/github/license/kira-96/Inno-Setup-Chinese-Simplified-Translation)](https://github.com/kira-96/Inno-Setup-Chinese-Simplified-Translation)

## 食用方法 ##

- **Step 1**

将**ChineseSimplified.isl**放到**Inno Setup安装目录**下的"Languages"文件夹里面

- **Step 2**

如果你是通过新建脚本的方式创建脚本,在**Languages**选项勾选**Chinese Simplified**即可:

![wizard](Wizard.png)

如果你需要在现有脚本中添加简体中文支持
直接在你的脚本的`[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)