UNPKG

yoastseo

Version:

Yoast client-side content analysis

16 lines (15 loc) 368 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = _default; /** * The function getting the language part of the locale. * * @param {string} locale The locale. * @returns {string} The language part of the locale. */ function _default(locale) { return locale.split("_")[0]; } //# sourceMappingURL=getLanguage.js.map