UNPKG

@rxap/plugin-localazy

Version:

This package provides executors and generators for integrating Localazy, a translation management platform, into Nx workspaces. It allows for downloading and uploading translations, managing configuration, and initializing Localazy within a project. The p

5 lines (4 loc) 121 B
export declare function LoadKeysFromFile(projectName: string): { read?: string | null; write?: string | null; };