Skip to content

Commit 7bdc197

Browse files
committed
docs(i18n): remove English text from Chinese documentation
Remove redundant English instruction "To delete a flow, use the following `DROP FLOW` clause:" from Chinese documentation in all versions of manage-flow.md files. The Chinese translation of this instruction was already present.
1 parent 2c97a2a commit 7bdc197

File tree

6 files changed

+0
-12
lines changed

6 files changed

+0
-12
lines changed

i18n/zh/docusaurus-plugin-content-docs/current/user-guide/flow-computation/manage-flow.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,6 @@ ADMIN FLUSH_FLOW('<flow-name>')
211211

212212
请使用以下 `DROP FLOW` 子句删除 flow:
213213

214-
To delete a flow, use the following `DROP FLOW` clause:
215-
216214
```sql
217215
DROP FLOW [IF EXISTS] <name>
218216
```

i18n/zh/docusaurus-plugin-content-docs/version-0.11/user-guide/flow-computation/manage-flow.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,6 @@ ADMIN FLUSH_FLOW('<flow-name>')
208208

209209
请使用以下 `DROP FLOW` 子句删除 flow:
210210

211-
To delete a flow, use the following `DROP FLOW` clause:
212-
213211
```sql
214212
DROP FLOW [IF EXISTS] <name>
215213
```

i18n/zh/docusaurus-plugin-content-docs/version-0.12/user-guide/flow-computation/manage-flow.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,6 @@ ADMIN FLUSH_FLOW('<flow-name>')
208208

209209
请使用以下 `DROP FLOW` 子句删除 flow:
210210

211-
To delete a flow, use the following `DROP FLOW` clause:
212-
213211
```sql
214212
DROP FLOW [IF EXISTS] <name>
215213
```

i18n/zh/docusaurus-plugin-content-docs/version-0.13/user-guide/flow-computation/manage-flow.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,6 @@ ADMIN FLUSH_FLOW('<flow-name>')
208208

209209
请使用以下 `DROP FLOW` 子句删除 flow:
210210

211-
To delete a flow, use the following `DROP FLOW` clause:
212-
213211
```sql
214212
DROP FLOW [IF EXISTS] <name>
215213
```

i18n/zh/docusaurus-plugin-content-docs/version-0.14/user-guide/flow-computation/manage-flow.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,6 @@ ADMIN FLUSH_FLOW('<flow-name>')
211211

212212
请使用以下 `DROP FLOW` 子句删除 flow:
213213

214-
To delete a flow, use the following `DROP FLOW` clause:
215-
216214
```sql
217215
DROP FLOW [IF EXISTS] <name>
218216
```

i18n/zh/docusaurus-plugin-content-docs/version-0.15/user-guide/flow-computation/manage-flow.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,6 @@ ADMIN FLUSH_FLOW('<flow-name>')
211211

212212
请使用以下 `DROP FLOW` 子句删除 flow:
213213

214-
To delete a flow, use the following `DROP FLOW` clause:
215-
216214
```sql
217215
DROP FLOW [IF EXISTS] <name>
218216
```

0 commit comments

Comments
 (0)