summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2019-05-05 15:50:23 +0200
committerGitHub <noreply@github.com>2019-05-05 15:50:23 +0200
commit3ea2d3e0ed3f03fb38dc99365319455ea9a5993f (patch)
tree137477ec5edc590d09a216cc5259429314a8b83c /README.md
parentf6a87535a061707290391b775a2cfe6cf9f644d3 (diff)
Add translation chapter
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index ff39f161..db62c6e5 100644
--- a/README.md
+++ b/README.md
@@ -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`
+### 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
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/).