> For the complete documentation index, see [llms.txt](https://autorank.staartvin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://autorank.staartvin.com/configuration-files/language-file.md).

# Language file

To adjust the messages that Autorank shows people, you can use the `lang.yml` file.  Each line of the file is a string you can translate. Take for example this string:

```yaml
broken-blocks-requirement: Break at least {0}
```

You only have to change the text after the semicolon (:). The `{0}`,   `{1}` and `{2}` are used to replace it with other strings that are dependent on the context. In the example above, it is the number of blocks that is broken. You will have to guess what this is based on the sentence.
