(i18n, ns, cb)
| 45 | }; |
| 46 | |
| 47 | export const loadNamespaces = (i18n, ns, cb) => { |
| 48 | i18n.loadNamespaces(ns, loadedClb(i18n, cb)); |
| 49 | }; |
| 50 | |
| 51 | // should work with I18NEXT >= v22.5.0 |
| 52 | export const loadLanguages = (i18n, lng, ns, cb) => { |
no test coverage detected