Japanese Language pack extension for Flarum.(v0.1.0-beta6)
Flarum use Composer to manage its dependencies and extensions. The Japanese language pack is available on Packagist and can be managed that way. Make sure that Composer is installed on your machine, then run the following command in the location where Flarum is installed:
composer require naga0ka/flarum-ext-japanese
The same command can be used to update independently, without updating anything else.
- Switch the site's default language back to English.
- Disable the language pack you wish to install in the admin panel.
If you get an error, please use the following command on Flarum root directory.
composer remove naga0ka/flarum-ext-japanese
If you find a bug, please reply to Github Issues.
Copyright (c) 2016 Yuji Nagaoka: Github Based on original work (c) 2016 Yossi1114 Released under the MIT license
Flarum.(v0.1.0-beta6)用の日本語拡張パッケージです。
インストールは、Composer にておこないます。これはFlarumがComposerにて拡張機能を管理しているからです。 また、Flarumの現最新バージョン 0.1.0-beta6 での翻訳となっていますので、最新のFlarum環境でご使用いただけます。 インストール方法は、Flarumのrootディレクトリにて以下のComposerコマンドを打ちます。
composer require naga0ka/flarum-ext-japanese
アップデートも同じ操作になります。ただし、アップデートがない場合は変更されません。
- 管理画面の基本設定にて、デフォルト言語をEnglishに戻します。
- Extensionsの設定画面より、アンインストールします。
もしエラーになる場合は、以下のコマンドをFlarumのルートディレクトリで実行してください。
composer remove naga0ka/flarum-ext-japanese
もしバグなどを発見された場合は、Github Issues にてご連絡ください。 翻訳に協力していただける方は、GithubにてPRお願い致します。