Commit Graph

98 Commits

Author SHA1 Message Date
wiz
4658b47007 Implement i18n support in frontend using Angular + Transifex + NGINX
This PR adds basic i18n support into the mempool frontend, together with
a smooth workflow for developers and translators to collaborate:

* Using the existing @angular/localize module, developers add i18n
metadata to any frontend strings their new features or changes modify

* Using the new npm script `i18n-extract-from-source`, developers
extract the i18n data from source code into `src/locale/messages.xlf`

* After pushing the updated `src/locale/messages.xlf` to GitHub, the
Transifex service will update its database from the new source data

* Using the Transifex website UI, translators can work together to
translate all the mempool frontend strings into their native languages

* Using the new npm script `i18n-pull-from-transifex`, developers can
pull in completed translations from Transifex, and commit them into git.

This flow requires an API key from Transifex, which can be obtained at
https://www.transifex.com/user/settings/api/ to be used with the python
script installed by `pip install transifex-client` - after preparing
these, run the npm script which will ask you for the API key the first
time. When downloading is complete, you can test building the frontend,
and if successful, commit the new strings files into git.

This PR implements a new locale selector in the footer of the homepage
dashboard, and includes WIP translations for the following languages:

* Czech (cs)
* German (de)
* Japanese (ja)
* Norwegian (nn)
* Spanish (es)
* Swedish (sv)
* Ukrainian (uk)
* Persian (fa)
* Portugese (pt)
* Turkish (tr)
* Dutch (nl)
* French (fr)
* Chinese (zh)
* Slovenian (sl)
* Korean (ko)
* Polish (pl)

The user-agent's `Accept-Language` header is used to automatically
detect their preferred language, which can be manually overriden by the
pull-down selector, which saves their preference to a cookie, which is
used by nginx to serve the correct HTML bundle to the user.

Remaining tasks include adding i18n metadata for strings in the Bisq and
Liquid frontend code, mouseover hover tooltip strings, hard-coded og
metadata inside HTML templates, and many other places. This will be done
in a separate PR.

When upgrading to add i18n support, mempool instance operators must take
care to install the new nginx.conf and nginx-mempool.conf files, and
tweak for their specific site configuration.

Fixes #81
2020-12-02 04:19:33 +09:00
softsimon
d0da875e69 Adding ServerTransferStateModule for AU with custom http interceptor for cache transfer. 2020-11-27 18:41:57 +07:00
softsimon
75726df275 Merge branch 'master' into simon/angular-universal
* master:
  Tweak ASM opcode styling colors
  Add some color and styling to the Bitcoin ASM opcodes
  Correcting title text on graph invert button.
  Modify upgrade script to include "tag @ hash" in notification msg
  Adding a button to invert the graph globally.
  Display P2PK instead of OP_RETURN fixes #161
  Improved utxo script design. fixes #46
  Adding prevout script. Fixed padding. refs #46
  Correcting details button padding on mobile.
  Fix nginx.conf reverse proxy cache URL path for sponsor images
  Add missing "engines" metadata into package-lock.json
  Upgrade backend/package-lock.json to version 2
  Toggle display UTXO details and scripts for transactions fixes #46
  Axios error handle sponsor proxy requests.
  Replacing request.js with axios fixes #153
  Add basic websocket error handler as emergency fix for site crashing

