Please add option to show each language in selection in its own translation of that language name. For example:
Quick and dirty code i used to replace current "Language Native Name" with this functionality in LaguageDropdownForm.php:
case LANGDROPDOWN_DISPLAY_NATIVE:
$native_language = \Drupal::languageManager()->getNativeLanguages()[$lang_code];
$native_language_translated = $this->t($native_language->getName(), [], ['langcode' => $lang_code]);
$options += [$lang_code => $native_language_translated];
break;
Thanks
Fixed
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.