diff options
author | Noel Yoo <innovation.noel@gmail.com> | 2018-10-09 19:59:51 +0800 |
---|---|---|
committer | Whymarrh Whitby <whymarrh.whitby@gmail.com> | 2018-10-09 19:59:51 +0800 |
commit | 012f7ddd72659b7ca470054f81487bd87b480392 (patch) | |
tree | c4cdcc5bbded2f61afa2759a8285f2bccb8abfee /docs/translating-guide.md | |
parent | bf92d2ffec3f827adf1d269c4638f1673c38b4ac (diff) | |
download | tangerine-wallet-browser-012f7ddd72659b7ca470054f81487bd87b480392.tar tangerine-wallet-browser-012f7ddd72659b7ca470054f81487bd87b480392.tar.gz tangerine-wallet-browser-012f7ddd72659b7ca470054f81487bd87b480392.tar.bz2 tangerine-wallet-browser-012f7ddd72659b7ca470054f81487bd87b480392.tar.lz tangerine-wallet-browser-012f7ddd72659b7ca470054f81487bd87b480392.tar.xz tangerine-wallet-browser-012f7ddd72659b7ca470054f81487bd87b480392.tar.zst tangerine-wallet-browser-012f7ddd72659b7ca470054f81487bd87b480392.zip |
Fix typos (#5471)
Diffstat (limited to 'docs/translating-guide.md')
-rw-r--r-- | docs/translating-guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/translating-guide.md b/docs/translating-guide.md index 8b2bc1785..684316e4f 100644 --- a/docs/translating-guide.md +++ b/docs/translating-guide.md @@ -8,7 +8,7 @@ The MetaMask browser extension supports new translations added in the form of ne - Each supported language is represented by a folder in `app/_locales` whose name is that language's subtag (example: `app/_locales/es/`). (look up a language subtag using the [r12a "Find" tool](https://r12a.github.io/app-subtags/) or this [wikipedia list](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)). - Inside that folder there should be a `messages.json`. -- An easy way to start your translation is to first **make a copy** of `app/_locales/en/messages.json` (the english translation), and then **translate the `message` key** for each in-app message. +- An easy way to start your translation is to first **make a copy** of `app/_locales/en/messages.json` (the English translation), and then **translate the `message` key** for each in-app message. - **The `description` key** is just to add context for what the translation is about, it **does not need to be translated**. - Add the language to the [locales index](https://github.com/MetaMask/metamask-extension/blob/master/app/_locales/index.json) `app/_locales/index.json` |