UNPKG

ajv-ftl-i18n

Version:

Transpile Fluent (ftl) files into ajv error translations.

12 lines (11 loc) 195 B
declare const localize: ( errors: | Array<{ keyword: string; message?: string; params?: Record<string, unknown>; }> | null | undefined, ) => void; export default localize;