intl-watcher
Version:
Automated translation key extraction and dictionary management plugin for Next.js
7 lines (5 loc) • 427 B
TypeScript
declare const NEXT_INTL_GET_TRANSLATIONS_FUNCTION = "getTranslations";
declare const NEXT_INTL_GET_TRANSLATIONS_LOCALE = "locale";
declare const NEXT_INTL_GET_TRANSLATIONS_NAMESPACE = "namespace";
declare const NEXT_INTL_USE_TRANSLATIONS_FUNCTION = "useTranslations";
export { NEXT_INTL_GET_TRANSLATIONS_FUNCTION, NEXT_INTL_GET_TRANSLATIONS_LOCALE, NEXT_INTL_GET_TRANSLATIONS_NAMESPACE, NEXT_INTL_USE_TRANSLATIONS_FUNCTION };