From 649b428153a084dcd8625522508b64833e983ea8 Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Thu, 25 Apr 2019 11:32:27 +0200 Subject: [PATCH] upgrade ttm --- l10n.config.json | 1 + package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/l10n.config.json b/l10n.config.json index 489dce79..0379452b 100644 --- a/l10n.config.json +++ b/l10n.config.json @@ -4,6 +4,7 @@ "outputDir": "translations/", "project": { "identifier": "trezor-wallet-test", + "filename": "master", "apiKeyEnv": "CROWDIN_API_KEY" }, "languages": [ diff --git a/package.json b/package.json index 31fe71ee..9dd2ba36 100644 --- a/package.json +++ b/package.json @@ -134,7 +134,7 @@ "stylelint-custom-processor-loader": "^0.6.0", "stylelint-processor-styled-components": "^1.5.2", "stylelint-webpack-plugin": "^0.10.5", - "trezor-translations-manager": "^1.0.4", + "trezor-translations-manager": "^1.0.5", "webpack-cli": "^3.2.3", "webpack-dev-server": "^3.1.14" }, diff --git a/yarn.lock b/yarn.lock index 95af836b..15c643fd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11167,10 +11167,10 @@ trezor-connect@7.0.2: events "^3.0.0" whatwg-fetch "^3.0.0" -trezor-translations-manager@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/trezor-translations-manager/-/trezor-translations-manager-1.0.4.tgz#b31f906b96fad91e279c16ee0c8da3113cdb74fa" - integrity sha512-khl2kKsDpKY2BJsyS73BQl6N7L+M0ozBDk6hYTlP7sDIx6pbbY6Lnyo4sGJ3wRaZstOOSeGjW9IbYmIxLG2Ubg== +trezor-translations-manager@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/trezor-translations-manager/-/trezor-translations-manager-1.0.5.tgz#a6d2ac952cd9a65c9a77281df5361ea7379f5c46" + integrity sha512-23VoSjIJ1vSHyTG0qDx04fQh+568INZAhqz7BWa0cmy7LijxmyeqK27RyU0dYOVXGJTHjdGJmnN0BtLXALjf+A== dependencies: csv-stringify "^5.3.0" csvtojson "^2.0.8"