AlexTeixeira / Askmethat-Aspnet-JsonLocalizer

Json Localizer library for .NetStandard and .NetCore Asp.net projects
MIT License
91 stars 29 forks source link

Cleaned dependencies and improved missing translations #131

Closed ErikApption closed 2 years ago

ErikApption commented 2 years ago

The current version of this localizer breaks our MAUI builds because of legacy packages

ErikApption commented 2 years ago

I added several other improvements in this path:

@AlexTeixeira can you have a look pleeeaassseee

ErikApption commented 2 years ago

Added another feature for ignoring files with Json errors. This should not be enabled in dev (default is to disable this feature - aka the localizer will throw an exception) otherwise translations will fail without clear reasons but in prod, we don't want the site to crash because of a json file.