i18next v1.7.4 Release Notes

    • โž• add resource bundle gets deep extend flag i18n.addResourceBundle(lng, ns, { 'deep': { 'key2': 'value2' }}, true);
    • ๐Ÿ†• new functions to add one key value or multiple i18n.addResource(lng, ns, key, value);, i18n.addResources(lng, ns, {'key1': 'value1', 'deep.key2': 'value2'});
    • ๐Ÿ”€ lngWhitelist merged
    • override postMissing function
    • ๐Ÿ‘ allow floats for count
    • โž• added indefinite functionality for plurals
    • optional set replacing vars to replace member to avoid collision with other options
    • experimental optional detectLngFromLocalStorage
    • ๐Ÿ›  fix for norwegian language