gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-wallet-webex] branch master updated (a4188758 -> 38a


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-webex] branch master updated (a4188758 -> 38a74188)
Date: Sun, 28 May 2017 22:58:58 +0200

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

dold pushed a change to branch master
in repository wallet-webex.

    from a4188758 docs
     new 8ac71597 remove usage of old lang.css
     new 38a74188 gulpfile / translations

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 gulpfile.js                     |  7 +++----
 src/i18n/de.po                  | 22 +++++++++++-----------
 src/i18n/en-US.po               | 22 +++++++++++-----------
 src/i18n/fr.po                  | 22 +++++++++++-----------
 src/i18n/it.po                  | 22 +++++++++++-----------
 src/i18n/taler-wallet-webex.pot | 22 +++++++++++-----------
 src/pages/add-auditor.html      |  4 ----
 src/pages/auditors.html         |  1 -
 src/pages/confirm-contract.html |  1 -
 src/pages/error.html            |  1 -
 src/pages/logs.html             |  1 -
 src/pages/payback.html          |  1 -
 src/pages/popup.html            |  1 -
 src/pages/tree.html             |  1 -
 src/style/lang.css              | 11 -----------
 15 files changed, 58 insertions(+), 81 deletions(-)
 delete mode 100644 src/style/lang.css

diff --git a/gulpfile.js b/gulpfile.js
index 56830061..e7d4ccef 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -71,7 +71,6 @@ const paths = {
     "img/icon.png",
     "img/logo.png",
     "src/**/*.{css,html}",
-    "src/emscripten/taler-emscripten-lib.js",
     "dist/*-bundle.js",
   ],
   // for the source distribution
