libc.translation icon indicating copy to clipboard operation
libc.translation copied to clipboard

A library to help you implement translation using json files to replace .resx files in .net standard projects

Results 2 libc.translation issues
Sort by recently updated
recently updated
newest added

currently the 'JsonLocalizationSource' class needs to be case sensitive. sample: ILocalizationSource source = new JsonLocalizationSource(stream, PropertyCaseSensitivity.CaseInsensitive); in case you want to modify it in your usage examples.

Bumps System.Text.Json from 8.0.0 to 8.0.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.Text.Json&package-manager=nuget&previous-version=8.0.0&new-version=8.0.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies