UNPKG

@scoutello/i18n-magic

Version:

Intelligent CLI toolkit that automates internationalization workflows for JavaScript/TypeScript projects and auto-translates new string keys to other languages

3 lines 188 B
import type { Configuration } from "../lib/types.js"; export declare const replaceTranslation: (config: Configuration, key?: string) => Promise<void>; //# sourceMappingURL=replace.d.ts.map