- Edited
Japanese Language Pack for Flarum
Flarumを日本語化する拡張機能です。
Japanese language pack to localize the Flarum.
インストール方法 | Installation
Flarumがインストールされているディレクトリで以下のコマンドを実行してください。
Run the following command in the location where Flarum is installed.composer require flarum-lang/japanese
管理画面の拡張機能ページから、
Japanese
を有効化します。
Go to Extensions page of the admin interface and enableJapanese
.管理画面の基本ページからデフォルトの言語を
Japanese
に変更します。
Go to Basics page of the admin interface and change default language toJapanese
.
アップデートと削除方法 | Updating and Uninstall
Flarumがインストールされているディレクトリで以下のコマンドを実行してください。
Run the following command in the location where Flarum is installed.
アップデート | Updating
composer update flarum-lang/japanese php flarum cache:clear
アンインストール | Uninstall
composer remove flarum-lang/japanese