docs: fix typos [skip ci] (#5542)

This commit is contained in:
3gf8jv4dv
2026-02-15 20:28:09 +08:00
committed by GitHub
parent 32a741e2de
commit 77a86ef963
3 changed files with 11 additions and 11 deletions

View File

@@ -126,7 +126,7 @@ Then you can start translating in this file.
The `I18N.properties` file follows the [resource fallback mechanism](#resource-fallback-mechanism) to look up missing translations.
That is, you can translate entry by entry, and any untranslated entries will automatically fall back to English.
After translating part of the file, you can [build HMCL yourself](./README.md#compilation),
After translating part of the file, you can [build HMCL yourself](./Contributing.md#build-hmcl),
and your translations will be included in the compiled HMCL.
If your computer's default environment is not the target language,
you can set the environment variable `HMCL_LANGUAGE` to the language tag you just found from the table,