orestesgaolin / Arbify

ARB files localization tool. Dedicated to Flutter and its intl package.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arbify

PHP workflow

Screenshot

ARB files localization tool. Dedicated to Flutter and its intl package.

For documentation regarding source code of Arbify, check DOCS.md.

Installation

Firstly, copy the .env.example file to .env and fill it with the correct configuration for some of the services.

cp .env.example .env

Fill .env file with the configuration you want to use.

Note: By default MAIL_MAILER uses SMTP transport; you may want to change that to log for development purposes.

docker-compose build arbify
docker-compose up -d

After this you're ready to go to http://localhost:8000 and check out Arbify yourself!

The database is seeded with a pre-verified super administrator account admin@arbify.io with password password.

About

ARB files localization tool. Dedicated to Flutter and its intl package.

License:Apache License 2.0


Languages

Language:PHP 69.7%Language:HTML 29.6%Language:Dockerfile 0.4%Language:Shell 0.2%