L10NSharp.CheckOrFixXliff 10.1.0-beta0001

This is a prerelease version of L10NSharp.CheckOrFixXliff.
dotnet add package L10NSharp.CheckOrFixXliff --version 10.1.0-beta0001
                    
NuGet\Install-Package L10NSharp.CheckOrFixXliff -Version 10.1.0-beta0001
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="L10NSharp.CheckOrFixXliff" Version="10.1.0-beta0001" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="L10NSharp.CheckOrFixXliff" Version="10.1.0-beta0001" />
                    
Directory.Packages.props
<PackageReference Include="L10NSharp.CheckOrFixXliff" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add L10NSharp.CheckOrFixXliff --version 10.1.0-beta0001
                    
#r "nuget: L10NSharp.CheckOrFixXliff, 10.1.0-beta0001"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package L10NSharp.CheckOrFixXliff@10.1.0-beta0001
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=L10NSharp.CheckOrFixXliff&version=10.1.0-beta0001&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=L10NSharp.CheckOrFixXliff&version=10.1.0-beta0001&prerelease
                    
Install as a Cake Tool

Validate and fix XLIFF files.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETFramework 4.6.1

  • .NETFramework 4.8

  • net8.0

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.1.0-beta0001 21 9/2/2026
10.0.0 76 8/27/2026
10.0.0-beta0016 71 8/27/2026
10.0.0-beta0015 87 8/25/2026
10.0.0-beta0014 109 7/8/2026
10.0.0-beta0013 110 6/29/2026
10.0.0-beta0012 142 6/26/2026
10.0.0-beta0011 104 6/26/2026
10.0.0-beta0010 213 6/17/2026
10.0.0-beta0009 103 6/15/2026
10.0.0-beta0008 107 6/15/2026
10.0.0-beta0007 104 6/15/2026
10.0.0-beta0006 102 6/15/2026
10.0.0-beta0005 104 6/5/2026
10.0.0-beta0004 102 5/4/2026
10.0.0-beta0003 98 5/4/2026
10.0.0-beta0002 108 4/28/2026
10.0.0-beta0001 117 2/9/2026
9.0.0 160 2/3/2026
9.0.0-beta0002 109 2/3/2026
Loading failed

Changes since version 10.0.0

Added:
- [L10NSharp] Added pseudolocalization support: lookups for the standard `qps-ploc` pseudo-locale (`LocalizationManager.PseudoLocalizationLanguageId`) return the English text pseudolocalized at runtime (e.g. `[Tîitlée Mîissîing]`), so testers can spot non-internationalized strings and layout problems. Set `LocalizationManager.OfferPseudoLocalization = true` to include it in the offered UI languages; `LocalizationManager.PseudoLocalize(string)` exposes the transform directly. See `src/L10NSharp/Pseudo/README.md`.

See full changelog at https://github.com/sillsdev/l10nsharp/blob/master/CHANGELOG.md