gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-anastasis-www] branch master updated: Updating the Makefile and R


From: gnunet
Subject: [taler-anastasis-www] branch master updated: Updating the Makefile and README
Date: Thu, 08 Dec 2022 23:23:02 +0100

This is an automated email from the git hooks/post-receive script.

skuegel pushed a commit to branch master
in repository anastasis-www.

The following commit(s) were added to refs/heads/master by this push:
     new 10e4c7b  Updating the Makefile and README
10e4c7b is described below

commit 10e4c7bc0570910b2942286a618f72e206f74885
Author: Stefan Kügel <skuegel@web.de>
AuthorDate: Thu Dec 8 23:20:29 2022 +0100

    Updating the Makefile and README
    
    Signed-off-by: Stefan Kügel <skuegel@web.de>
---
 Makefile |  2 +-
 README   | 37 ++++++++++++++++++++++++-------------
 2 files changed, 25 insertions(+), 14 deletions(-)

diff --git a/Makefile b/Makefile
index a3bd45c..a19ad83 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 
 include build-system/config.mk
 
-# All: build HTML pages in all languages and compile the
+# All: build HTML pages in all languages.
 .PHONY: all
 all:
        ./inc/update-messages
diff --git a/README b/README
index 415d32c..a1dc30c 100644
--- a/README
+++ b/README
@@ -74,7 +74,7 @@ make
 
 The website will be installed in the /rendered/ directory.
 
-If ./configure without parameters does not work, try ./configure 
--prefix=/tmp/ or ./configure --variant=/tmp/
+If ./configure without parameters does not work, try ./configure 
--variant=/rendered/
 
 Eventually you must install node-typescript, when your system is demanding for 
tsc.
 
@@ -155,40 +155,52 @@ Go to https://weblate.taler.net/manage/ssh/
 scroll down to 'Add host key' and let Weblate integrate the SSH host key 
 by entering into the form the domain name for the project's website (here: 
anastasis.lu, 'Port' left empty).
 
-2. Fill in the variables for all components. 
+2. Add components on https://weblate.taler.net/settings/anastasis/#components
     'Components' is a synonym for the languages Weblate shall offer for 
collaborative translation, 
-    e.g. for the component 'website' begin with 
https://weblate.taler.net/settings/anastasis/website/#basic):
+    e.g. for the component 'website' 
https://weblate.taler.net/settings/anastasis/website/#basic or the glossary 
https://weblate.taler.net/settings/anastasis/glossary/:
+    
 At 'Basic'
 - Component name [e.g. 'website']
 - Translation license - GNU General Public License v3.0 or Later
 - Contributor agreement [left empty]
 - Source string bug reporting address [email address of the Weblate 
admin/"Superuser"]
 - Priority: Medium
-Leave deactivated:
-- Restricted component
+- Leave deactivated: 
+  - Restricted component
+  - Share in projects
+  
+At 'Translation'
+- Turn on suggestions
+- Allow translation propagation
 
 At 'Version control'
 - Version control system: Git
-- Source code repository: git+ssh://git@git.taler.net/<reponame>.git 
-    (with <reponame> being the name of the Weblate project, e.g. anastasis-www)
+- Source code repository: git+ssh://git@git.taler.net/anastasis-www.git
     ==> note that the repository indication should always end with '.git' 
otherwise you might experience difficulties. 
     git remote -v displays the path to <reponame> without .git, so please add.
 - Repository branch: master
-- Repository push URL: git+ssh://git@git.taler.net/<reponame>.git
+- Repository push URL: git+ssh://git@git.taler.net/anastasis-www.git
     ==> note that the repository indication should always end with '.git' 
otherwise you might experience difficulties. 
     git remote -v displays the path to <reponame> without .git, so please add.
 - Repository browser [left empty]
-- Push on commit: activated
+- Push on commit: deactivated
 - Age of changes to commit: 24
 - Merge style: Rebase
 - Lock on error: activated
 
+At 'Commit messages'
+- Commit message when translating:
+Translated using Weblate ({{ language_name }})
+Currently translated at {{ stats.translated_percent }}% ({{ stats.translated 
}} of {{ stats.all }} strings)
+Translation: {{ project_name }}/{{ component_name }}
+Translate-URL: {{ url }}
+
 At 'Files'
 - File format: gettext PO file
 - Language filter: locale/*/LC_MESSAGES/messages.po
 - Language filter: ^[^.]+$
 - Source language: English
-- Monolingual translations: deactivated
+- Monolingual translations / Monolingual base language file [left empty]
 - Edit base file: deactivated
 - Intermediate language file [left empty]
 - Template for new translations: locale/messages.pot
@@ -198,7 +210,7 @@ At 'Files'
 3. For all components 'Edit base file' in the settings (in the tab 'Files') 
has to be turned off, 
     because it is never a good idea to allow (anonymous) users to edit the 
base language file...
 4. In 'Settings', 'Repository push URL' should never be left empty.
-5. The messages.pot file in the folder /locale/ has to be pushed to Git. 
+5. The messages.pot file in the local working tree /locale/ has to be pushed 
to Git. 
     Then, click in Weblate the 'Manage' link, search for the tab 'Repository 
maintenance', 
     then click on 'Update' or 'Pull'. Weblate pulls the base language strings.
 6. Create new components in Weblate (languages to translate to). 
@@ -238,8 +250,7 @@ Workaround for the 'lock' issue:
     finally clicking on 'Update' in Weblate so that it syncs all language 
files in Weblate's own repository.
 
 Translations components that are bound to a Git repository which is master 
branch (with ssh-based r/w access) have to denote 
-    the repository push URL with git+ssh://git@git.taler.net/<reponame>.git 
-    (<reponame> being the name of the Weblate project, e.g. anastasis-www)
+    the repository push URL with git+ssh://git@git.taler.net/anastasis-www.git 
     which is the normal case while other components that share strings with 
other components like the Taler apps denote 
     'Source code repository' with weblate://project/component  (e.g. 
weblate://gnu-taler/wallet-android)
     and 'Repository push URL' left blank.

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]