UNPKG

@scoutello/i18n-magic

Version:

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

18 lines 1.4 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.loadConfig = exports.syncLocales = exports.translateMissing = exports.replaceTranslation = exports.removeUnusedKeys = exports.checkMissing = void 0; // Export command functions for programmatic usage var check_missing_1 = require("./commands/check-missing"); Object.defineProperty(exports, "checkMissing", { enumerable: true, get: function () { return check_missing_1.checkMissing; } }); var clean_1 = require("./commands/clean"); Object.defineProperty(exports, "removeUnusedKeys", { enumerable: true, get: function () { return clean_1.removeUnusedKeys; } }); var replace_1 = require("./commands/replace"); Object.defineProperty(exports, "replaceTranslation", { enumerable: true, get: function () { return replace_1.replaceTranslation; } }); var scan_1 = require("./commands/scan"); Object.defineProperty(exports, "translateMissing", { enumerable: true, get: function () { return scan_1.translateMissing; } }); var sync_locales_1 = require("./commands/sync-locales"); Object.defineProperty(exports, "syncLocales", { enumerable: true, get: function () { return sync_locales_1.syncLocales; } }); // Export utility functions var utils_1 = require("./lib/utils"); Object.defineProperty(exports, "loadConfig", { enumerable: true, get: function () { return utils_1.loadConfig; } }); //# sourceMappingURL=index.js.map