Skip to content

Commit

Permalink
添加链接
Browse files Browse the repository at this point in the history
  • Loading branch information
LiarOnce committed May 28, 2024
1 parent 00abf98 commit 5cd26a7
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,19 @@ export default defineUserConfig({
navbar:
[
{ text: '主页', link: '/' },
// { text: '文档',
// children: [
// { text: 'vuepress-reco', link: '/docs/theme-reco/theme' }
// ]
// },
{ text: 'GM 文档',
children: [
{ text: '汉化文档(外挂式,在线)', link: 'https://manual-plugged.gm-cn.top/' },
{ text: '汉化文档(外挂式,仓库下载)', link: 'https://github.com/GamemakerChina/manual-plugged/archive/refs/heads/main.zip' },
{ text: '汉化文档(静态式,在线)', link: 'https://manual-static.gm-cn.top/' },
{ text: '汉化文档(静态式,仓库下载)', link: 'https://github.com/GamemakerChina/manual-static/archive/refs/heads/main.zip' },
]
},
{ text: '其他文档',
children: [
{ text: 'IDE 文件汉化', link: '/docs/ide-chinese' }
]
},
],
bulletin: {
// body: [
Expand Down
34 changes: 34 additions & 0 deletions docs/ide-chinese.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: IDE 界面汉化
date: 2024/05/28
---
## 地址

仓库地址:[https://github.com/GamemakerChina/gms2translation](https://github.com/GamemakerChina/gms2translation)
获取最新版本汉化文件:[https://github.com/GamemakerChina/gms2translation/releases](https://github.com/GamemakerChina/gms2translation/releases)

## 用法

### IDE 目录

根据不同来源不同版本,IDE 目录可能有以下几个名称:

```text
GameMaker Studio 2
GameMaker Studio 2-Beta
GameMaker
GameMaker-Beta
GameMaker-LTS
GameMaker Studio 2 Desktop (限 Steam)
GameMaker Studio 2 Web (限 Steam)
GameMaker Studio 2 Mobile (限 Steam)
GameMaker Studio 2 UWP (限 Steam)
```

### 2023.4.0.84 - 最新

下载 `chinese.zip` 并解压,其中 `chinese_startup.csv` 粘贴到 IDE 目录的 `Language` 文件夹下,`Chinese` 文件夹内的文件(包含该文件夹)粘贴并覆盖到 IDE 目录的 `Plugins\GMBaseIDELanguages\Languages` 文件夹下。

### 2.0.6.136 - 2023.2.0.71

下载 `chinese.csv``chinese_dnd.csv`(如果有),粘贴到 IDE 目录的 `Language` 文件夹下。

0 comments on commit 5cd26a7

Please sign in to comment.