@scoutello/i18n-magic
Version:
Intelligent CLI toolkit that automates internationalization workflows for JavaScript/TypeScript projects and auto-translates new string keys to other languages
9 lines • 465 B
JavaScript
// Export command functions for programmatic usage
export { checkMissing } from "./commands/check-missing.js";
export { removeUnusedKeys } from "./commands/clean.js";
export { replaceTranslation } from "./commands/replace.js";
export { translateMissing } from "./commands/scan.js";
export { syncLocales } from "./commands/sync-locales.js";
// Export utility functions
export { addTranslationKey, loadConfig } from "./lib/utils.js";
//# sourceMappingURL=index.js.map