Skip to content

Commit

Permalink
Update docs/translating-guide.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
  • Loading branch information
danjm and Gudahtt authored Dec 2, 2024
1 parent bacd267 commit 296ac6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/translating-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The MetaMask browser extension supports new translations added in the form of ne
- 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.
- **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/s/app/_locales/index.json) `app/_locales/index.json`
- Add the language to the [locales index](https://github.com/MetaMask/metamask-extension/blob/main/app/_locales/index.json) `app/_locales/index.json`


That's it! When MetaMask is loaded on a computer with that language set as the system language, they will see your translation instead of the default one.
Expand Down

0 comments on commit 296ac6b

Please sign in to comment.