diff client/docs/developer.md @ 1879:9a2fbeaabd52 dev-pdf-generation

merging in from branch default
author Bernhard Reiter <bernhard@intevation.de>
date Tue, 15 Jan 2019 10:07:10 +0100
parents 70573eea890e
children 922075a7d598
line wrap: on
line diff
--- a/client/docs/developer.md	Tue Jan 15 09:54:46 2019 +0100
+++ b/client/docs/developer.md	Tue Jan 15 10:07:10 2019 +0100
@@ -75,11 +75,8 @@
 - SK
 - HU
 - HR
-- RS
-- BiH
 - BG
 - RO
-- UA
 
 ## Our preferred translation cycle is as follows:
 
@@ -113,7 +110,8 @@
 
 In order to extract the messages from the templates call `make makemessages`.
 After that you have the `.po`-file which could be translated.
-After translation, you have to call `make translations` to generate the `translations.json`
+
+After translation, `make translations` has to be called to generate the `translations.json`, that is being done automatically via yarn serve/build.
 which is consumed by `vue-gettext`.
 
 The workflow is as follows: