# HG changeset patch # User Fadi Abbud # Date 1543418237 -3600 # Node ID acb71a982837375b50e09bea8c26773ef39d7aee # Parent 178f5beeab03a628606584854cd47a97c5eb4435 client: improve translation process docs * Add comment that vue-gettext and easygettext node packages are needed to run the process. * Update easygettext version to latest. diff -r 178f5beeab03 -r acb71a982837 client/docs/developer.md --- a/client/docs/developer.md Wed Nov 28 16:15:14 2018 +0100 +++ b/client/docs/developer.md Wed Nov 28 16:17:17 2018 +0100 @@ -106,6 +106,9 @@ - ## Commands +You need the following applications to run the process: + * `gettext` (e.g. from Debian gettext 0.19.8.1-9) + * `vue-gettext` and `easygettext` (e.g. via yarn or npm) In order to extract the messages from the templates call `make makemessages`. After that you have the `.po`-file which could be translated. diff -r 178f5beeab03 -r acb71a982837 client/package.json --- a/client/package.json Wed Nov 28 16:15:14 2018 +0100 +++ b/client/package.json Wed Nov 28 16:17:17 2018 +0100 @@ -57,7 +57,7 @@ "babel-jest": "^23.0.1", "concurrently": "^4.0.1", "copy-webpack-plugin": "^4.6.0", - "easygettext": "^2.4.0", + "easygettext": "^2.7.0", "node-sass": "^4.10.0", "pretty-quick": "^1.6.0", "sass-loader": "^7.0.1", diff -r 178f5beeab03 -r acb71a982837 client/src/components/Sidebar.vue --- a/client/src/components/Sidebar.vue Wed Nov 28 16:15:14 2018 +0100 +++ b/client/src/components/Sidebar.vue Wed Nov 28 16:17:17 2018 +0100 @@ -9,7 +9,7 @@ diff -r 178f5beeab03 -r acb71a982837 client/src/components/admin/Importqueue.vue --- a/client/src/components/admin/Importqueue.vue Wed Nov 28 16:15:14 2018 +0100 +++ b/client/src/components/admin/Importqueue.vue Wed Nov 28 16:17:17 2018 +0100 @@ -3,7 +3,7 @@
-
Importqueue
+
Importqueue
@@ -23,20 +23,20 @@ >
- - - - - + + + + +
- - - - + + + + @@ -49,7 +49,7 @@
EnqueuedKindUserStateEnqueuedKindUserState
- +
diff -r 178f5beeab03 -r acb71a982837 client/src/components/admin/Logs.vue --- a/client/src/components/admin/Logs.vue Wed Nov 28 16:15:14 2018 +0100 +++ b/client/src/components/admin/Logs.vue Wed Nov 28 16:17:17 2018 +0100 @@ -14,23 +14,23 @@ @click="fetch('system/log/apache2/access.log', 'accesslog')" :class="accesslogStyle" href="#" - >Accesslog + >Accesslog
-

Last refresh: {{refreshed}}

+

Last refresh: {{refreshed}}

- +
diff -r 178f5beeab03 -r acb71a982837 client/src/components/admin/Systemconfiguration.vue --- a/client/src/components/admin/Systemconfiguration.vue Wed Nov 28 16:15:14 2018 +0100 +++ b/client/src/components/admin/Systemconfiguration.vue Wed Nov 28 16:17:17 2018 +0100 @@ -1,18 +1,18 @@