UNPKG

ordojs

Version:

A revolutionary web framework with compile-time optimizations and unified client-server development

13 lines 392 B
/** * @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