Drupalインストール時に「The translation server is offline. 」が発生した場合の対処法

Drupal8.91インストール中の言語選択時にエラー「The translation server is offline. 」が発生した場合の対処法を記述してます。
環境
- Drupal 8.9.1
エラー全文
言語を日本語を選択して「Save and continue」をクリック時に発生。

エラー画像

Internet
The translation server is offline.
The installer requires to contact the translation server to download a translation file. Check your internet connection and verify that your website can reach the translation server at http://ftp.drupal.org.
対処法
こちらのサイトから直接、言語ファイルを バージョンに合わせて「Download」ボタンをクリックして、ダウンロード

ダウンロードした「drupal-8.9.1.ja.po」を「/default/files/translations」に配置すると日本語化され、インストールの続きを行うことが可能になります。

-
前の記事
docker-composeインストール時に「docker-compose: error while loading shared libraries: libz.so.1: failed to map segment from shared object: Operation not permitted」が発生した場合の対処法 2020.06.26
-
次の記事
dockerでElasticsearch起動時に「ERROR ==> Invalid kernel settings. Elasticsearch requires at least: vm.max_map_count = 262144」が発生した場合の対処法 2020.06.26
コメントを書く