- 🇩🇪Germany sleitner
This is already fixed:
https://git.drupalcode.org/project/drupal/-/blob/9.5.x/core/includes/ins...
function install_check_translations($langcode, $server_pattern) {
$requirements = array();
$readable = FALSE;
$writable = FALSE;
// @todo: Make this configurable.
$site_path = \Drupal::service('site.path');
$files_directory = $site_path . '/files';
$translations_directory = $site_path . '/files/translations';
I couldn't find the TODO, so this will have to be it.
#1658842: Introduce a translations:// stream wrapper to access the .po file directory →
makes this a lot easier.
Do it. Make the path configurable.
Closed: outdated
9.5
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This is already fixed:
https://git.drupalcode.org/project/drupal/-/blob/9.5.x/core/includes/ins...