Commit Graph

28 Commits

Author SHA1 Message Date
softsimon
b48a48a6be
Updating from transifex. 2021-06-29 13:12:47 -04:00
softsimon
13931ceec6
Updated from transifex. 2021-06-22 10:57:44 -04:00
softsimon
389c1d794c
Updated from transifex. 2021-06-17 11:09:52 -05:00
softsimon
f00e727e68
Updating i18n from transifex. 2021-06-11 23:27:29 -05:00
softsimon
28d685a661
Updated i18n from transifex 2021-06-11 10:58:54 -05:00
softsimon
bf45bf7b39
Update i18n from transifex 2021-06-10 09:52:13 -05:00
softsimon
861344ed6d
Update i18n from transifex. 2021-06-09 13:35:07 -05:00
softsimon
934dd67384
Updated i18n from transifex. 2021-05-11 15:31:42 +04:00
softsimon
8ed664e3a9
Update translations from transifex. 2021-05-08 01:12:57 +04:00
softsimon
bf23a6649c
Updating from transifex. 2021-04-26 04:05:55 +04:00
wiz
06fd821bf8
Update translated strings from Transifex 2021-04-26 05:44:00 +09:00
softsimon
d20cec4e59
Updating translations from transifex. 2021-03-07 20:13:39 +07:00
softsimon
2743b35ea2
Update from transifex. 2021-02-15 00:15:04 +07:00
softsimon
96b3ca6a0b
Updating from transifex. 2021-02-03 15:30:38 +07:00
wiz
494119d119
Update translated strings from Transifex 2021-01-21 12:39:53 +09:00
wiz
006e942109
Update translation strings from Transifex 2020-12-13 17:59:54 +09:00
softsimon
cd9f8cbf93
Updating from transifex. 2020-12-10 23:38:50 +07:00
softsimon
56556b6c52
Updated strings from transifex. 2020-12-09 23:55:17 +07:00
softsimon
0a6f6a14b6
Pulled new strings from transifex. 2020-12-09 01:17:22 +07:00
softsimon
40ac83ee88
Update strings from transifex. 2020-12-08 11:58:43 +07:00
softsimon
94a5e8edae
i18n update 2020-12-05 11:58:22 +07:00
wiz
5774b395a7
Update translation strings from Transifex 2020-12-05 02:39:50 +09:00
wiz
6acacc7792
Update translations from Transifex 2020-12-05 00:36:00 +09:00
wiz
6476d1e77c
Update translations from Transifex 2020-12-05 00:11:40 +09:00
wiz
768fbdfbfa
Update translated strings from Transifex 2020-12-04 23:03:52 +09:00
wiz
cc451d29ab
Update translated strings from Transifex 2020-12-04 04:07:01 +09:00
wiz
8875579c08
Update strings from Transifex 2020-12-03 10:16:21 +09:00
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