UNPKG

@intlayer/core

Version:

Includes core Intlayer functions like translation, dictionary, and utility functions shared across multiple packages.

5 lines 133 B
const getLocaleLang = (locale) => locale?.split("-")[0] ?? ""; export { getLocaleLang }; //# sourceMappingURL=getLocaleLang.mjs.map