next-intl-split
Version:
A loader for next-intl to split translation files properly.
6 lines • 317 B
TypeScript
import { AbstractIntlMessages } from 'next-intl';
export declare const loadI18nTranslations: (dictionariesPath: string, locale: string, enableTypeCheck?: boolean) => AbstractIntlMessages;
export declare const loadMessages: (dictionariesPath: string) => {
[key: string]: any;
};
//# sourceMappingURL=index.d.ts.map