diff client/README.md @ 168:e4e4a0e6338e

docs: Added a developer documentation Developer documentation was added. At present the rationale for why we chose vue-gettext is documented. Alongside comes the explanation of how to use it and what quirks vue-gettext has.
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 06 Jul 2018 12:38:11 +0200
parents a6d7ee20fc96
children 9f1b84b712a8
line wrap: on
line diff
--- a/client/README.md	Fri Jul 06 12:09:08 2018 +0200
+++ b/client/README.md	Fri Jul 06 12:38:11 2018 +0200
@@ -33,6 +33,8 @@
   * Extract Messages via `make makemessages`
   * Translations are converted via `make translations`
 
+  For more information see [developer documentation](./docs/developer.md)
+
 * Tests
   * Unit tests are started via `yarn test:unit`
   * e2e tests are started via `yarn test:e2e`