@ordojs/cli
Version:
Command-line interface for OrdoJS framework
13 lines • 392 B
TypeScript
/**
* @fileoverview CLI command for internationalization features
*/
import { Command } from 'commander';
/**
* Internationalization command for managing translations and locales
*/
export declare function createI18nCommand(): Command;
/**
* Create sample translation files
*/
export declare function createSampleTranslations(outputDir: string): void;
//# sourceMappingURL=i18n.d.ts.map