-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from flier268/main
Broken change: Just support standard 2.0 & 2.1
- Loading branch information
Showing
48 changed files
with
475 additions
and
803 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,31 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<Version>4.3.0-preview.2</Version> | ||
<NoWarn>CS1591;</NoWarn> | ||
<Description> | ||
This is cross platform i18n library. | ||
It not only can provider static string, and it can hot reload/hot switch culture, use in wpf xaml etc... | ||
This package is base on Microsoft.Extensions.Configuration. | ||
If you want some other support files, you can intall package Microsoft.Extensions.Configuration.* or install Ao.Lang.Sources. | ||
If you want us it in wpf, you can install Ao.Lang.Wpf. | ||
|
||
Already implement *.resx and *.resources(or stream) reader. If you wan use embed resources, you can use extensions methods. | ||
If you want auto add lang files, you can named file *.zh-cn.json/*.zh-cn.resx to Raise. | ||
If you want auto add lang resources, you can named compile rex file *.zh_cn.*.resouces and index your lang identity. | ||
In 4.3.x, support argument binding! | ||
|
||
And it support wpf, uwp, avaloniaui, uno, asp.net core | ||
</Description> | ||
<Company>Ao.Lang</Company> | ||
<Product>Ao.Lang</Product> | ||
<RepositoryUrl>https://github.com/Cricle/Ao.Lang</RepositoryUrl> | ||
<PackageTags>ao;lang;i18n;localization;uwp;wpf;avaloniaui;uno;asp;</PackageTags> | ||
<PackageReleaseNotes>Relase for wpf, uwp, avaloniaui, uno platform, asp.net core</PackageReleaseNotes> | ||
<PackageProjectUrl>https://github.com/Cricle/Ao.Lang</PackageProjectUrl> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)'=='Release'"> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<Version>4.3.0-preview.2</Version> | ||
<NoWarn>CS1591;</NoWarn> | ||
<Description> | ||
This is cross platform i18n library. | ||
It not only can provider static string, and it can hot reload/hot switch culture, use in wpf xaml etc... | ||
This package is base on Microsoft.Extensions.Configuration. | ||
If you want some other support files, you can intall package Microsoft.Extensions.Configuration.* or install Ao.Lang.Sources. | ||
If you want us it in wpf, you can install Ao.Lang.Wpf. | ||
|
||
Already implement *.resx and *.resources(or stream) reader. If you wan use embed resources, you can use extensions methods. | ||
If you want auto add lang files, you can named file *.zh-cn.json/*.zh-cn.resx to Raise. | ||
If you want auto add lang resources, you can named compile rex file *.zh_cn.*.resouces and index your lang identity. | ||
In 4.3.x, support argument binding! | ||
|
||
And it support wpf, uwp, avaloniaui, uno, asp.net core | ||
</Description> | ||
<Company>Ao.Lang</Company> | ||
<Product>Ao.Lang</Product> | ||
<Authors>Ao.Lang</Authors> | ||
<RepositoryUrl>https://github.com/Cricle/Ao.Lang</RepositoryUrl> | ||
<PackageTags>ao;lang;i18n;localization;uwp;wpf;avaloniaui;uno;asp;</PackageTags> | ||
<PackageReleaseNotes>Relase for wpf, uwp, avaloniaui, uno platform, asp.net core</PackageReleaseNotes> | ||
<PackageProjectUrl>https://github.com/Cricle/Ao.Lang</PackageProjectUrl> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)'=='Release'"> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
</PropertyGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.