L10NSharp.CheckOrFixXliff
10.0.0-beta0004
See the version list below for details.
dotnet add package L10NSharp.CheckOrFixXliff --version 10.0.0-beta0004
NuGet\Install-Package L10NSharp.CheckOrFixXliff -Version 10.0.0-beta0004
<PackageReference Include="L10NSharp.CheckOrFixXliff" Version="10.0.0-beta0004" />
<PackageVersion Include="L10NSharp.CheckOrFixXliff" Version="10.0.0-beta0004" />
<PackageReference Include="L10NSharp.CheckOrFixXliff" />
paket add L10NSharp.CheckOrFixXliff --version 10.0.0-beta0004
#r "nuget: L10NSharp.CheckOrFixXliff, 10.0.0-beta0004"
#:package L10NSharp.CheckOrFixXliff@10.0.0-beta0004
#addin nuget:?package=L10NSharp.CheckOrFixXliff&version=10.0.0-beta0004&prerelease
#tool nuget:?package=L10NSharp.CheckOrFixXliff&version=10.0.0-beta0004&prerelease
Validate and fix XLIFF files.
Learn more about Target Frameworks and .NET Standard.
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.0.0-beta0014 | 100 | 7/8/2026 |
| 10.0.0-beta0013 | 104 | 6/29/2026 |
| 10.0.0-beta0012 | 135 | 6/26/2026 |
| 10.0.0-beta0011 | 99 | 6/26/2026 |
| 10.0.0-beta0010 | 211 | 6/17/2026 |
| 10.0.0-beta0009 | 101 | 6/15/2026 |
| 10.0.0-beta0008 | 104 | 6/15/2026 |
| 10.0.0-beta0007 | 102 | 6/15/2026 |
| 10.0.0-beta0006 | 100 | 6/15/2026 |
| 10.0.0-beta0005 | 102 | 6/5/2026 |
| 10.0.0-beta0004 | 99 | 5/4/2026 |
| 10.0.0-beta0003 | 92 | 5/4/2026 |
| 10.0.0-beta0002 | 104 | 4/28/2026 |
| 10.0.0-beta0001 | 114 | 2/9/2026 |
| 9.0.0 | 155 | 2/3/2026 |
| 9.0.0-beta0002 | 106 | 2/3/2026 |
| 9.0.0-beta0001 | 345 | 9/18/2025 |
| 8.0.0 | 310 | 3/12/2025 |
| 8.0.0-beta0023 | 219 | 3/12/2025 |
| 8.0.0-beta0021 | 218 | 3/12/2025 |
Changes since version 9.0.0
Added:
- [L10NSharp] Added `net8.0` as a target framework, enabling use on non-Windows platforms, and added cross-platform CI/CD coverage for `net8.0`.
- [L10NSharp] Added UiLanguageChanged event to ILocalizationManager. This provides a way for clients to deal with changes now that (in Windows) LocalizeItemDlg<XLiffDocument>.StringsLocalized no longer exists.
Changed:
- [L10NSharp] Removed CanCustomizeLocalizations and PrepareToCustomizeLocalizations from ILocalizationManager since L10nSharp no longer provides a mechanism by which users may customize localizations.
- [L10NSharp] Removed the following members from ILocalizationManager since they are really only needed internally and serve no purpose in the public API:
- AppVersion
- NamespaceBeginnings (no longer used even internally)
- FilenamesToAddToCache
- [L10NSharp] Removed emailForSubmissions parameter from LocalizationManager.Create. Since the localization dialog was jettisoned, it no longer makes sense to store this information on the localization manager.
- [L10NSharp.Windows.Forms] Removed emailForSubmissions parameter (8th parameter) from LocalizationManagerWinforms.Create. Since the localization dialog was jettisoned, it no longer makes sense to store this information on the localization manager.
- [L10NSharp] Replaced the .NET 8.0 target with .NET Standard 2.0 for broader compatibility.
Fixed:
- [L10NSharp.Windows.Forms] Restored project-local Resources support for `FallbackLanguagesDlgBase` button images (`Move`, `Move_up`, and `Move_down`).
- [L10NSharp.Windows.Forms] Corrected resource manager base name to `L10NSharp.Windows.Forms.Properties.Resources`.
- [L10NSharp.Windows.Forms.Tests] Corrected resource manager base name to `L10NSharp.Windows.Forms.Tests.Properties.Resources`.
Removed:
- [L10NSharp] Removed EnableClickingOnControlToBringUpLocalizationDialog. Since the localization dialog was jettisoned, this is meaningless (and wouldn't belong in the Winforms agnostic namespace anyway).
- [L10NSharp] Removed EmailForSubmissions. Since the localization dialog was jettisoned, it no longer makes sense to store this information on the localization manager.
- [L10NSharp.Windows.Forms] Removed LmGrid, LmButtonColumn, LmButtonCell, TipDialog.
- [L10NSharp.Windows.Forms] Removed the version of LocalizationManagerWinforms.Create that did not take an icon. The mere absence of a usable icon does not preclude the possibility of displaying the dialog for the user to choose a fallback language. Callers that do not wish to provide an icon can safely pass null for that parameter.
- [L10NSharp] Removed ITranslator, TranslatorBase, GoogleTranslator, and BingTranslator
See full changelog at https://github.com/sillsdev/l10nsharp/blob/master/CHANGELOG.md