DarkLiKally / I18Next.Net

A port of the i18next javascript library for .Net platforms based on .Net Standard 2.0
Apache License 2.0
54 stars 30 forks source link

Check whether the value is already an IDictionary<string, object> #2

Closed Maxwellwr closed 5 years ago

Maxwellwr commented 5 years ago

In the ObjectToDictionary(object value) extension method , check whether the value is already an IDictionary<string, object>

DarkLiKally commented 5 years ago

Thanks for your report. I'll fix that for the next version!

DarkLiKally commented 5 years ago

Ah I've seen your pull request. Merged! Will create a new release soon with also some new features.