UNPKG

intl-watcher

Version:

Automated translation key extraction and dictionary management plugin for Next.js

11 lines (10 loc) 402 B
const NEXT_INTL_GET_TRANSLATIONS_FUNCTION = "getTranslations"; const NEXT_INTL_GET_TRANSLATIONS_LOCALE = "locale"; const NEXT_INTL_GET_TRANSLATIONS_NAMESPACE = "namespace"; 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 };