33 Commits

Author SHA1 Message Date
softsimon
2f3741e9e0 i18n correcctions based on feedback. Added even more missing i18n strings. 2020-12-04 21:29:31 +07:00
softsimon
4d097ea92a i18n all the remaining strings. 2020-12-03 18:34:19 +07:00
wiz
46ad261d84 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
1fa02433d0 Various bugfixes. 2020-09-28 16:32:48 +07:00
softsimon
a84df26506 Replacing menu button texts with icons.
Latest blocks is now a separate page.
2020-09-22 05:51:34 +07:00
softsimon
d915edd3de Replacing footer and latest blocks with a stats dashboard. 2020-09-21 19:41:12 +07:00
softsimon
400e156414 Changedetection performance improvements. 2020-08-02 16:00:08 +07:00
softsimon
47e99b8340 Fixed margins. 2020-07-30 21:55:46 +07:00
softsimon
b93d54d702 Fee box: Only display on mainnet 2020-07-30 13:24:03 +07:00
softsimon
3d355257b2 Fee box: Mobile view 2020-07-29 17:30:30 +07:00
softsimon
92d0aa6cef Adding fee estimation component to front page
fixes #98
2020-07-29 15:16:09 +07:00
softsimon
e0a451eb05 Transition new blocks from the mempool onto the blockchain.
Chime on new blocks.
fixes #47
fixes #84
2020-06-10 23:52:14 +07:00
softsimon
820642cf1c Bootstrap version update and progressbar fix.
Yellow fee text is now white.
2020-05-25 22:36:50 +07:00
softsimon
e565815dfd Removing halving event code. 2020-05-12 14:49:29 +07:00
softsimon
48c541f4ba Network based block progressbar colors. 2020-05-10 21:50:32 +07:00
softsimon
7974cbbc83 Liquid and Testnet now accessable from the main site
fixes #35
2020-05-09 20:37:50 +07:00
softsimon
c63b7f55bc Adding countdown timer
refs #50
2020-04-10 01:14:18 +07:00
softsimon
6fda14638d Adding countdown timer
refs #50
2020-04-10 01:05:21 +07:00
softsimon
7ea20378e9 Format transaction count numbers. 2020-04-07 00:44:22 +07:00
softsimon
b14826ed9a Update page Title for SEO. 2020-03-24 00:52:08 +07:00
softsimon
827bfcef3d Refactord blockchain is rendering, block arrow location propagation and keynavigation. 2020-03-22 17:44:36 +07:00
softsimon
aca1b20772 Adding "mempool block" details. Work in progress! 2020-03-17 21:53:20 +07:00
wiz
3c1e702c04 Remove more instances of # before block height number 2020-03-13 23:03:46 +09:00
softsimon
ff685e836a Preload latest blocks until it fills the screen on inital load.
closes #42
2020-03-11 18:04:57 +07:00
softsimon
c7ddeecd18 General responsive improvments. 2020-03-05 16:13:46 +07:00
softsimon
2a9b411a08 Responsive latest blocks and transactions tables. 2020-03-04 02:53:31 +07:00
softsimon
f96728292c Improvments to responsiveness 2020-03-03 17:47:01 +07:00
softsimon
a8609cfb2c Infinite scroll fixes. 2020-03-01 16:33:18 +07:00
softsimon
ab9f39884f Infinite scroll replaces "load more" buttons. 2020-03-01 03:32:12 +07:00
softsimon
3718ddf8f0 Latest block design updates. 2020-02-29 23:42:50 +07:00
softsimon
2422356704 Added first seen on mempool transactions. 2020-02-28 01:09:07 +07:00
Simon Lindh
98391580b3 Refactor. API explanations. UX revamp. 2020-02-26 03:26:16 +09:00
Simon Lindh
43f41b8aab New base code for mempool blockchain explorerer 2020-02-26 03:19:26 +09:00