Updated Translate Mizar (markdown)

Fabio Di Stasio 2023-04-18 17:54:17 +02:00
parent 0add69075b
commit e3225531c3

@ -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?