X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/e1be3d9f48b51a927c26d1ac0035b50b82423916..513bf485f20f0308c7f25c96717190a354bf0ec3:/settings/phrase_settings.php diff --git a/settings/phrase_settings.php b/settings/phrase_settings.php index 4ea5e021..945235bd 100644 --- a/settings/phrase_settings.php +++ b/settings/phrase_settings.php @@ -2,42 +2,6 @@ // These settings control the import of special phrases from the wiki. -// Languages to download the special phrases for. -$aLanguageIn - = array( - 'af', - 'ar', - 'br', - 'ca', - 'cs', - 'de', - 'en', - 'es', - 'et', - 'eu', - 'fa', - 'fi', - 'fr', - 'gl', - 'hr', - 'hu', - 'ia', - 'is', - 'it', - 'ja', - 'mk', - 'nl', - 'no', - 'pl', - 'ps', - 'pt', - 'ru', - 'sk', - 'sv', - 'uk', - 'vi', - ); - // class/type combinations to exclude $aTagsBlacklist = array( @@ -45,7 +9,7 @@ $aTagsBlacklist 'place' => array('house', 'houses'), ); -// If a class is in the white list then all types will +// If a class is in the white list then all types will // be ignored except the ones given in the list. // Also use this list to exclude an entire class from // special phrases.