L10NSharp.CheckOrFixXliff
5.0.0-beta0090
See the version list below for details.
dotnet add package L10NSharp.CheckOrFixXliff --version 5.0.0-beta0090
NuGet\Install-Package L10NSharp.CheckOrFixXliff -Version 5.0.0-beta0090
<PackageReference Include="L10NSharp.CheckOrFixXliff" Version="5.0.0-beta0090" />
paket add L10NSharp.CheckOrFixXliff --version 5.0.0-beta0090
#r "nuget: L10NSharp.CheckOrFixXliff, 5.0.0-beta0090"
// Install L10NSharp.CheckOrFixXliff as a Cake Addin #addin nuget:?package=L10NSharp.CheckOrFixXliff&version=5.0.0-beta0090&prerelease // Install L10NSharp.CheckOrFixXliff as a Cake Tool #tool nuget:?package=L10NSharp.CheckOrFixXliff&version=5.0.0-beta0090&prerelease
Validate and fix XLIFF files.
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.6.1
- L10NSharp (>= 5.0.0-beta0090)
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 |
---|---|---|
8.0.0-beta0013 | 72 | a day ago |
8.0.0-beta0005 | 97 | 9 months ago |
8.0.0-beta0004 | 96 | 10 months ago |
8.0.0-beta0003 | 97 | 4/19/2024 |
7.0.1-beta0001 | 139 | 4/15/2024 |
7.0.0 | 339 | 11/6/2023 |
7.0.0-beta0013 | 170 | 11/3/2023 |
7.0.0-beta0011 | 193 | 3/17/2023 |
7.0.0-beta0010 | 172 | 3/13/2023 |
6.1.0-beta0009 | 123 | 3/13/2023 |
6.1.0-beta0008 | 181 | 12/9/2022 |
6.1.0-beta0007 | 171 | 12/9/2022 |
6.0.1-beta0002 | 173 | 11/23/2022 |
6.0.0 | 315 | 11/23/2022 |
6.0.0-beta0018 | 225 | 11/21/2022 |
6.0.0-beta0017 | 206 | 10/7/2022 |
6.0.0-beta0015 | 257 | 8/24/2022 |
6.0.0-beta0013 | 234 | 8/24/2022 |
6.0.0-beta0003 | 257 | 7/12/2022 |
5.0.0 | 442 | 7/8/2022 |
5.0.0-beta0098 | 222 | 7/8/2022 |
5.0.0-beta0097 | 248 | 7/8/2022 |
5.0.0-beta0094 | 259 | 6/2/2022 |
5.0.0-beta0092 | 256 | 5/31/2022 |
5.0.0-beta0090 | 227 | 5/19/2022 |
5.0.0-beta0088 | 249 | 5/17/2022 |
5.0.0-beta0086 | 228 | 4/12/2022 |
5.0.0-beta0082 | 250 | 4/11/2022 |
5.0.0-beta0080 | 259 | 3/9/2022 |
5.0.0-beta0059 | 270 | 2/4/2022 |
5.0.0-beta.77 | 130 | 2/21/2022 |
5.0.0-beta.75 | 146 | 2/4/2022 |
4.2.0-beta0006 | 230 | 8/20/2021 |
4.2.0-beta0004 | 198 | 5/14/2021 |
4.1.1-beta0002 | 234 | 4/14/2021 |
4.1.0 | 432 | 3/4/2021 |
4.1.0-beta0051 | 283 | 3/4/2021 |
4.1.0-beta0050 | 258 | 1/28/2021 |
4.1.0-beta0049 | 257 | 1/26/2021 |
4.1.0-beta0047 | 329 | 7/6/2020 |
4.1.0-beta0045 | 371 | 6/8/2020 |
4.1.0-beta0043 | 373 | 6/8/2020 |
4.1.0-beta0039 | 358 | 6/5/2020 |
4.1.0-beta0036 | 354 | 5/28/2020 |
4.1.0-beta0032 | 384 | 5/27/2020 |
4.1.0-beta0027 | 402 | 4/7/2020 |
4.1.0-beta0026 | 385 | 4/2/2020 |
Changes since version 4.1.0
Added:
- option `LocalizationManager.ThrowIfManagerDisposed` to not throw if LM disposed (BL-9904)
- XliffBody.TransUnitsUnordered for where you just need to enumerate all of them.
- (Made public) XliffBody.AddTransUnit and .RemoveTransUnit for where you need to modify.
- XliffBody.TransUnitsForXml. This is necessarily public to support (backwards-compatible)
serialization and deserialization in XML, but is not intended for any other purpose.
Changed:
- remove progress dialog when initializating Xliff localization managers (BL-11157)
- Made string retrieval operations on Xliff-based LocalizationManagers thread-safe
- Added ILocalizationManager parameter to StringsLocalizedHandler
- It's long been a convention that xliff file names are module.lang.xlf (e.g., Bloom.fr.xlf)
or else kept in language-code folders (.../en/Bloom.xlf) if UseLanguageCodeFolders is set.
With the latest changes, this is required: the language name indicated in these ways in the file
name must match the language declared in the target-language attribute, or at least match the
first element of the target-language (e.g., a file with target-languge es-ES may be stored in
file like Bloom.es.xlf or .../es/Bloom.xlf).
Removed:
- XliffBody.TransUnits, as there is no good way to make this thread-safe for all the ways
it could be used, such as adding items to the list. (See Added for replacements.)
See full changelog at https://github.com/sillsdev/l10nsharp/blob/master/CHANGELOG.md