diff options
author | Dan Finlay <dan@danfinlay.com> | 2018-03-10 03:18:43 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2018-03-10 03:18:43 +0800 |
commit | 174f57b4646b3d320850c6286189a146cf0e23b0 (patch) | |
tree | 47bad520f0a433c054997c8db1e97a882035e8c4 /README.md | |
parent | 09dae760bc9ec5b2288d0719acbf7e2c949c8fbb (diff) | |
download | tangerine-wallet-browser-174f57b4646b3d320850c6286189a146cf0e23b0.tar tangerine-wallet-browser-174f57b4646b3d320850c6286189a146cf0e23b0.tar.gz tangerine-wallet-browser-174f57b4646b3d320850c6286189a146cf0e23b0.tar.bz2 tangerine-wallet-browser-174f57b4646b3d320850c6286189a146cf0e23b0.tar.lz tangerine-wallet-browser-174f57b4646b3d320850c6286189a146cf0e23b0.tar.xz tangerine-wallet-browser-174f57b4646b3d320850c6286189a146cf0e23b0.tar.zst tangerine-wallet-browser-174f57b4646b3d320850c6286189a146cf0e23b0.zip |
Document process of adding a new translation
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -66,6 +66,7 @@ To write tests that will be run in the browser using QUnit, add your test files - [How to add custom build to Chrome](./docs/add-to-chrome.md) - [How to add custom build to Firefox](./docs/add-to-firefox.md) - [How to develop a live-reloading UI](./docs/ui-dev-mode.md) +- [How to add a new translation to MetaMask](./docs/translating-guide.md) - [Publishing Guide](./docs/publishing.md) - [How to develop an in-browser mocked UI](./docs/ui-mock-mode.md) - [How to live reload on local dependency changes](./docs/developing-on-deps.md) |