loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix chinese translation (#27296)

Fix translation from #27291
Source Map will be kept as English in Chinese usage habit.

authored by

Lunny Xiao and committed by
GitHub
5600504e 9e446dbf

+5 -5
+5 -5
docs/content/installation/from-source.zh-cn.md
··· 220 220 make build 221 221 ``` 222 222 223 - ## 源映射 223 + ## Source Map 224 224 225 - 默认情况下,gitea 会为前端文件生成精简的源映射以节省空间。 这可以通过“ENABLE_SOURCEMAP”环境变量进行控制: 225 + 默认情况下,gitea 会为前端文件生成精简的 Source Map 以节省空间。 这可以通过“ENABLE_SOURCEMAP”环境变量进行控制: 226 226 227 - - `ENABLE_SOURCEMAP=true` 生成所有源映射,这是开发版本的默认设置 228 - - `ENABLE_SOURCEMAP=reduced` 生成有限的源映射,这是生产版本的默认设置 229 - - `ENABLE_SOURCEMAP=false` 不生成源映射 227 + - `ENABLE_SOURCEMAP=true` 生成所有Source Map,这是开发版本的默认设置 228 + - `ENABLE_SOURCEMAP=reduced` 生成有限的Source Map,这是生产版本的默认设置 229 + - `ENABLE_SOURCEMAP=false` 不生成Source Map