diff --git a/Translate-Mizar.md b/Translate-Mizar.md index ef273ee..0e21f50 100644 --- a/Translate-Mizar.md +++ b/Translate-Mizar.md @@ -40,8 +40,8 @@ export default { To update an existing translation, one must first add missing words and messages and then proceed with the translation. -1) Open the translation file you want to update and check what is the latest translation of the `word`, `message` and `faker` groups. -2) Open the file `en-US.ts`, scroll until you find the properties of `word`, `message` and `faker` present after the last one translated and copy and paste them into the relevant groups in the file you are translating. +1) Open the translation file you want to update and check what is the latest translation of the `word` and `message` groups. +2) Open the file `en-US.ts`, scroll until you find the properties of `word` and `message` present after the last one translated and copy and paste them into the relevant groups in the file you are translating. 3) Translate strings and send the updated translation in one of the above ways. ## Problems with translation?