UNPKG

@inlang/paraglide-js

Version:

[![Inlang-ecosystem compatibility badge](https://cdn.jsdelivr.net/gh/opral/monorepo@main/inlang/assets/md-badges/inlang.svg)](https://inlang.com)

14 lines 385 B
/** * Re: CUSTOMIZING THE REGISTRY * * We want to enable anyone (designer, developer, translator) to * specify options for functions. That requires design work in * the inlang SDK. * * For now, Paraglide ships a custom solution with INTL functions. */ /** * Creates the Registry file */ export declare function createRegistry(): string; //# sourceMappingURL=registry.d.ts.map