@@ -156,7 +155,7 @@ function concatStreams (/*streams...*/) {
 
 
 
-gulp.task("dist-prod", ["clean", "compile-prod"], function () {
+gulp.task("dist-prod", ["compile-prod"], function () {
   return vfs.src(paths.dist, {base: ".", stripBOM: false})
              .pipe(gulp.dest("build/ext/"));
 });
@@ -171,7 +170,7 @@ gulp.task("compile-prod", function (callback) {
   });
 });
 
-gulp.task("manifest-stable", ["clean"], function () {
+gulp.task("manifest-stable", function () {
   return gulp.src("manifest.json")
              .pipe(jsonTransform((data) => {
                data.name = "GNU Taler Wallet";
@@ -180,7 +179,7 @@ gulp.task("manifest-stable", ["clean"], function () {
              .pipe(gulp.dest("build/ext/"));
 });
 
-gulp.task("manifest-unstable", ["clean"], function () {
+gulp.task("manifest-unstable", function () {
   return gulp.src("manifest.json")
              .pipe(jsonTransform((data) => {
                data.name = "GNU Taler Wallet (unstable)";
diff --git a/src/i18n/de.po b/src/i18n/de.po
index 01fa3d8f..f252c627 100644
--- a/src/i18n/de.po
+++ b/src/i18n/de.po
@@ -27,27 +27,27 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: src/pages/confirm-contract.tsx:65
+#: src/pages/confirm-contract.tsx:64
 #, c-format
 msgid "show more details\n"
 msgstr ""
 
-#: src/pages/confirm-contract.tsx:79
+#: src/pages/confirm-contract.tsx:78
 #, c-format
 msgid "Accepted exchanges:"
 msgstr ""
 
-#: src/pages/confirm-contract.tsx:84
+#: src/pages/confirm-contract.tsx:83
 #, c-format
 msgid "Exchanges in the wallet:"
 msgstr ""
 
-#: src/pages/confirm-contract.tsx:160
+#: src/pages/confirm-contract.tsx:159
 #, c-format
 msgid "You have insufficient funds of the requested currency in your wallet."
 msgstr ""
 
-#: src/pages/confirm-contract.tsx:161
+#: src/pages/confirm-contract.tsx:160
 #, c-format
 msgid ""
 "You do not have any funds from an exchange that is accepted by this "
@@ -261,27 +261,27 @@ msgstr ""
 msgid "Withdrew%1$sfrom%2$s(%3$s).\n"
 msgstr "Reserve (%1$s) mit %2$s bei %3$s erzeugt"
 
-#: src/pages/popup.tsx:379
+#: src/pages/popup.tsx:378
 #, fuzzy, c-format
 msgid "Paid%1$sto merchant%2$s.  (%3$s)\n"
 msgstr "Reserve (%1$s) mit %2$s bei %3$s erzeugt"
 
-#: src/pages/popup.tsx:386
+#: src/pages/popup.tsx:385
 #, c-format
 msgid "Unknown event (%1$s)"
 msgstr ""
 
-#: src/pages/popup.tsx:429
+#: src/pages/popup.tsx:428
 #, c-format
 msgid "Error: could not retrieve event history"
 msgstr ""
 
-#: src/pages/popup.tsx:463
+#: src/pages/popup.tsx:462
 #, c-format
 msgid "Your wallet has no events recorded."
 msgstr "Ihre Geldbörse verzeichnet keine Vorkommnisse."
 
-#: src/renderHtml.tsx:44
+#: src/renderHtml.tsx:48
 #, fuzzy, c-format
 msgid "The merchant%1$swants to enter a contract over%2$s with you.\n"
 msgstr ""
@@ -289,7 +289,7 @@ msgstr ""
 "               möchte einen Vertrag über %2$s\n"
 "               mit Ihnen abschließen."
 
-#: src/renderHtml.tsx:49
+#: src/renderHtml.tsx:53
 #, fuzzy, c-format
 msgid "You are about to purchase:"
 msgstr "Sie sind dabei, Folgendes zu kaufen:"
diff --git a/src/i18n/en-US.po b/src/i18n/en-US.po
index ed0f2d79..46fc38dc 100644
--- a/src/i18n/en-US.po
+++ b/src/i18n/en-US.po
@@ -27,27 +27,27 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: src/pages/confirm-contract.tsx:65
+#: src/pages/confirm-contract.tsx:64
 #, c-format
 msgid "show more details\n"
 msgstr ""
 
-#: src/pages/confirm-contract.tsx:79
+#: src/pages/confirm-contract.tsx:78
 #, c-format
 msgid "Accepted exchanges:"
 msgstr ""
 
-#: src/pages/confirm-contract.tsx:84
+#: src/pages/confirm-contract.tsx:83
 #, c-format
 msgid "Exchanges in the wallet:"
 msgstr ""
 
-#: src/pages/confirm-contract.tsx:160
+#: src/pages/confirm-contract.tsx:159
 #, c-format
 msgid "You have insufficient funds of the requested currency in your wallet."
 msgstr ""
 
-#: src/pages/confirm-contract.tsx:161
+#: src/pages/confirm-contract.tsx:160
 #, c-format
 msgid ""
 "You do not have any funds from an exchange that is accepted by this "
@@ -261,32 +261,32 @@ msgstr ""
 msgid "Withdrew%1$sfrom%2$s(%3$s).\n"
 msgstr ""
 
-#: src/pages/popup.tsx:379
+#: src/pages/popup.tsx:378
 #, c-format
 msgid "Paid%1$sto merchant%2$s.  (%3$s)\n"
 msgstr ""
 
-#: src/pages/popup.tsx:386
+#: src/pages/popup.tsx:385
 #, c-format
 msgid "Unknown event (%1$s)"
 msgstr ""
 
-#: src/pages/popup.tsx:429
+#: src/pages/popup.tsx:428
 #, c-format
 msgid "Error: could not retrieve event history"
 msgstr ""
 
-#: src/pages/popup.tsx:463
+#: src/pages/popup.tsx:462
 #, c-format
 msgid "Your wallet has no events recorded."
 msgstr ""
 
-#: src/renderHtml.tsx:44
+#: src/renderHtml.tsx:48
 #, c-format
 msgid "The merchant%1$swants to enter a contract over%2$s with you.\n"
 msgstr ""
 
-#: src/renderHtml.tsx:49
+#: src/renderHtml.tsx:53
 #, c-format
 msgid "You are about to purchase:"
 msgstr ""
diff --git a/src/i18n/fr.po b/src/i18n/fr.po
index 86127399..60440b2c 100644
--- a/src/i18n/fr.po
+++ b/src/i18n/fr.po
@@ -27,27 +27,27 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: src/pages/confirm-contract.tsx:65
+#: src/pages/confirm-contract.tsx:64
 #, c-format
 msgid "show more details\n"
 msgstr ""
 
-#: src/pages/confirm-contract.tsx:79
+#: src/pages/confirm-contract.tsx:78
 #, c-format
 msgid "Accepted exchanges:"
 msgstr ""
 
-#: src/pages/confirm-contract.tsx:84
+#: src/pages/confirm-contract.tsx:83
 #, c-format
 msgid "Exchanges in the wallet:"
 msgstr ""
 
-#: src/pages/confirm-contract.tsx:160
+#: src/pages/confirm-contract.tsx:159
 #, c-format
 msgid "You have insufficient funds of the requested currency in your wallet."
 msgstr ""
 
-#: src/pages/confirm-contract.tsx:161
+#: src/pages/confirm-contract.tsx:160
 #, c-format
 msgid ""
 "You do not have any funds from an exchange that is accepted by this "
@@ -261,32 +261,32 @@ msgstr ""
 msgid "Withdrew%1$sfrom%2$s(%3$s).\n"
 msgstr ""
 
-#: src/pages/popup.tsx:379
+#: src/pages/popup.tsx:378
 #, c-format
 msgid "Paid%1$sto merchant%2$s.  (%3$s)\n"
 msgstr ""
 
-#: src/pages/popup.tsx:386
+#: src/pages/popup.tsx:385
 #, c-format
 msgid "Unknown event (%1$s)"
 msgstr ""
 
-#: src/pages/popup.tsx:429
+#: src/pages/popup.tsx:428
 #, c-format
 msgid "Error: could not retrieve event history"
 msgstr ""
 
-#: src/pages/popup.tsx:463
+#: src/pages/popup.tsx:462
 #, c-format
 msgid "Your wallet has no events recorded."
 msgstr ""
 
-#: src/renderHtml.tsx:44
+#: src/renderHtml.tsx:48
 #, c-format
 msgid "The merchant%1$swants to enter a contract over%2$s with you.\n"
 msgstr ""
 
-#: src/renderHtml.tsx:49
+#: src/renderHtml.tsx:53
 #, c-format
 msgid "You are about to purchase:"
 msgstr ""
diff --git a/src/i18n/it.po b/src/i18n/it.po
index 86127399..60440b2c 100644
--- a/src/i18n/it.po
+++ b/src/i18n/it.po
@@ -27,27 +27,27 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: src/pages/confirm-contract.tsx:65
+#: src/pages/confirm-contract.tsx:64
 #, c-format
 msgid "show more details\n"
 msgstr ""
 
-#: src/pages/confirm-contract.tsx:79
+#: src/pages/confirm-contract.tsx:78
 #, c-format
 msgid "Accepted exchanges:"
 msgstr ""
 
-#: src/pages/confirm-contract.tsx:84
+#: src/pages/confirm-contract.tsx:83
 #, c-format
 msgid "Exchanges in the wallet:"
 msgstr ""
 
-#: src/pages/confirm-contract.tsx:160
+#: src/pages/confirm-contract.tsx:159
 #, c-format
 msgid "You have insufficient funds of the requested currency in your wallet."
 msgstr ""
 
-#: src/pages/confirm-contract.tsx:161
+#: src/pages/confirm-contract.tsx:160
 #, c-format
 msgid ""
 "You do not have any funds from an exchange that is accepted by this "
@@ -261,32 +261,32 @@ msgstr ""
 msgid "Withdrew%1$sfrom%2$s(%3$s).\n"
 msgstr ""
 
-#: src/pages/popup.tsx:379
+#: src/pages/popup.tsx:378
 #, c-format
 msgid "Paid%1$sto merchant%2$s.  (%3$s)\n"
 msgstr ""
 
-#: src/pages/popup.tsx:386
+#: src/pages/popup.tsx:385
 #, c-format
 msgid "Unknown event (%1$s)"
 msgstr ""
 
-#: src/pages/popup.tsx:429
+#: src/pages/popup.tsx:428
 #, c-format
 msgid "Error: could not retrieve event history"
 msgstr ""
 
-#: src/pages/popup.tsx:463
+#: src/pages/popup.tsx:462
 #, c-format
 msgid "Your wallet has no events recorded."
 msgstr ""
 
-#: src/renderHtml.tsx:44
+#: src/renderHtml.tsx:48
 #, c-format
 msgid "The merchant%1$swants to enter a contract over%2$s with you.\n"
 msgstr ""
 
-#: src/renderHtml.tsx:49
+#: src/renderHtml.tsx:53
 #, c-format
 msgid "You are about to purchase:"
 msgstr ""
diff --git a/src/i18n/taler-wallet-webex.pot b/src/i18n/taler-wallet-webex.pot
index 86127399..60440b2c 100644
--- a/src/i18n/taler-wallet-webex.pot
+++ b/src/i18n/taler-wallet-webex.pot
@@ -27,27 +27,27 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: src/pages/confirm-contract.tsx:65
+#: src/pages/confirm-contract.tsx:64
 #, c-format
 msgid "show more details\n"
 msgstr ""
 
-#: src/pages/confirm-contract.tsx:79
+#: src/pages/confirm-contract.tsx:78
 #, c-format
 msgid "Accepted exchanges:"
 msgstr ""
 
-#: src/pages/confirm-contract.tsx:84
+#: src/pages/confirm-contract.tsx:83
 #, c-format
 msgid "Exchanges in the wallet:"
 msgstr ""
 
-#: src/pages/confirm-contract.tsx:160
+#: src/pages/confirm-contract.tsx:159
 #, c-format
 msgid "You have insufficient funds of the requested currency in your wallet."
 msgstr ""
 
-#: src/pages/confirm-contract.tsx:161
+#: src/pages/confirm-contract.tsx:160
 #, c-format
 msgid ""
 "You do not have any funds from an exchange that is accepted by this "
@@ -261,32 +261,32 @@ msgstr ""
 msgid "Withdrew%1$sfrom%2$s(%3$s).\n"
 msgstr ""
 
-#: src/pages/popup.tsx:379
+#: src/pages/popup.tsx:378
 #, c-format
 msgid "Paid%1$sto merchant%2$s.  (%3$s)\n"
 msgstr ""
 
-#: src/pages/popup.tsx:386
+#: src/pages/popup.tsx:385
 #, c-format
 msgid "Unknown event (%1$s)"
 msgstr ""
 
-#: src/pages/popup.tsx:429
+#: src/pages/popup.tsx:428
 #, c-format
 msgid "Error: could not retrieve event history"
 msgstr ""
 
-#: src/pages/popup.tsx:463
+#: src/pages/popup.tsx:462
 #, c-format
 msgid "Your wallet has no events recorded."
 msgstr ""
 
-#: src/renderHtml.tsx:44
+#: src/renderHtml.tsx:48
 #, c-format
 msgid "The merchant%1$swants to enter a contract over%2$s with you.\n"
 msgstr ""
 
-#: src/renderHtml.tsx:49
+#: src/renderHtml.tsx:53
 #, c-format
 msgid "You are about to purchase:"
 msgstr ""
diff --git a/src/pages/add-auditor.html b/src/pages/add-auditor.html
index dce391ff..b7a9d041 100644
--- a/src/pages/add-auditor.html
+++ b/src/pages/add-auditor.html
@@ -6,7 +6,6 @@
 
   <title>Taler Wallet: Add Auditor</title>
 
-  <link rel="stylesheet" type="text/css" href="../style/lang.css">
   <link rel="stylesheet" type="text/css" href="../style/wallet.css">
 
   <link rel="icon" href="/img/icon.png">
@@ -14,9 +13,6 @@
   <script src="/dist/page-common-bundle.js"></script>
   <script src="/dist/add-auditor-bundle.js"></script>
 
-  <link rel="stylesheet" type="text/css" href="/src/style/pure.css">
-  <link rel="stylesheet" type="text/css" href="/src/style/wallet.css">
-
   <style>
     .tree-item {
             margin: 2em;
diff --git a/src/pages/auditors.html b/src/pages/auditors.html
index 2f50b28a..cbfc3b4b 100644
--- a/src/pages/auditors.html
+++ b/src/pages/auditors.html
@@ -5,7 +5,6 @@
   <meta charset="UTF-8">
   <title>Taler Wallet: Auditors</title>
 
-  <link rel="stylesheet" type="text/css" href="../style/lang.css">
   <link rel="stylesheet" type="text/css" href="../style/wallet.css">
 
   <link rel="icon" href="/img/icon.png">
diff --git a/src/pages/confirm-contract.html b/src/pages/confirm-contract.html
index 52b68e62..6713b2e2 100644
--- a/src/pages/confirm-contract.html
+++ b/src/pages/confirm-contract.html
@@ -5,7 +5,6 @@
   <meta charset="UTF-8">
   <title>Taler Wallet: Confirm Reserve Creation</title>
 
-  <link rel="stylesheet" type="text/css" href="/src/style/lang.css">
   <link rel="stylesheet" type="text/css" href="/src/style/wallet.css">
 
   <link rel="icon" href="/img/icon.png">
diff --git a/src/pages/error.html b/src/pages/error.html
index c67f4a5a..51a8fd73 100644
--- a/src/pages/error.html
+++ b/src/pages/error.html
@@ -5,7 +5,6 @@
   <meta charset="UTF-8">
   <title>Taler Wallet: Error Occured</title>
 
-  <link rel="stylesheet" type="text/css" href="../style/lang.css">
   <link rel="stylesheet" type="text/css" href="../style/wallet.css">
 
   <link rel="icon" href="/img/icon.png">
diff --git a/src/pages/logs.html b/src/pages/logs.html
index 432427eb..9545269e 100644
--- a/src/pages/logs.html
+++ b/src/pages/logs.html
@@ -5,7 +5,6 @@
   <meta charset="UTF-8">
   <title>Taler Wallet: Logs</title>
 
-  <link rel="stylesheet" type="text/css" href="../style/lang.css">
   <link rel="stylesheet" type="text/css" href="../style/wallet.css">
 
   <link rel="icon" href="/img/icon.png">
diff --git a/src/pages/payback.html b/src/pages/payback.html
index d7b913ee..d6fe334c 100644
--- a/src/pages/payback.html
+++ b/src/pages/payback.html
@@ -5,7 +5,6 @@
   <meta charset="UTF-8">
   <title>Taler Wallet: Payback</title>
 
-  <link rel="stylesheet" type="text/css" href="../style/lang.css">
   <link rel="stylesheet" type="text/css" href="../style/wallet.css">
 
   <link rel="icon" href="/img/icon.png">
diff --git a/src/pages/popup.html b/src/pages/popup.html
index 702f43cd..98f24bcc 100644
--- a/src/pages/popup.html
+++ b/src/pages/popup.html
@@ -4,7 +4,6 @@
 <head>
   <meta charset="utf-8">
 
-  <link rel="stylesheet" type="text/css" href="../style/lang.css">
   <link rel="stylesheet" type="text/css" href="../style/wallet.css">
   <link rel="stylesheet" type="text/css" href="popup.css">
 
diff --git a/src/pages/tree.html b/src/pages/tree.html
index 638c1484..0c0a368b 100644
--- a/src/pages/tree.html
+++ b/src/pages/tree.html
@@ -5,7 +5,6 @@
   <meta charset="UTF-8">
   <title>Taler Wallet: Tree View</title>
 
-  <link rel="stylesheet" type="text/css" href="../style/lang.css">
   <link rel="stylesheet" type="text/css" href="../style/wallet.css">
 
   <link rel="icon" href="/img/icon.png">
diff --git a/src/style/lang.css b/src/style/lang.css
deleted file mode 100644
index 1cf07352..00000000
--- a/src/style/lang.css
+++ /dev/null
@@ -1,11 +0,0 @@
-body [lang] {
-  visibility: hidden;
-}
-
-body:lang(en) :lang(en),
-body:lang(de) :lang(de),
-body:lang(fr) :lang(fr),
-body:lang(it) :lang(it),
-body:lang(es) :lang(es) {
-  visibility: visible;
-}

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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