UNPKG

@inlang/paraglide-js

Version:

[![NPM Downloads](https://img.shields.io/npm/dw/%40inlang%2Fparaglide-js?logo=npm&logoColor=red&label=npm%20downloads)](https://www.npmjs.com/package/@inlang/paraglide-js) [![GitHub Issues](https://img.shields.io/github/issues-closed/opral/paraglide-js?lo

15 lines 454 B
type LookupOptions = { locales: string[]; baseLocale: string; }; /** * Performs a lookup for the given language tag, among the available language tags, * according to the IETF BCP 47 spec. * * It **does not support Wildcards** at the moment. * * @see https://datatracker.ietf.org/doc/html/rfc4647#section-3.4 */ export declare function lookup(locale: string, options: LookupOptions): string; export {}; //# sourceMappingURL=lookup.d.ts.map