From 6be9f237902926f340e5e5b4196666cb7dfbba03 Mon Sep 17 00:00:00 2001 From: hunicus <93150691+hunicus@users.noreply.github.com> Date: Sat, 18 Mar 2023 04:57:20 -0400 Subject: [PATCH] Add more languages for promo captions --- .../src/app/components/about/about.component.html | 13 ++++++++++++- frontend/sync-assets.js | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/components/about/about.component.html b/frontend/src/app/components/about/about.component.html index 17920157f..c2147c8b4 100644 --- a/frontend/src/app/components/about/about.component.html +++ b/frontend/src/app/components/about/about.component.html @@ -16,7 +16,18 @@
diff --git a/frontend/sync-assets.js b/frontend/sync-assets.js index 9512116fa..953811fae 100644 --- a/frontend/sync-assets.js +++ b/frontend/sync-assets.js @@ -84,7 +84,7 @@ const testnetAssetsMinimalJsonUrl = 'https://raw.githubusercontent.com/Blockstre const promoPrefix = PATH + 'promo-video/'; const promoVideoFile = promoPrefix + 'mempool-promo.mp4'; const promoVideoUrl = 'https://raw.githubusercontent.com/mempool/mempool-promo/master/promo.mp4'; -const promoVideoLanguages = ['en','sv','ja']; +const promoVideoLanguages = ['en','sv','ja','zh','cs','fi','fr','de','it','lt','nb','fa','pl','ro','pt']; console.log('Downloading assets'); download(PATH + 'assets.json', assetsJsonUrl);