Skip to content

Commit 307d945

Browse files
author
William Li
authored
Release 6.0 rc2 localized manifest (#59379)
Part of dotnet/sdk#20497
1 parent f471fa4 commit 307d945

15 files changed

+48
-0
lines changed

src/mono/nuget/Microsoft.NET.Workload.Mono.Toolchain.Manifest/Microsoft.NET.Workload.Mono.Toolchain.Manifest.pkgproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
<PackageFile Include="$(WorkloadManifestPath)" TargetPath="data" />
2121
<PackageFile Include="$(WorkloadManifestTargetsPath)" TargetPath="data" />
2222
</ItemGroup>
23+
24+
<ItemGroup>
25+
<File Include="localize/**/*">
26+
<TargetPath>localize</TargetPath>
27+
</File>
28+
</ItemGroup>
2329
</Target>
2430

2531
<!-- Running this target ensures we have the fully evaluated PackageVersion -->
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"workloads/wasm-tools/description": "Nástroje pro sestavení .NET WebAssembly"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"workloads/wasm-tools/description": ".NET WebAssembly-Buildtools"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"workloads/wasm-tools/description": ".NET WebAssembly build tools"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"workloads/wasm-tools/description": "Herramientas de compilación de WebAssembly de .NET"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"workloads/wasm-tools/description": "Outils de construction .NET WebAssembly"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"workloads/wasm-tools/description": "Strumenti di compilazione WebAssembly .NET"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"workloads/wasm-tools/description": ".NET WebAssembly ビルド ツール"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"workloads/wasm-tools/description": ".NET WebAssembly 빌드 도구"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"workloads/wasm-tools/description": "Narzędzia kompilacji zestawu WebAssembly platformy .NET"
3+
}

0 commit comments

Comments
 (0)