# HG changeset patch # User Fadi Abbud # Date 1572431472 -3600 # Node ID 69657aab46ec043e61dcf0a1715a88f67aaae4f2 # Parent ad2ad7bae4a64357a816c53f271656a432f7dd2d# Parent ef6a2b9cec436e32736333fa49d527f30daf400f translation: merge translations from weblate diff -r ef6a2b9cec43 -r 69657aab46ec .hgtags --- a/.hgtags Wed Oct 23 12:37:01 2019 +0200 +++ b/.hgtags Wed Oct 30 11:31:12 2019 +0100 @@ -16,3 +16,9 @@ b5619087e3e909645eeab9e3f198667692895382 v4-preview20190918 8a6c410f6f03ca8f50022c11f17d0bb2b86215f5 v4-preview20190930 a92239475590146dc6ad99fc4a3f4ced857c73f6 v4 +415c1993c7fe1500d053269761f09aa5ef7b937c v4.1 +415c1993c7fe1500d053269761f09aa5ef7b937c v4.1 +340b375cf3a13a7d74327c560c7ab0aeef2813c0 v4.1 +eb310f7e53b0cdf3f54ffc79dbf546d2275a9259 v4.2 +eb310f7e53b0cdf3f54ffc79dbf546d2275a9259 v4.2 +fc082c611b8bdab3e2139dd88a6892dc806878e7 v4.2 diff -r ef6a2b9cec43 -r 69657aab46ec client/.env --- a/client/.env Wed Oct 23 12:37:01 2019 +0200 +++ b/client/.env Wed Oct 30 11:31:12 2019 +0100 @@ -1,5 +1,6 @@ #Name of the application, e.g. displayed at login time VUE_APP_TITLE=Waterway Monitoring system +VUE_APP_WINDOWTITLE= #Backend URL VUE_APP_API_URL=/api/ @@ -14,4 +15,4 @@ VUE_APP_SILENCE_TRANSLATIONWARNINGS = #Url of user manual -VUE_APP_USER_MANUAL_URL= \ No newline at end of file +VUE_APP_USER_MANUAL_URL= diff -r ef6a2b9cec43 -r 69657aab46ec client/package.json --- a/client/package.json Wed Oct 23 12:37:01 2019 +0200 +++ b/client/package.json Wed Oct 30 11:31:12 2019 +0100 @@ -1,6 +1,6 @@ { "name": "gemmajs", - "version": "4.1.0-dev", + "version": "4.3.0-dev", "license": "AGPL-3.0-or-later", "repository": { "type": "hg", diff -r ef6a2b9cec43 -r 69657aab46ec client/public/index.html --- a/client/public/index.html Wed Oct 23 12:37:01 2019 +0200 +++ b/client/public/index.html Wed Oct 30 11:31:12 2019 +0100 @@ -16,7 +16,7 @@ - gemmajs + <%= process.env.VUE_APP_WINDOWTITLE || VUE_APP_TITLE %>