File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Until now, wnr has get these languages:
20202 . Change these sections:
2121 - The ` languageList[] ` array and ` LanguageNameList[] ` array in ` supporter.js ` .
2222 - The ` languageCodeList[] ` array in ` main.js ` .
23- - The ` nsis.installerLanguages[] ` array in ` res/builder/nsis.js ` and ` nsis-ia32.js ` .
23+ - The ` nsis.installerLanguages[] ` array in ` res/builder/nsis.js ` .
2424
25253 . Now, start to translate wnr to your language! After finished, please do not forget to make a pull request. I appreciate it.
2626
@@ -52,7 +52,7 @@ Until now, wnr has get these languages:
52522 . 添加翻译文件后请更改这些内容:
5353 - ` supporter.js ` 里的数组 ` languageList[] ` 和数组 ` LanguageNameList[] ` 。
5454 - ` main.js ` 里的数组 ` languageCodeList[] ` 。
55- - ` res/builder/nsis.js ` 和 ` nsis-ia32.js ` 里的数组 ` nsis.installerLanguages[] ` 。
55+ - ` res/builder/nsis.js ` 里的数组 ` nsis.installerLanguages[] ` 。
5656
57573 . 现在可以开始将 wnr 翻译成你的语言了!完成后,请别忘了提交拉取请求(Pull Request)。非常感谢你的贡献。
5858
@@ -84,7 +84,7 @@ Until now, wnr has get these languages:
84842 . 添加翻譯文件後請更改這些內容:
8585 - ` supporter.js ` 裏的數組 ` languageList[] ` 和數組 ` LanguageNameList[] ` 。
8686 - ` main.js ` 裏的數組 ` languageCodeList[] ` 。
87- - ` res/builder/nsis.js ` 和 ` nsis-ia32.js ` 裏的數組 ` nsis.installerLanguages[] ` 。
87+ - ` res/builder/nsis.js ` 裏的數組 ` nsis.installerLanguages[] ` 。
8888
89893 . 現在可以開始將 wnr 翻譯成你的語言了!完成後,請別忘了提交拉取請求(Pull Request)。非常感謝你的貢獻。
9090
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const config = {
1515 "target" : [
1616 {
1717 "target" : "nsis" ,
18- "arch" : [ "x64" , "ia32" , " arm64"]
18+ "arch" : [ "x64" , "arm64" ]
1919 }
2020 ] ,
2121 "icon" : "res/icons/iconWin.ico" ,
Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const config = {
1515 "target" : [
1616 {
1717 "target" : "7z" ,
18- "arch" : [ "x64" , "ia32" , " arm64"]
18+ "arch" : [ "x64" , "arm64" ]
1919 }
2020 ] ,
2121 "icon" : "res/icons/iconWin.ico" ,
You can’t perform that action at this time.
0 commit comments