I18Next.Net icon indicating copy to clipboard operation
I18Next.Net copied to clipboard

A port of the i18next javascript library for .Net platforms based on .Net Standard 2.0

Results 12 I18Next.Net issues
Sort by recently updated
recently updated
newest added

In the new version of i18next the JSON format for pluralization has changed. See https://www.i18next.com/misc/json-format Specifically the suffixes have changed structure. Are there any plans to support this update?

### Issue Description: When using the provided code snippet with the `JsonFileBackend` method in **I18NextNet**, I'm encountering an issue where the translation returns the key instead of the value from...

This add CI capabilities using GitHub Actions and [NUKE builld](https://nuke.build/). This should help with generating proper artifacts (release build items).

License expression is the preferred way (shows in NuGet.org and used in license validations). I created root level `Directory.Build.props` that projects will inherit so no need to have same info...

Set ResourceNotFound property in LocalizedString in case the translation was not found.

Just a minor fix to allow language detection to work as expected.

Hi, I would like to have my localization files structured like this: - locales/localization_en.json - locales/localization_de.json The default **JsonFileBackend** has a method **FindFile** which is private. If this method (or...

Hello, I think i've found a bug or an oversight but i'm not sure. Given this JSON translation file... ```json { "key": "value of key", "look": { "deep": "value of...

Could you please add consistently ConfigureAwait(false) to the awaited async calls for using this awesome i18next library in Blazor projects?