UNPKG

@nacelle/compatibility-connector

Version:

Connect @nacelle/client-js-sdk to Nacelle's v2 back end with minimal code changes

6 lines (5 loc) 193 B
/** * @param inputLocale A dash-delimited language-region pair * @returns an IETF language tag */ export declare function toIetfLocale(inputLocale?: string, defaultLocale?: string): string;