# Conflicts:
#	frontend/src/app/services/storage.service.ts
2020-11-22 20:53:12 +07:00
softsimon
ca540d902a Adding a button to invert the graph globally. 2020-11-16 19:27:06 +07:00
softsimon
14c9d0c409 angular universal WIP
refs #104
2020-11-07 04:30:52 +07:00
softsimon
396ff6a375 Change collapsing dashboard into 3 levels. 2020-10-27 16:34:27 +07:00
softsimon
e61574c630 Add L-BTC sponsor support. 2020-10-27 15:26:37 +07:00
softsimon
edf2d4205d Feature: Add a collapse/show advanced view feature on the Dashboard
fixes #134
2020-10-27 02:58:29 +07:00
softsimon
99162f5ec9 Sponsor Lightning support. 2020-10-26 18:29:25 +07:00
wiz
bb3842fc10 Add basic Terms of Service page 2020-10-11 19:23:52 +09:00
softsimon
b6738dd9e8 Moving API docs to separate /api page. 2020-10-07 23:24:01 +07:00
softsimon
3dedf1e3e1 Adding mini-graphs on dashboard. 2020-09-26 22:46:26 +07:00
softsimon
b2e0edb919 Menu design updates. 2020-09-22 06:55:45 +07:00
softsimon
b67b025dc2 Replacing menu button texts with icons.
Latest blocks is now a separate page.
2020-09-22 05:51:34 +07:00
softsimon
6c1d28a9ac Replacing footer and latest blocks with a stats dashboard. 2020-09-21 19:41:12 +07:00
softsimon
9e0097e7b6 Adding fee estimation component to front page
fixes #98
2020-07-29 15:16:09 +07:00
softsimon
81d05e23b8 Add typeahead address prefix. 2020-07-24 22:37:35 +07:00
softsimon
7f71781916 Bisq: Feature to filter transaction types. 2020-07-24 18:41:15 +07:00
softsimon
cca69556d0 Refactored "features" and "fee rating" from transaction into components. 2020-07-19 14:54:42 +07:00
softsimon
87e56e2975 Network menu design updates. 2020-07-16 14:30:27 +07:00
softsimon
ca0cf23d66 Bisq stats page.
BSQ prices.
2020-07-14 21:26:02 +07:00
softsimon
432fb9cd66 Address index and api.
Address view.
2020-07-13 21:46:25 +07:00
softsimon
db2e293ce5 Bisq module separation.
Transaction view.
Block view.
Blocks list.
2020-07-13 15:16:12 +07:00
softsimon
60e1b9a41e Bisq explorer is now a separate module. 2020-07-11 00:17:13 +07:00
softsimon
c21dad88bf WIP: Bisq DAO support. Transactions list and details. 2020-07-03 23:45:19 +07:00
softsimon
2aca447f9e Adding /status-view 2020-07-02 17:56:15 +07:00
softsimon
969367c8bb Improved Liquid Assets page with pagination and search filter. 2020-05-30 16:26:39 +07:00
softsimon
565aa499e5 Reveal coinbase scriptsig and op_return scriptpubkey ascii on hover. 2020-05-22 00:35:45 +07:00
softsimon
91a45aae30 Search box text updated.
BTC ticker fix.
Dropdown color fix.
Miner button tooltip.
2020-05-10 16:03:22 +07:00
softsimon
0753b11840 Identify and display mining pool.
fixes #59
2020-05-10 00:35:21 +07:00
softsimon
1feb985bec Liquid and Testnet now accessable from the main site
fixes #35
2020-05-09 20:37:50 +07:00
softsimon
44d19550e8 Assets list. Native asset updates.
refs #37
2020-05-02 16:29:34 +07:00
softsimon
b2d2fd225c Basic Liquid Asset support. 2020-04-28 17:10:31 +07:00
softsimon
9814927849 Merging duplicate mempool graph code. 2020-03-29 23:59:04 +07:00
softsimon
2628dc1271 Update page Title for SEO. 2020-03-24 00:52:08 +07:00
softsimon
93c5f0bd84 Adding ETA, confirmed time, and other ui improvements to transaction page. 2020-03-23 04:07:31 +07:00
softsimon
72658c19f6 Adding "mempool block" details. Work in progress! 2020-03-17 21:53:20 +07:00
softsimon
f94007979b Removing latest transactions component. 2020-03-11 16:31:37 +07:00
softsimon
669a5e429d Added fiat balance to address and made fiat balance into a component. 2020-03-02 17:29:00 +07:00
softsimon
90c05ccb51 Infinite scroll replaces "load more" buttons. 2020-03-01 03:32:12 +07:00
softsimon
943d96ee8c Latest block design updates. 2020-02-29 23:42:50 +07:00
softsimon
a122432c24 Address tracking and notification sounds. 2020-02-26 04:29:57 +07:00
Simon Lindh
34645908e9 Refactor. API explanations. UX revamp. 2020-02-26 03:26:16 +09:00
Simon Lindh
ac95c09ea6 New base code for mempool blockchain explorerer 2020-02-26 03:19:26 +09:00
Simon Lindh
9b287336d0 Added fee distribution Pie Chart to the block inspector. 2019-08-18 17:22:16 +03:00
Simon Lindh
85c4a3480b TV full screen view. 2019-07-27 18:43:17 +03:00
Simon Lindh
e56b828ade Refactored the "blockchain" into separate sub components. 2019-07-23 18:13:36 +03:00
Simon Lindh
fd2209e75a Initial code commit. 2019-07-21 17:59:47 +03:00