i18next / i18next-localstorage-backend

This is a i18next cache layer to be used in the browser. It will load and cache resources from localStorage and can be used in combination with the chained backend.
MIT License
88 stars 43 forks source link

Version option for all languages. #12

Closed kargnas closed 4 years ago

kargnas commented 5 years ago

In general, we always update all of the language files when the strings are updated. So this option will be very helpful as well:

      backendOptions: {
        prefix: 'i18next_res_',
        versions: 'v1.0',
      },
jamuhl commented 5 years ago

PR welcome...

jamuhl commented 4 years ago

https://github.com/i18next/i18next-localstorage-backend/pull/15 was published in v3.1.0