Add translation chapter

main
msquare 6 years ago committed by GitHub
parent f6a87535a0
commit 3ea2d3e0ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -139,5 +139,8 @@ The `bin/migrate` script can be used to import and update the database of the en
For more information on how to use it call `./bin/migrate help` For more information on how to use it call `./bin/migrate help`
### Translation
We use gettext. You may use POEdit to extract new texts from the sourcecode. Please config POEdit to extract also the twig template files using the following settings: https://gist.github.com/jlambe/a868d9b63d70902a12254ce47069d0e6
### Codestyle ### Codestyle
Please ensure that your pull requests follow [PSR-2](http://www.php-fig.org/psr/psr-2/) and [PSR-4](http://www.php-fig.org/psr/psr-4/). Please ensure that your pull requests follow [PSR-2](http://www.php-fig.org/psr/psr-2/) and [PSR-4](http://www.php-fig.org/psr/psr-4/).

Loading…
Cancel
Save