# Inno-Setup-Chinese-Simplified-Translation **Repository Path**: dd_z/Inno-Setup-Chinese-Simplified-Translation ## Basic Information - **Project Name**: Inno-Setup-Chinese-Simplified-Translation - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-07 - **Last Updated**: 2024-11-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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)