comparison client/README.md @ 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 9a5bbe9c593c
children a6d7ee20fc96
comparison
equal deleted inserted replaced
151:3349bfc2a047 152:a719a3ba2fb4
26 `yarn run:both` 26 `yarn run:both`
27 27
28 * Build `yarn build` 28 * Build `yarn build`
29 29
30 builds the production ready assets to `web` folder. 30 builds the production ready assets to `web` folder.
31
32 * Translation
33 * Extract Messages via `make makemessages`
34 * Translations are converted via `make translations`