Skip to content

Commit

Permalink
feat: Add Multi-Language Support to Runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengkunwang223 committed Jan 14, 2025
1 parent 3236554 commit 993532f
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apps/dotnet/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ additionalProperties:
- Runtime
shortDescZh: .NET 运行环境
shortDescEn: .NET Runtime
description:
en: ".NET Runtime Environment"
ja: ".NET 実行環境"
ms: "Persekitaran Larian .NET"
pt-br: "Ambiente de Execução .NET"
ru: "Среда выполнения .NET"
zh-Hant: ".NET 執行環境"
zh: ".NET 运行环境"
type: dotnet
crossVersionUpdate: false
limit: 0
Expand Down
8 changes: 8 additions & 0 deletions apps/go/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ additionalProperties:
- Runtime
shortDescZh: Go 运行环境
shortDescEn: Go Runtime
description:
en: "Go Runtime Environment"
ja: "Go 実行環境"
ms: "Persekitaran Larian Go"
pt-br: "Ambiente de Execução Go"
ru: "Среда выполнения Go"
zh-Hant: "Go 執行環境"
zh: "Go 运行环境"
type: go
crossVersionUpdate: false
limit: 0
Expand Down
8 changes: 8 additions & 0 deletions apps/java/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ additionalProperties:
- Runtime
shortDescZh: Java 运行环境
shortDescEn: Java Runtime
description:
en: "Java Runtime Environment"
ja: "Java 実行環境"
ms: "Persekitaran Larian Java"
pt-br: "Ambiente de Execução Java"
ru: "Среда выполнения Java"
zh-Hant: "Java 執行環境"
zh: "Java 运行环境"
type: java
crossVersionUpdate: false
limit: 0
Expand Down
8 changes: 8 additions & 0 deletions apps/node/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ additionalProperties:
- Runtime
shortDescZh: Node.js 运行环境
shortDescEn: Node.js Runtime
description:
en: "Node Runtime Environment"
ja: "Node 実行環境"
ms: "Persekitaran Larian Node"
pt-br: "Ambiente de Execução Node"
ru: "Среда выполнения Node"
zh-Hant: "Node 執行環境"
zh: "Node 运行环境"
type: node
crossVersionUpdate: false
limit: 0
Expand Down
8 changes: 8 additions & 0 deletions apps/python/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ additionalProperties:
- Runtime
shortDescZh: Python 运行环境
shortDescEn: Python Runtime
description:
en: "Python Runtime Environment"
ja: "Python 実行環境"
ms: "Persekitaran Larian Python"
pt-br: "Ambiente de Execução Python"
ru: "Среда выполнения Python"
zh-Hant: "Python 執行環境"
zh: "Python 运行环境"
type: python
crossVersionUpdate: false
limit: 0
Expand Down

0 comments on commit 993532f

Please sign in to comment.