Verified Commit ee6e6645 authored by Juraj Nemec's avatar Juraj Nemec
Browse files

Issue #1994292 by David_Rothstein: LanguageInterface::TYPE_URL (D8) and...

Issue #1994292 by David_Rothstein: LanguageInterface::TYPE_URL (D8) and LANGUAGE_TYPE_URL (D7) have no name or description
parent b03b6139
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -555,6 +555,8 @@ function locale_language_types_info() {
      'fixed' => array(LOCALE_LANGUAGE_NEGOTIATION_INTERFACE),
    ),
    LANGUAGE_TYPE_URL => array(
      'name' => t('URL'),
      'description' => t('Order of language detection methods for URLs. The detected language will be used as the default when generating URLs for internal links on the site.'),
      'fixed' => array(LOCALE_LANGUAGE_NEGOTIATION_URL, LOCALE_LANGUAGE_NEGOTIATION_URL_FALLBACK),
    ),
  );