UNPKG

@o3r/localization

Version:

This module provides a runtime dynamic language/translation support and debug tools.

12 lines 430 B
import { Rule } from '@angular-devkit/schematics'; /** * Add Otter localization support * @param options @see RuleFactory.options * @param options.projectName * @param rootPath @see RuleFactory.rootPath */ export declare function updateLocalization(options: { projectName?: string | null | undefined; }, rootPath: string): Rule; export declare const updateI18n: (options: any) => Rule; //# sourceMappingURL=index.d.ts.map