UNPKG

@scoutello/i18n-magic

Version:

Intelligent CLI toolkit that automates internationalization workflows with AI-powered translations for JavaScript/TypeScript projects

8 lines 434 B
export { checkMissing } from "./commands/check-missing"; export { removeUnusedKeys } from "./commands/clean"; export { replaceTranslation } from "./commands/replace"; export { translateMissing } from "./commands/scan"; export { syncLocales } from "./commands/sync-locales"; export { loadConfig } from "./lib/utils"; export type { CommandType, Configuration, GlobPatternConfig, } from "./lib/types"; //# sourceMappingURL=index.d.ts.map