UNPKG

yoastseo-dep

Version:

Yoast clientside page analysis

10 lines (9 loc) 232 B
/** * The function getting the language part of the locale. * * @param {string} locale The locale. * @returns {string} The language part of the locale. */ export default function( locale ) { return locale.split( "_" )[ 0 ]; }