diff client/README.md @ 1802:70573eea890e

improve Translation process : improve package.json and update the documentation * update vue-gettext dependency * add script to automate the `make translations` process via yarn serve/build * delete run:both, it misses the step in serve/build * update the Documention according to the last changes
author Fadi Abbud <fadi.abbud@intevation.de>
date Tue, 15 Jan 2019 09:50:59 +0100
parents 76e9296d6191
children 72d6fcb2147d
line wrap: on
line diff
--- a/client/README.md	Tue Jan 15 09:42:38 2019 +0100
+++ b/client/README.md	Tue Jan 15 09:50:59 2019 +0100
@@ -3,6 +3,8 @@
 
 * Install dependencies
 
+  * Install (`xgettext`) tool (e.g. for Debian xgettext (GNU gettext-tools) 0.19.8.1)
+
   * Javascript
 
     `yarn install`
@@ -21,10 +23,6 @@
 
     Run webpack-dev-server with `yarn serve`
 
-  * If you also want to start the backend, try
-
-    `yarn run:both`
-
 * Build `yarn build`
 
   builds the production ready assets to `web` folder.
@@ -34,7 +32,7 @@
 
 * Translation
   * Extract Messages via `make makemessages`
-  * Translations are converted via `make translations`
+  * Translations are converted via `make translations` which is executed automatically with yarn serve/build
 
   For more information see [developer documentation](./docs/developer.md)