feat: complete locale translation parity across all 52 resource sets#1688
Open
clairernovotny wants to merge 244 commits intomainfrom
Open
feat: complete locale translation parity across all 52 resource sets#1688clairernovotny wants to merge 244 commits intomainfrom
clairernovotny wants to merge 244 commits intomainfrom
Conversation
…ion-completion # Conflicts: # .editorconfig
…an, and Turkic families; consolidate profiles and strategies - Updated MalayNumberToWordsConverter to utilize shared scale-level overrides and removed hardcoded behaviors. - Enhanced PortugueseNumberToWordsConverter to support explicit billion strategies and refined ordinal handling. - Refactored ScandinavianNumberToWordsConverter to separate cardinal and ordinal strategies, improving maintainability. - Consolidated TurkicNumberToWordsConverter to streamline ordinal suffix handling and removed Uzbek-specific implementation, integrating it into the Turkic family. - Added tests to ensure family-specific behaviors and strategies are preserved across cultures.
…ion-completion # Conflicts: # tests/Humanizer.Tests/Localisation/DefaultFormatterTests.cs # tests/Humanizer.Tests/Localisation/LocaleCoverageData.cs # tests/Humanizer.Tests/Localisation/LocaleFallbackSweepTests.cs # tests/Humanizer.Tests/Localisation/LocaleRegistrySweepTests.cs
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Resources*.resxsets in the repoByteSize.ToFullWords()localization path required to complete the locale set end to endCoverage
52total resource sets insrc/Humanizer/Properties51localized resource files plus the neutral base resourceVerification
dotnet test --project tests/Humanizer.Tests/Humanizer.Tests.csproj --framework net10.0dotnet test --project tests/Humanizer.Tests/Humanizer.Tests.csproj --framework net8.0dotnet build Humanizer/Humanizer.csproj -c Release /t:PackNuSpecs /p:PackageOutputPath=E:\Dev\Humanizer-locale\artifacts\locale-packagesNotes