ResxToJs.MSBuild
1.0.7
dotnet add package ResxToJs.MSBuild --version 1.0.7
NuGet\Install-Package ResxToJs.MSBuild -Version 1.0.7
<PackageReference Include="ResxToJs.MSBuild" Version="1.0.7" />
paket add ResxToJs.MSBuild --version 1.0.7
#r "nuget: ResxToJs.MSBuild, 1.0.7"
// Install ResxToJs.MSBuild as a Cake Addin #addin nuget:?package=ResxToJs.MSBuild&version=1.0.7 // Install ResxToJs.MSBuild as a Cake Tool #tool nuget:?package=ResxToJs.MSBuild&version=1.0.7
Converts the resx files in the project to corresponding .js files.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Note: use unique names for the resx files.
if the filename is of the format <namespace.name>.<language>.js
1.0.5: Excluding embedded files
1.0.6: Supporting merge of different locale strings, load neutral and then localized one, this will created a merged object with neutral for non localized string
1.0.7: Generating multiline json so that its easier to resolve conflicts, one should minify the output as needed.