Skip to content

Commit 3bbc8dd

Browse files
committed
Update doc and locale
1 parent 5f7b0a3 commit 3bbc8dd

File tree

4 files changed

+28
-30
lines changed

4 files changed

+28
-30
lines changed

doc/en-us/config.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -2173,21 +2173,20 @@ Automatic detection and adaptation of third-party libraries, currently supported
21732173
* skynet
21742174
* Jass
21752175

2176-
Value can be one of:
2177-
* `Ask` (ask every time)
2178-
* `Apply` (always apply third-party libraries and set the workspace
2179-
configuration)
2180-
* `ApplyInMemory` (always apply third-party libraries but don't set the
2181-
workspace configuration)
2182-
* `Disable` (don't ask and don't apply)
2183-
21842176

21852177
## type
21862178

21872179
```ts
21882180
string
21892181
```
21902182

2183+
## enum
2184+
2185+
* ``"Ask"``
2186+
* ``"Apply"``
2187+
* ``"ApplyInMemory"``
2188+
* ``"Disable"``
2189+
21912190
## default
21922191

21932192
```jsonc

doc/pt-br/config.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -2173,20 +2173,20 @@ Automatic detection and adaptation of third-party libraries, currently supported
21732173
* skynet
21742174
* Jass
21752175

2176-
Value can be one of:
2177-
* `Ask` (ask every time)
2178-
* `Apply` (always apply third-party libraries and set the workspace
2179-
configuration)
2180-
* `ApplyInMemory` (always apply third-party libraries but don't set the
2181-
workspace configuration)
2182-
* `Disable` (don't ask and don't apply)
21832176

21842177
## type
21852178

21862179
```ts
21872180
string
21882181
```
21892182

2183+
## enum
2184+
2185+
* ``"Ask"``
2186+
* ``"Apply"``
2187+
* ``"ApplyInMemory"``
2188+
* ``"Disable"``
2189+
21902190
## default
21912191

21922192
```jsonc

doc/zh-cn/config.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -2172,21 +2172,20 @@ true
21722172
* skynet
21732173
* Jass
21742174

2175-
Value can be one of:
2176-
* `Ask` (ask every time)
2177-
* `Apply` (always apply third-party libraries and set the workspace
2178-
configuration)
2179-
* `ApplyInMemory` (always apply third-party libraries but don't set the
2180-
workspace configuration)
2181-
* `Disable` (don't ask and don't apply)
2182-
21832175

21842176
## type
21852177

21862178
```ts
21872179
string
21882180
```
21892181

2182+
## enum
2183+
2184+
* ``"Ask"``
2185+
* ``"Apply"``
2186+
* ``"ApplyInMemory"``
2187+
* ``"Disable"``
2188+
21902189
## default
21912190

21922191
```jsonc

doc/zh-tw/config.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -2172,20 +2172,20 @@ true
21722172
* skynet
21732173
* Jass
21742174

2175-
Value can be one of:
2176-
* `Ask` (ask every time)
2177-
* `Apply` (always apply third-party libraries and set the workspace
2178-
configuration)
2179-
* `ApplyInMemory` (always apply third-party libraries but don't set the
2180-
workspace configuration)
2181-
* `Disable` (don't ask and don't apply)
21822175

21832176
## type
21842177

21852178
```ts
21862179
string
21872180
```
21882181

2182+
## enum
2183+
2184+
* ``"Ask"``
2185+
* ``"Apply"``
2186+
* ``"ApplyInMemory"``
2187+
* ``"Disable"``
2188+
21892189
## default
21902190

21912191
```jsonc

0 commit comments

Comments
 (0)