gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: add .en to must files for Eng


From: gnunet
Subject: [taler-wallet-core] branch master updated: add .en to must files for English variant
Date: Wed, 15 Nov 2023 22:53:17 +0100

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

grothoff pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 07ff0c5a3 add .en to must files for English variant
07ff0c5a3 is described below

commit 07ff0c5a3781ff683f68f9821e9c94e02359791a
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Nov 15 22:53:14 2023 +0100

    add .en to must files for English variant
---
 packages/challenger-ui/create_must.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/packages/challenger-ui/create_must.sh 
b/packages/challenger-ui/create_must.sh
index 83dcb1885..1a92dd302 100755
--- a/packages/challenger-ui/create_must.sh
+++ b/packages/challenger-ui/create_must.sh
@@ -12,9 +12,8 @@ for file in *.html; do
   sed 's/="main.css"/="..\/main.css"/' -i $file
 
   #rename the extension to must template
-  mv $file ${file:0:-5}.must
+  mv $file ${file:0:-5}.en.must
 done
 
 #delete unused files
 rm main.js main.js.map main.css.map
-

-- 
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]