• File: researcher-languages.php
  • Full Path: /home/matthif/www/wp-content/plugins/wordpress-seo/src/config/researcher-languages.php
  • Date Modified: 02/24/2024 11:29 PM
  • File size: 339 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace Yoast\WP\SEO\Config;

/**
 * Holds all languages supported with specific researches for our readability analysis.
 */
class Researcher_Languages {

    public const 
SUPPORTED_LANGUAGES = [ 'ar''ca''de''en''es''fa''fr''he''hu''id''it''nb''nl''pl''pt''ru''sv''tr''cs''sk''el''ja' ];
}