From e3225531c3a92bfec81321c82c4016f02d718f36 Mon Sep 17 00:00:00 2001 From: Fabio Di Stasio Date: Tue, 18 Apr 2023 17:54:17 +0200 Subject: [PATCH] Updated Translate Mizar (markdown) --- Translate-Mizar.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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?