diff --git a/Missing-translations.md b/Missing-translations.md index e3d023b..783b93e 100644 --- a/Missing-translations.md +++ b/Missing-translations.md @@ -1,10 +1,12 @@ -Below is a list of strings currently not translated since v1.1.0. This list will be updated after every release. +Below is a list of strings currently not translated since `v1.1.0`. -This content is generated by the script `scripts/check-lang.js`. You can do `npm run check-lang` to run it. +This list will be updated after every release. This content is generated by the script `scripts/check-lang.js`. + +You can do `npm run check-lang` to run it, or `npm run check-lang ` for a specific language. **Note that some strings may have the same translation as English.** -There is a file `lang-ignore.json` which lists keys that should be ignored if they are the same as English. You should update that as well. +There is a file called `lang-ignore.json` which lists keys that should be ignored if they are the same as English. You should update that as well. ---