Flarum Brazilian Portuguese language pack (pt-BR)
Complete; Flarum version 0.1.0-beta4. Portuguese (Brazil) language pack. Português (Brasil), pt-BR
Installation:
Using composer (recommended):
Flarum use Composer to manage its dependencies and extensions. The brazilian Portuguese 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 kassius/flarum-brazilian-portuguese
The same command can be used to update independently the brazilian Portuguese language pack, without updating anything else. Note that because the brazilian Portuguese language pack will be added as a Flarum's dependency, it will also be automatically updated when updating Flarum and its dependencies via Composer.
Using zip:
- Download the file https://github.com/kassius/flarum-brazilian-portuguese/archive/master.zip
- Unzip it in
flarum_root_directory/extensions/
- Go to the Administration panel, then "Extensions" tab and enable the "Brazilian Portuguese" language pack extension.
- Go to "Basics" tab and change the language.
Português (Brasileiro)(pt-BR)
.
Using git:
- Via command line go to
cd flarum_root_directory/extensions/
directory. - Clone this repository with the command
git clone https://github.com/kassius/flarum-brazilian-portuguese.git
. - Go to the Administration panel, then "Extensions" tab and enable the "Brazilian Portuguese" language pack extension.
- Go to "Basics" tab and change the language.
Português (Brasileiro)(pt-BR)
.