Skip to content

Commit 5f64a27

Browse files
committed
feat: independent lang packs (#626)
close #626
1 parent 7bf0a1e commit 5f64a27

11 files changed

+478
-128
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
packages/
77
build/*
88
!build/build.cake
9-
!build/build.nuspec
10-
!build/build-for-myget.nuspec
9+
!build/build*.nuspec
1110
!build/build.ps1
1211
!build/tools/
1312
build/tools/*

build/build.Lang.ca-ES.nuspec

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
3+
<metadata>
4+
<id>HandyControl.Lang.ca-ES</id>
5+
<version>3.2.0</version>
6+
<title>HandyOrg</title>
7+
<authors>HandyOrg</authors>
8+
<owners>HandyOrg</owners>
9+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
10+
<license type="file">LICENSE</license>
11+
<icon>icon.png</icon>
12+
<projectUrl>https://github.com/HandyOrg/HandyControl</projectUrl>
13+
<description>Contains some simple and commonly used WPF controls</description>
14+
<releaseNotes>Changes are detailed at https://github.com/HandyOrg/HandyControl/releases</releaseNotes>
15+
<copyright>Copyright © HandyOrg 2018-2021</copyright>
16+
<tags>WPF C# Control</tags>
17+
<repository type="git" url="https://github.com/HandyOrg/HandyControl" commit="2aff85c4e2e903f9962899288dce92d27fda2a4c" />
18+
<dependencies>
19+
<group targetFramework=".NETFramework4.0" />
20+
<group targetFramework=".NETFramework4.5" />
21+
<group targetFramework=".NETFramework4.5.1" />
22+
<group targetFramework=".NETFramework4.5.2" />
23+
<group targetFramework=".NETFramework4.6" />
24+
<group targetFramework=".NETFramework4.6.1" />
25+
<group targetFramework=".NETFramework4.6.2" />
26+
<group targetFramework=".NETFramework4.7" />
27+
<group targetFramework=".NETFramework4.7.1" />
28+
<group targetFramework=".NETFramework4.7.2" />
29+
<group targetFramework=".NETFramework4.8" />
30+
<group targetFramework=".NETCoreApp3.0" />
31+
<group targetFramework=".NETCoreApp3.1" />
32+
<group targetFramework="net5.0" />
33+
</dependencies>
34+
</metadata>
35+
<files>
36+
<file src="lib\net40\ca-ES\HandyControl.resources.dll" target="lib\net40\ca-ES\HandyControl.resources.dll" />
37+
<file src="lib\net45\ca-ES\HandyControl.resources.dll" target="lib\net45\ca-ES\HandyControl.resources.dll" />
38+
<file src="lib\net451\ca-ES\HandyControl.resources.dll" target="lib\net451\ca-ES\HandyControl.resources.dll" />
39+
<file src="lib\net452\ca-ES\HandyControl.resources.dll" target="lib\net452\ca-ES\HandyControl.resources.dll" />
40+
<file src="lib\net46\ca-ES\HandyControl.resources.dll" target="lib\net46\ca-ES\HandyControl.resources.dll" />
41+
<file src="lib\net461\ca-ES\HandyControl.resources.dll" target="lib\net461\ca-ES\HandyControl.resources.dll" />
42+
<file src="lib\net462\ca-ES\HandyControl.resources.dll" target="lib\net462\ca-ES\HandyControl.resources.dll" />
43+
<file src="lib\net47\ca-ES\HandyControl.resources.dll" target="lib\net47\ca-ES\HandyControl.resources.dll" />
44+
<file src="lib\net471\ca-ES\HandyControl.resources.dll" target="lib\net471\ca-ES\HandyControl.resources.dll" />
45+
<file src="lib\net472\ca-ES\HandyControl.resources.dll" target="lib\net472\ca-ES\HandyControl.resources.dll" />
46+
<file src="lib\net48\ca-ES\HandyControl.resources.dll" target="lib\net48\ca-ES\HandyControl.resources.dll" />
47+
<file src="lib\net5.0\ca-ES\HandyControl.resources.dll" target="lib\net5.0\ca-ES\HandyControl.resources.dll" />
48+
<file src="lib\netcoreapp3.0\ca-ES\HandyControl.resources.dll" target="lib\netcoreapp3.0\ca-ES\HandyControl.resources.dll" />
49+
<file src="lib\netcoreapp3.1\ca-ES\HandyControl.resources.dll" target="lib\netcoreapp3.1\ca-ES\HandyControl.resources.dll" />
50+
<file src="icon.png" target="icon.png" />
51+
<file src="LICENSE" target="LICENSE" />
52+
</files>
53+
</package>

build/build.Lang.en.nuspec

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
3+
<metadata>
4+
<id>HandyControl.Lang.en</id>
5+
<version>3.2.0</version>
6+
<title>HandyOrg</title>
7+
<authors>HandyOrg</authors>
8+
<owners>HandyOrg</owners>
9+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
10+
<license type="file">LICENSE</license>
11+
<icon>icon.png</icon>
12+
<projectUrl>https://github.com/HandyOrg/HandyControl</projectUrl>
13+
<description>Contains some simple and commonly used WPF controls</description>
14+
<releaseNotes>Changes are detailed at https://github.com/HandyOrg/HandyControl/releases</releaseNotes>
15+
<copyright>Copyright © HandyOrg 2018-2021</copyright>
16+
<tags>WPF C# Control</tags>
17+
<repository type="git" url="https://github.com/HandyOrg/HandyControl" commit="2aff85c4e2e903f9962899288dce92d27fda2a4c" />
18+
<dependencies>
19+
<group targetFramework=".NETFramework4.0" />
20+
<group targetFramework=".NETFramework4.5" />
21+
<group targetFramework=".NETFramework4.5.1" />
22+
<group targetFramework=".NETFramework4.5.2" />
23+
<group targetFramework=".NETFramework4.6" />
24+
<group targetFramework=".NETFramework4.6.1" />
25+
<group targetFramework=".NETFramework4.6.2" />
26+
<group targetFramework=".NETFramework4.7" />
27+
<group targetFramework=".NETFramework4.7.1" />
28+
<group targetFramework=".NETFramework4.7.2" />
29+
<group targetFramework=".NETFramework4.8" />
30+
<group targetFramework=".NETCoreApp3.0" />
31+
<group targetFramework=".NETCoreApp3.1" />
32+
<group targetFramework="net5.0" />
33+
</dependencies>
34+
</metadata>
35+
<files>
36+
<file src="lib\net40\en\HandyControl.resources.dll" target="lib\net40\en\HandyControl.resources.dll" />
37+
<file src="lib\net45\en\HandyControl.resources.dll" target="lib\net45\en\HandyControl.resources.dll" />
38+
<file src="lib\net451\en\HandyControl.resources.dll" target="lib\net451\en\HandyControl.resources.dll" />
39+
<file src="lib\net452\en\HandyControl.resources.dll" target="lib\net452\en\HandyControl.resources.dll" />
40+
<file src="lib\net46\en\HandyControl.resources.dll" target="lib\net46\en\HandyControl.resources.dll" />
41+
<file src="lib\net461\en\HandyControl.resources.dll" target="lib\net461\en\HandyControl.resources.dll" />
42+
<file src="lib\net462\en\HandyControl.resources.dll" target="lib\net462\en\HandyControl.resources.dll" />
43+
<file src="lib\net47\en\HandyControl.resources.dll" target="lib\net47\en\HandyControl.resources.dll" />
44+
<file src="lib\net471\en\HandyControl.resources.dll" target="lib\net471\en\HandyControl.resources.dll" />
45+
<file src="lib\net472\en\HandyControl.resources.dll" target="lib\net472\en\HandyControl.resources.dll" />
46+
<file src="lib\net48\en\HandyControl.resources.dll" target="lib\net48\en\HandyControl.resources.dll" />
47+
<file src="lib\net5.0\en\HandyControl.resources.dll" target="lib\net5.0\en\HandyControl.resources.dll" />
48+
<file src="lib\netcoreapp3.0\en\HandyControl.resources.dll" target="lib\netcoreapp3.0\en\HandyControl.resources.dll" />
49+
<file src="lib\netcoreapp3.1\en\HandyControl.resources.dll" target="lib\netcoreapp3.1\en\HandyControl.resources.dll" />
50+
<file src="icon.png" target="icon.png" />
51+
<file src="LICENSE" target="LICENSE" />
52+
</files>
53+
</package>

build/build.Lang.fa.nuspec

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
3+
<metadata>
4+
<id>HandyControl.Lang.fa</id>
5+
<version>3.2.0</version>
6+
<title>HandyOrg</title>
7+
<authors>HandyOrg</authors>
8+
<owners>HandyOrg</owners>
9+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
10+
<license type="file">LICENSE</license>
11+
<icon>icon.png</icon>
12+
<projectUrl>https://github.com/HandyOrg/HandyControl</projectUrl>
13+
<description>Contains some simple and commonly used WPF controls</description>
14+
<releaseNotes>Changes are detailed at https://github.com/HandyOrg/HandyControl/releases</releaseNotes>
15+
<copyright>Copyright © HandyOrg 2018-2021</copyright>
16+
<tags>WPF C# Control</tags>
17+
<repository type="git" url="https://github.com/HandyOrg/HandyControl" commit="2aff85c4e2e903f9962899288dce92d27fda2a4c" />
18+
<dependencies>
19+
<group targetFramework=".NETFramework4.0" />
20+
<group targetFramework=".NETFramework4.5" />
21+
<group targetFramework=".NETFramework4.5.1" />
22+
<group targetFramework=".NETFramework4.5.2" />
23+
<group targetFramework=".NETFramework4.6" />
24+
<group targetFramework=".NETFramework4.6.1" />
25+
<group targetFramework=".NETFramework4.6.2" />
26+
<group targetFramework=".NETFramework4.7" />
27+
<group targetFramework=".NETFramework4.7.1" />
28+
<group targetFramework=".NETFramework4.7.2" />
29+
<group targetFramework=".NETFramework4.8" />
30+
<group targetFramework=".NETCoreApp3.0" />
31+
<group targetFramework=".NETCoreApp3.1" />
32+
<group targetFramework="net5.0" />
33+
</dependencies>
34+
</metadata>
35+
<files>
36+
<file src="lib\net40\fa\HandyControl.resources.dll" target="lib\net40\fa\HandyControl.resources.dll" />
37+
<file src="lib\net45\fa\HandyControl.resources.dll" target="lib\net45\fa\HandyControl.resources.dll" />
38+
<file src="lib\net451\fa\HandyControl.resources.dll" target="lib\net451\fa\HandyControl.resources.dll" />
39+
<file src="lib\net452\fa\HandyControl.resources.dll" target="lib\net452\fa\HandyControl.resources.dll" />
40+
<file src="lib\net46\fa\HandyControl.resources.dll" target="lib\net46\fa\HandyControl.resources.dll" />
41+
<file src="lib\net461\fa\HandyControl.resources.dll" target="lib\net461\fa\HandyControl.resources.dll" />
42+
<file src="lib\net462\fa\HandyControl.resources.dll" target="lib\net462\fa\HandyControl.resources.dll" />
43+
<file src="lib\net47\fa\HandyControl.resources.dll" target="lib\net47\fa\HandyControl.resources.dll" />
44+
<file src="lib\net471\fa\HandyControl.resources.dll" target="lib\net471\fa\HandyControl.resources.dll" />
45+
<file src="lib\net472\fa\HandyControl.resources.dll" target="lib\net472\fa\HandyControl.resources.dll" />
46+
<file src="lib\net48\fa\HandyControl.resources.dll" target="lib\net48\fa\HandyControl.resources.dll" />
47+
<file src="lib\net5.0\fa\HandyControl.resources.dll" target="lib\net5.0\fa\HandyControl.resources.dll" />
48+
<file src="lib\netcoreapp3.0\fa\HandyControl.resources.dll" target="lib\netcoreapp3.0\fa\HandyControl.resources.dll" />
49+
<file src="lib\netcoreapp3.1\fa\HandyControl.resources.dll" target="lib\netcoreapp3.1\fa\HandyControl.resources.dll" />
50+
<file src="icon.png" target="icon.png" />
51+
<file src="LICENSE" target="LICENSE" />
52+
</files>
53+
</package>

build/build.Lang.fr.nuspec

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
3+
<metadata>
4+
<id>HandyControl.Lang.fr</id>
5+
<version>3.2.0</version>
6+
<title>HandyOrg</title>
7+
<authors>HandyOrg</authors>
8+
<owners>HandyOrg</owners>
9+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
10+
<license type="file">LICENSE</license>
11+
<icon>icon.png</icon>
12+
<projectUrl>https://github.com/HandyOrg/HandyControl</projectUrl>
13+
<description>Contains some simple and commonly used WPF controls</description>
14+
<releaseNotes>Changes are detailed at https://github.com/HandyOrg/HandyControl/releases</releaseNotes>
15+
<copyright>Copyright © HandyOrg 2018-2021</copyright>
16+
<tags>WPF C# Control</tags>
17+
<repository type="git" url="https://github.com/HandyOrg/HandyControl" commit="2aff85c4e2e903f9962899288dce92d27fda2a4c" />
18+
<dependencies>
19+
<group targetFramework=".NETFramework4.0" />
20+
<group targetFramework=".NETFramework4.5" />
21+
<group targetFramework=".NETFramework4.5.1" />
22+
<group targetFramework=".NETFramework4.5.2" />
23+
<group targetFramework=".NETFramework4.6" />
24+
<group targetFramework=".NETFramework4.6.1" />
25+
<group targetFramework=".NETFramework4.6.2" />
26+
<group targetFramework=".NETFramework4.7" />
27+
<group targetFramework=".NETFramework4.7.1" />
28+
<group targetFramework=".NETFramework4.7.2" />
29+
<group targetFramework=".NETFramework4.8" />
30+
<group targetFramework=".NETCoreApp3.0" />
31+
<group targetFramework=".NETCoreApp3.1" />
32+
<group targetFramework="net5.0" />
33+
</dependencies>
34+
</metadata>
35+
<files>
36+
<file src="lib\net40\fr\HandyControl.resources.dll" target="lib\net40\fr\HandyControl.resources.dll" />
37+
<file src="lib\net45\fr\HandyControl.resources.dll" target="lib\net45\fr\HandyControl.resources.dll" />
38+
<file src="lib\net451\fr\HandyControl.resources.dll" target="lib\net451\fr\HandyControl.resources.dll" />
39+
<file src="lib\net452\fr\HandyControl.resources.dll" target="lib\net452\fr\HandyControl.resources.dll" />
40+
<file src="lib\net46\fr\HandyControl.resources.dll" target="lib\net46\fr\HandyControl.resources.dll" />
41+
<file src="lib\net461\fr\HandyControl.resources.dll" target="lib\net461\fr\HandyControl.resources.dll" />
42+
<file src="lib\net462\fr\HandyControl.resources.dll" target="lib\net462\fr\HandyControl.resources.dll" />
43+
<file src="lib\net47\fr\HandyControl.resources.dll" target="lib\net47\fr\HandyControl.resources.dll" />
44+
<file src="lib\net471\fr\HandyControl.resources.dll" target="lib\net471\fr\HandyControl.resources.dll" />
45+
<file src="lib\net472\fr\HandyControl.resources.dll" target="lib\net472\fr\HandyControl.resources.dll" />
46+
<file src="lib\net48\fr\HandyControl.resources.dll" target="lib\net48\fr\HandyControl.resources.dll" />
47+
<file src="lib\net5.0\fr\HandyControl.resources.dll" target="lib\net5.0\fr\HandyControl.resources.dll" />
48+
<file src="lib\netcoreapp3.0\fr\HandyControl.resources.dll" target="lib\netcoreapp3.0\fr\HandyControl.resources.dll" />
49+
<file src="lib\netcoreapp3.1\fr\HandyControl.resources.dll" target="lib\netcoreapp3.1\fr\HandyControl.resources.dll" />
50+
<file src="icon.png" target="icon.png" />
51+
<file src="LICENSE" target="LICENSE" />
52+
</files>
53+
</package>

build/build.Lang.ko-KR.nuspec

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
3+
<metadata>
4+
<id>HandyControl.Lang.ko-KR</id>
5+
<version>3.2.0</version>
6+
<title>HandyOrg</title>
7+
<authors>HandyOrg</authors>
8+
<owners>HandyOrg</owners>
9+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
10+
<license type="file">LICENSE</license>
11+
<icon>icon.png</icon>
12+
<projectUrl>https://github.com/HandyOrg/HandyControl</projectUrl>
13+
<description>Contains some simple and commonly used WPF controls</description>
14+
<releaseNotes>Changes are detailed at https://github.com/HandyOrg/HandyControl/releases</releaseNotes>
15+
<copyright>Copyright © HandyOrg 2018-2021</copyright>
16+
<tags>WPF C# Control</tags>
17+
<repository type="git" url="https://github.com/HandyOrg/HandyControl" commit="2aff85c4e2e903f9962899288dce92d27fda2a4c" />
18+
<dependencies>
19+
<group targetFramework=".NETFramework4.0" />
20+
<group targetFramework=".NETFramework4.5" />
21+
<group targetFramework=".NETFramework4.5.1" />
22+
<group targetFramework=".NETFramework4.5.2" />
23+
<group targetFramework=".NETFramework4.6" />
24+
<group targetFramework=".NETFramework4.6.1" />
25+
<group targetFramework=".NETFramework4.6.2" />
26+
<group targetFramework=".NETFramework4.7" />
27+
<group targetFramework=".NETFramework4.7.1" />
28+
<group targetFramework=".NETFramework4.7.2" />
29+
<group targetFramework=".NETFramework4.8" />
30+
<group targetFramework=".NETCoreApp3.0" />
31+
<group targetFramework=".NETCoreApp3.1" />
32+
<group targetFramework="net5.0" />
33+
</dependencies>
34+
</metadata>
35+
<files>
36+
<file src="lib\net40\ko-KR\HandyControl.resources.dll" target="lib\net40\ko-KR\HandyControl.resources.dll" />
37+
<file src="lib\net45\ko-KR\HandyControl.resources.dll" target="lib\net45\ko-KR\HandyControl.resources.dll" />
38+
<file src="lib\net451\ko-KR\HandyControl.resources.dll" target="lib\net451\ko-KR\HandyControl.resources.dll" />
39+
<file src="lib\net452\ko-KR\HandyControl.resources.dll" target="lib\net452\ko-KR\HandyControl.resources.dll" />
40+
<file src="lib\net46\ko-KR\HandyControl.resources.dll" target="lib\net46\ko-KR\HandyControl.resources.dll" />
41+
<file src="lib\net461\ko-KR\HandyControl.resources.dll" target="lib\net461\ko-KR\HandyControl.resources.dll" />
42+
<file src="lib\net462\ko-KR\HandyControl.resources.dll" target="lib\net462\ko-KR\HandyControl.resources.dll" />
43+
<file src="lib\net47\ko-KR\HandyControl.resources.dll" target="lib\net47\ko-KR\HandyControl.resources.dll" />
44+
<file src="lib\net471\ko-KR\HandyControl.resources.dll" target="lib\net471\ko-KR\HandyControl.resources.dll" />
45+
<file src="lib\net472\ko-KR\HandyControl.resources.dll" target="lib\net472\ko-KR\HandyControl.resources.dll" />
46+
<file src="lib\net48\ko-KR\HandyControl.resources.dll" target="lib\net48\ko-KR\HandyControl.resources.dll" />
47+
<file src="lib\net5.0\ko-KR\HandyControl.resources.dll" target="lib\net5.0\ko-KR\HandyControl.resources.dll" />
48+
<file src="lib\netcoreapp3.0\ko-KR\HandyControl.resources.dll" target="lib\netcoreapp3.0\ko-KR\HandyControl.resources.dll" />
49+
<file src="lib\netcoreapp3.1\ko-KR\HandyControl.resources.dll" target="lib\netcoreapp3.1\ko-KR\HandyControl.resources.dll" />
50+
<file src="icon.png" target="icon.png" />
51+
<file src="LICENSE" target="LICENSE" />
52+
</files>
53+
</package>

0 commit comments

Comments
 (0)