refactor(dashboard): move price clients to app namespace and simplify data
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import i18next from 'i18next';
|
||||
import translations from './translations';
|
||||
import resources from './translations';
|
||||
|
||||
await i18next.init({
|
||||
await i18next.init(() => ({
|
||||
lng: 'nl',
|
||||
resources: translations,
|
||||
});
|
||||
resources,
|
||||
}));
|
||||
|
||||
export default i18next;
|
||||
|
||||
Reference in New Issue
Block a user