diff options
-rw-r--r-- | gulpfile.js | 1 | ||||
-rw-r--r-- | node_modules/.yarn-integrity | 2 | ||||
-rw-r--r-- | pogen/pogen.ts | 5 | ||||
-rw-r--r-- | src/i18n/de.po | 28 | ||||
-rw-r--r-- | src/i18n/en-US.po | 26 | ||||
-rw-r--r-- | src/i18n/fr.po | 26 | ||||
-rw-r--r-- | src/i18n/it.po | 26 | ||||
-rw-r--r-- | src/i18n/taler-wallet-webex.pot | 26 | ||||
-rw-r--r-- | tsconfig.json | 46 |
9 files changed, 94 insertions, 92 deletions
diff --git a/gulpfile.js b/gulpfile.js index 389e380f7..781929c11 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -270,6 +270,7 @@ function tsconfig(confBase) { conf.files.push(file.relative); cb(); }, function(cb) { + conf.files.sort(); let x = JSON.stringify(conf, null, 2); let f = new File({ path: "tsconfig.json", diff --git a/node_modules/.yarn-integrity b/node_modules/.yarn-integrity index 09e184c29..821afe21d 100644 --- a/node_modules/.yarn-integrity +++ b/node_modules/.yarn-integrity @@ -1 +1 @@ -8d86b08621057462b5dc991a97e4d30feabbf35e5dbb89f981b1825e90f66885
\ No newline at end of file +48b979ad7457b6937e82689f2b73c2a88fe3ec861fe1a5b2343f559e486572c3
\ No newline at end of file diff --git a/pogen/pogen.ts b/pogen/pogen.ts index 3421d7070..090a6efee 100644 --- a/pogen/pogen.ts +++ b/pogen/pogen.ts @@ -29,7 +29,6 @@ "use strict"; import {readFileSync} from "fs"; -import {execSync} from "child_process"; import * as ts from "typescript"; @@ -372,7 +371,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\\n" "Report-Msgid-Bugs-To: \\n" -"POT-Creation-Date: ${execSync("date '+%F %H:%M%z'").toString().trim()}\\n" +"POT-Creation-Date: 2016-11-23 00:00+0100\\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\\n" "Language-Team: LANGUAGE <LL@li.org>\\n" @@ -382,6 +381,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\\n"`); console.log() +fileNames.sort(); + fileNames.forEach(fileName => { let sourceFile = ts.createSourceFile(fileName, readFileSync(fileName).toString(), ts.ScriptTarget.ES2016, /*setParentNodes */ true); processFile(sourceFile); diff --git a/src/i18n/de.po b/src/i18n/de.po index d496806d7..81e091336 100644 --- a/src/i18n/de.po +++ b/src/i18n/de.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: Taler Wallet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-11-19 23:47+0100\n" +"POT-Creation-Date: 2016-11-23 00:00+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -27,16 +27,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/pages/confirm-create-reserve.tsx:276 -#, c-format -msgid "Error: URL is empty" -msgstr "" - -#: src/pages/confirm-create-reserve.tsx:284 -#, c-format -msgid "Error: URL may not be relative" -msgstr "" - #: src/pages/confirm-contract.tsx:154 #, c-format msgid "You have insufficient funds of the requested currency in your wallet." @@ -51,10 +41,15 @@ msgid "" "your wallet." msgstr "" -#: src/renderHtml.tsx:42 +#: src/pages/confirm-create-reserve.tsx:276 #, c-format -msgid "You are about to purchase:" -msgstr "Sie sind dabei, Folgendes zu kaufen:" +msgid "Error: URL is empty" +msgstr "" + +#: src/pages/confirm-create-reserve.tsx:284 +#, c-format +msgid "Error: URL may not be relative" +msgstr "" #: src/popup/popup.tsx:244 #, fuzzy, c-format @@ -103,6 +98,11 @@ msgstr "" msgid "Your wallet has no events recorded." msgstr "Ihre Geldbörse verzeichnet keine Vorkommnisse." +#: src/renderHtml.tsx:42 +#, c-format +msgid "You are about to purchase:" +msgstr "Sie sind dabei, Folgendes zu kaufen:" + #~ msgid "" #~ "%1$s\n" #~ " wants to enter a contract over %2$s\n" diff --git a/src/i18n/en-US.po b/src/i18n/en-US.po index 088bc383e..85c964c3a 100644 --- a/src/i18n/en-US.po +++ b/src/i18n/en-US.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: Taler Wallet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-11-19 23:47+0100\n" +"POT-Creation-Date: 2016-11-23 00:00+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -27,16 +27,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/pages/confirm-create-reserve.tsx:276 -#, c-format -msgid "Error: URL is empty" -msgstr "" - -#: src/pages/confirm-create-reserve.tsx:284 -#, c-format -msgid "Error: URL may not be relative" -msgstr "" - #: src/pages/confirm-contract.tsx:154 #, c-format msgid "You have insufficient funds of the requested currency in your wallet." @@ -51,9 +41,14 @@ msgid "" "your wallet." msgstr "" -#: src/renderHtml.tsx:42 +#: src/pages/confirm-create-reserve.tsx:276 #, c-format -msgid "You are about to purchase:" +msgid "Error: URL is empty" +msgstr "" + +#: src/pages/confirm-create-reserve.tsx:284 +#, c-format +msgid "Error: URL may not be relative" msgstr "" #: src/popup/popup.tsx:244 @@ -103,6 +98,11 @@ msgstr "" msgid "Your wallet has no events recorded." msgstr "" +#: src/renderHtml.tsx:42 +#, c-format +msgid "You are about to purchase:" +msgstr "" + #, fuzzy #~ msgid "DEBUG: Your balance on %1$s is %2$s KUDO. Get more at %3$s" #~ msgstr "DEBUG: Your balance is %2$s KUDO on %1$s. Get more at %3$s" diff --git a/src/i18n/fr.po b/src/i18n/fr.po index abdd5dd46..29c14a8b8 100644 --- a/src/i18n/fr.po +++ b/src/i18n/fr.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: Taler Wallet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-11-19 23:47+0100\n" +"POT-Creation-Date: 2016-11-23 00:00+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -27,16 +27,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/pages/confirm-create-reserve.tsx:276 -#, c-format -msgid "Error: URL is empty" -msgstr "" - -#: src/pages/confirm-create-reserve.tsx:284 -#, c-format -msgid "Error: URL may not be relative" -msgstr "" - #: src/pages/confirm-contract.tsx:154 #, c-format msgid "You have insufficient funds of the requested currency in your wallet." @@ -51,9 +41,14 @@ msgid "" "your wallet." msgstr "" -#: src/renderHtml.tsx:42 +#: src/pages/confirm-create-reserve.tsx:276 #, c-format -msgid "You are about to purchase:" +msgid "Error: URL is empty" +msgstr "" + +#: src/pages/confirm-create-reserve.tsx:284 +#, c-format +msgid "Error: URL may not be relative" msgstr "" #: src/popup/popup.tsx:244 @@ -102,3 +97,8 @@ msgstr "" #, c-format msgid "Your wallet has no events recorded." msgstr "" + +#: src/renderHtml.tsx:42 +#, c-format +msgid "You are about to purchase:" +msgstr "" diff --git a/src/i18n/it.po b/src/i18n/it.po index abdd5dd46..29c14a8b8 100644 --- a/src/i18n/it.po +++ b/src/i18n/it.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: Taler Wallet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-11-19 23:47+0100\n" +"POT-Creation-Date: 2016-11-23 00:00+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -27,16 +27,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/pages/confirm-create-reserve.tsx:276 -#, c-format -msgid "Error: URL is empty" -msgstr "" - -#: src/pages/confirm-create-reserve.tsx:284 -#, c-format -msgid "Error: URL may not be relative" -msgstr "" - #: src/pages/confirm-contract.tsx:154 #, c-format msgid "You have insufficient funds of the requested currency in your wallet." @@ -51,9 +41,14 @@ msgid "" "your wallet." msgstr "" -#: src/renderHtml.tsx:42 +#: src/pages/confirm-create-reserve.tsx:276 #, c-format -msgid "You are about to purchase:" +msgid "Error: URL is empty" +msgstr "" + +#: src/pages/confirm-create-reserve.tsx:284 +#, c-format +msgid "Error: URL may not be relative" msgstr "" #: src/popup/popup.tsx:244 @@ -102,3 +97,8 @@ msgstr "" #, c-format msgid "Your wallet has no events recorded." msgstr "" + +#: src/renderHtml.tsx:42 +#, 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 abdd5dd46..29c14a8b8 100644 --- a/src/i18n/taler-wallet-webex.pot +++ b/src/i18n/taler-wallet-webex.pot @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: Taler Wallet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-11-19 23:47+0100\n" +"POT-Creation-Date: 2016-11-23 00:00+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -27,16 +27,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/pages/confirm-create-reserve.tsx:276 -#, c-format -msgid "Error: URL is empty" -msgstr "" - -#: src/pages/confirm-create-reserve.tsx:284 -#, c-format -msgid "Error: URL may not be relative" -msgstr "" - #: src/pages/confirm-contract.tsx:154 #, c-format msgid "You have insufficient funds of the requested currency in your wallet." @@ -51,9 +41,14 @@ msgid "" "your wallet." msgstr "" -#: src/renderHtml.tsx:42 +#: src/pages/confirm-create-reserve.tsx:276 #, c-format -msgid "You are about to purchase:" +msgid "Error: URL is empty" +msgstr "" + +#: src/pages/confirm-create-reserve.tsx:284 +#, c-format +msgid "Error: URL may not be relative" msgstr "" #: src/popup/popup.tsx:244 @@ -102,3 +97,8 @@ msgstr "" #, c-format msgid "Your wallet has no events recorded." msgstr "" + +#: src/renderHtml.tsx:42 +#, c-format +msgid "You are about to purchase:" +msgstr "" diff --git a/tsconfig.json b/tsconfig.json index c4e4143c2..e3b17bf9c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,44 +13,44 @@ "noImplicitAny": true }, "files": [ - "src/checkable.ts", + "decl/chrome/chrome.d.ts", "decl/lib.es6.d.ts", - "src/chromeBadge.ts", + "decl/react-global.d.ts", + "decl/systemjs/systemjs.d.ts", "decl/urijs/URIjs.d.ts", - "src/cryptoApi-test.ts", + "src/background/background.ts", + "src/checkable.ts", + "src/chromeBadge.ts", "src/components.ts", - "decl/systemjs/systemjs.d.ts", - "src/emscriptif-test.ts", + "src/content_scripts/notify.ts", + "src/cryptoApi-test.ts", "src/cryptoApi.ts", - "decl/react-global.d.ts", - "src/helpers-test.ts", "src/cryptoLib.ts", - "src/types-test.ts", - "decl/chrome/chrome.d.ts", "src/cryptoWorker.ts", - "src/wallet-test.ts", + "src/emscripten/taler-emscripten-lib.d.ts", + "src/emscriptif-test.ts", "src/emscriptif.ts", + "src/helpers-test.ts", "src/helpers.ts", "src/http.ts", + "src/i18n.tsx", "src/logging.ts", "src/moduleTrampoline.ts", + "src/pages/confirm-contract.tsx", + "src/pages/confirm-create-reserve.tsx", + "src/pages/error.tsx", + "src/pages/logs.tsx", + "src/pages/show-db.ts", + "src/pages/tree.tsx", + "src/popup/popup.tsx", "src/query.ts", + "src/renderHtml.tsx", "src/taler-wallet-lib.ts", + "src/types-test.ts", "src/types.ts", + "src/wallet-test.ts", "src/wallet.ts", "src/wxApi.ts", - "src/wxBackend.ts", - "src/i18n.tsx", - "src/renderHtml.tsx", - "src/background/background.ts", - "src/content_scripts/notify.ts", - "src/emscripten/taler-emscripten-lib.d.ts", - "src/popup/popup.tsx", - "src/pages/show-db.ts", - "src/pages/confirm-contract.tsx", - "src/pages/confirm-create-reserve.tsx", - "src/pages/error.tsx", - "src/pages/logs.tsx", - "src/pages/tree.tsx" + "src/wxBackend.ts" ] }
\ No newline at end of file |