yoastseo
Version:
Yoast client-side content analysis
16 lines (15 loc) • 595 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.getLanguagesWithWordFormSupport = getLanguagesWithWordFormSupport;
/**
* Checks which languages have morphology support inside YoastSEO.js.
*
* @returns {string[]} A list of languages that have morphology support.
*/
function getLanguagesWithWordFormSupport() {
const supportedLanguages = ["en", "de", "es", "fr", "it", "nl", "ru", "id", "pt", "pl", "ar", "sv", "he", "hu", "nb", "tr", "cs", "sk", "el", "ja"];
return supportedLanguages;
}
//# sourceMappingURL=getLanguagesWithWordFormSupport.js.map