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);