changeset 152:a719a3ba2fb4

Client README updated for translations At present we are working with vue-gettext which requires running make. There are two commands, one for extraction and one for translation. Details see Issue2
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 02 Jul 2018 14:47:22 +0200
parents 3349bfc2a047
children dc2a5920b731
files client/README.md
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/client/README.md	Mon Jul 02 13:23:31 2018 +0200
+++ b/client/README.md	Mon Jul 02 14:47:22 2018 +0200
@@ -28,3 +28,7 @@
 * Build `yarn build`
 
   builds the production ready assets to `web` folder.
+
+* Translation
+  * Extract Messages via `make makemessages`
+  * Translations are converted via `make translations`