summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2019-10-09 13:54:04 +0200
committerIgor Scheller <igor.scheller@igorshp.de>2019-10-09 13:54:04 +0200
commitd2e3ce27f0a0e4c36fd12ed451e6c829ba510e49 (patch)
tree59cff311f37bafa59e8eb27dfd909e48e3800057 /README.md
parentfcdd116f14651c05412985e2169ad00ba052a558 (diff)
Removed .mo translation files from version control, use .po as fallback
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 02508157..594011b7 100644
--- a/README.md
+++ b/README.md
@@ -58,6 +58,11 @@ The following instructions explain how to get, build and run the latest engelsys
```bash
yarn build
```
+ * Optionally (for better performance)
+ * Generate translation files
+ ```bash
+ find resources/lang/ -type f -name '*.po' -exec sh -c 'file="{}"; msgfmt "${file%.*}.po" -o "${file%.*}.mo"' \;
+ ```
### Configuration and Setup
* The webserver must have write access to the ```import``` and ```storage``` directories and read access for all other directories